guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: libhandy: Update to 0.91.0.


From: guix-commits
Subject: 01/07: gnu: libhandy: Update to 0.91.0.
Date: Mon, 7 Sep 2020 02:49:33 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit ff4260d2babd594fce0d53d02fd961db0297e30a
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sun Sep 6 14:17:30 2020 +0200

    gnu: libhandy: Update to 0.91.0.
    
    * gnu/packages/gnome.scm (libhandy): Update to 0.91.0.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 65e71ed..8f75a4e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]