guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libhandy: Update to 1.2.0.


From: guix-commits
Subject: branch master updated: gnu: libhandy: Update to 1.2.0.
Date: Sun, 14 Mar 2021 14:48:01 -0400

This is an automated email from the git hooks/post-receive script.

leoprikler pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d4e29f3  gnu: libhandy: Update to 1.2.0.
d4e29f3 is described below

commit d4e29f3628ad0c7576d7cab659d7fcc19d21999a
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sun Mar 14 19:40:32 2021 +0100

    gnu: libhandy: Update to 1.2.0.
    
    * gnu/packages/gnome.scm (libhandy): Update to 1.2.0.
---
 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 11bbee6..af8722a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10916,7 +10916,7 @@ tabs, and it supports drag and drop re-ordering of 
terminals.")
 (define-public libhandy
   (package
     (name "libhandy")
-    (version "1.0.3")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -10925,7 +10925,7 @@ tabs, and it supports drag and drop re-ordering of 
terminals.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0flgwlm921801i3ns0dwqpnxl89f3rzn4y9h723i13bmflch3in7"))))
+        (base32 "1a8wfgm2jd3gcbk1nzhq6f2xq7vkxdc9qky8p9k0za9gqi7xfg4v"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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