[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: libhandy: Update to 1.0.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: libhandy: Update to 1.0.0. |
Date: |
Fri, 11 Sep 2020 07:00:12 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7daa99e gnu: libhandy: Update to 1.0.0.
7daa99e is described below
commit 7daa99e52d94e409f05a874813bdf739709807a2
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Fri Sep 11 11:16:20 2020 +0200
gnu: libhandy: Update to 1.0.0.
* gnu/packages/gnome.scm (libhandy): Update to 1.0.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 8f75a4e..9b72e6a 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.91.0")
+ (version "1.0.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 "1n3ybx8qvr3n8ph252gy3dl3am7ryxkvplz9yp8nmzb57xbhc6fs"))))
+ (base32 "193y09yy0302x8fkyrnq591m805xp68bkd93fl5qggxi52k8pj0v"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: libhandy: Update to 1.0.0.,
guix-commits <=