[PATCH] gnu: komikku: Update to 0.23.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Prikler
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Leo Prikler
Severity
normal

Debbugs page

Leo Prikler wrote 4 years ago
(address . guix-patches@gnu.org)
20201120093117.21640-1-leo.prikler@student.tugraz.at
* gnu/packages/gnome.scm (komikku): Update to 0.23.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 54d3b04b7f..f05aafa531 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11901,7 +11901,7 @@ integrated profiler via Sysprof, debugging support, and more.")
(define-public komikku
(package
(name "komikku")
- (version "0.22.1")
+ (version "0.23.0")
(source
(origin
(method git-fetch)
@@ -11911,7 +11911,7 @@ integrated profiler via Sysprof, debugging support, and more.")
(file-name (git-file-name name version))
(sha256
(base32
- "0ds4j542zprbyh36qyii1c9mb7kj14cvrfk5miqjvp8y4b5i6mdi"))))
+ "1xh3qmf2pk80qxj528lajjcwg7mps72s1zz8cj388av58p8l3hyw"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
--
2.29.2
Tobias Geerinckx-Rice wrote 4 years ago
(name . Leo Prikler)(address . leo.prikler@student.tugraz.at)
878saww47x.fsf@nckx
Leo,

Leo Prikler 写道:
Toggle quote (2 lines)
> * gnu/packages/gnome.scm (komikku): Update to 0.23.0.

Pushed as b4c727f1e58e908b10bebdbaa3f88adacfd9a744.

Thanks!

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX7fDog0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15siABAJO1q2Rhz7ffx2j3vR1ThBx+rYd7pCArtD7tTWWn
dChSAQDWiZqGKiEGwEJpb4OvShC7cT/t4c2yJqdyyvZCt0ClBg==
=Ho/q
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 44759
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