[PATCH] gnu: komikku: Update to 0.24.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Leo Prikler
Owner
unassigned
Submitted by
Leo Prikler
Severity
normal

Debbugs page

Leo Prikler wrote 4 years ago
(address . guix-patches@gnu.org)
20201218115726.19466-1-leo.prikler@student.tugraz.at
* gnu/packages/gnome.scm (komikku): Update to 0.24.0.
[inputs] Replace python-cloudscraper with python-requests.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (40 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a437a71244..6b2ddf15f3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11936,7 +11936,7 @@ integrated profiler via Sysprof, debugging support, and more.")
(define-public komikku
(package
(name "komikku")
- (version "0.23.0")
+ (version "0.24.0")
(source
(origin
(method git-fetch)
@@ -11946,7 +11946,7 @@ integrated profiler via Sysprof, debugging support, and more.")
(file-name (git-file-name name version))
(sha256
(base32
- "1xh3qmf2pk80qxj528lajjcwg7mps72s1zz8cj388av58p8l3hyw"))))
+ "010p32zrim245y0l784yp0rasqcqlyr3lrxwl3r1876x83qhs6q3"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -11978,7 +11978,6 @@ integrated profiler via Sysprof, debugging support, and more.")
("libnotify" ,libnotify)
("libsecret" ,libsecret)
("python-beautifulsoup4" ,python-beautifulsoup4)
- ("python-cloudscraper" ,python-cloudscraper)
("python-dateparser" ,python-dateparser)
("python-keyring" ,python-keyring)
("python-lxml" ,python-lxml)
@@ -11987,6 +11986,7 @@ integrated profiler via Sysprof, debugging support, and more.")
("python-pure-protobuf" ,python-pure-protobuf)
("python-pycairo" ,python-pycairo)
("python-pygobject" ,python-pygobject)
+ ("python-requests" ,python-requests)
("python-unidecode" ,python-unidecode)))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Leo Prikler)(address . leo.prikler@student.tugraz.at)(address . 45313-done@debbugs.gnu.org)
X98pHF15tTkx5CGl@E5400
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/fKRsACgkQQarn3Mo9
g1GXWQ//bfzkQop/RIfgIyGI1vo+WcaA+8jjhoeL/EMRdZOhRIrjqR+5L5S3KeD0
dlN2fzqv8EjTTYB+tqI9BoFsU8zkDa1+2pqy3agFKQZGG+s/Zdqa3TspKi1xQ6yX
dByYEk8J5kzxp5SXhZN9h3ajLOhE9rjQae8j8AkCG7PBfCrQB5/hQGyOWWItO28o
E887q0c6Pb6jUxOq0nI+8g9XVJZRPpq2sj5YZjVLMG6UNRS104qFwEYVMLph10hV
4BUeQvVwVXEHO8ZT5WUuwPrMO2ld7LMQRuZMhm1CR0CQsZTbEmfYIb4vQImg+Di/
gOtuyITLU+HR4BDRTmSSvGDPKLh5U+AfRO6oMmEEx31JB4pcvIhp4J9iKOKKoEPK
eVi6Yn1NBiJcEwZOzXIUvPLDqWz8zx80JRqS+aoVThCUoySNcjsIddD4rN1CGFCA
u4KVaRJEIgdfPbQy7am0u3RydoxuuxsP/DeICdr39wZktaqpfUlY/r9o+YyQBGGL
rdwdL3R5oDcaPhukAw70yhigYu78eeQ/c3keijKI9hDqMUaLhDf+p2n3pSCXgUGb
O5Dr3B7hhJzrh2MO5nptZB9LSYKKH3wNCig4PbrMGIq62raTpUU5HP1c4rWZgLpl
pYLqeM99wtHvciQRWlgf7mcSYhOABk4MR2b6ZIdk6sVFRkv54cM=
=1H0D
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45313@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45313
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help