[PATCH] gnu: libhandy: Update to 0.91.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 5 years ago
(address . guix-patches@gnu.org)
20200906121729.8062-1-leo.prikler@student.tugraz.at
* gnu/packages/gnome.scm (libhandy): Update to 0.91.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 70706c2678..b67e911b14 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10489,7 +10489,7 @@ advanced image management tool")
(define-public libhandy
(package
(name "libhandy")
- (version "0.90.0")
+ (version "0.91.0")
(source
(origin
(method git-fetch)
@@ -10498,7 +10498,7 @@ advanced image management tool")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1zpfbn2x27lp69w819afxf3ylkgfz9k44srfgmkbb2c33r14ajwy"))))
+ (base32 "1n3ybx8qvr3n8ph252gy3dl3am7ryxkvplz9yp8nmzb57xbhc6fs"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
--
2.28.0
Mathieu Othacehe wrote 5 years ago
(name . Leo Prikler)(address . leo.prikler@student.tugraz.at)(address . 43241-done@debbugs.gnu.org)
87h7sano6q.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/gnome.scm (libhandy): Update to 0.91.0.

Pushed, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

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

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