[PATCH] gnu: komikku: Update to 0.21.0.

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

Debbugs page

Leo Prikler wrote 4 years ago
(address . guix-patches@gnu.org)
20200924182501.21954-1-leo.prikler@student.tugraz.at
* gnu/packages/gnome.scm (komikku): Update to 0.21.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 8876fdc0f3..7642ae24dc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11503,7 +11503,7 @@ integrated profiler via Sysprof, debugging support, and more.")
(define-public komikku
(package
(name "komikku")
- (version "0.20.0")
+ (version "0.21.0")
(source
(origin
(method git-fetch)
@@ -11513,7 +11513,7 @@ integrated profiler via Sysprof, debugging support, and more.")
(file-name (git-file-name name version))
(sha256
(base32
- "0m5dvqh2as5ffi9fmp3452kw44jwm6pl1jw0r5mdkpdxhid15aw8"))))
+ "0bl2wcvshhp7pwwk6blrq6rzvrlb13jhhif5afwpqdznzyqfh2ka"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
--
2.28.0
Mathieu Othacehe wrote 4 years ago
(name . Leo Prikler)(address . leo.prikler@student.tugraz.at)(address . 43594-done@debbugs.gnu.org)
87pn6acat4.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/gnome.scm (komikku): Update to 0.21.0.

Pushed, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

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

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