[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: libhandy: Update to 1.5.0.
From: |
guix-commits |
Subject: |
05/06: gnu: libhandy: Update to 1.5.0. |
Date: |
Fri, 24 Dec 2021 05:44:19 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit a142cd980c022d67b435b28133f6d7d9b09c0a82
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Dec 24 01:12:35 2021 +0100
gnu: libhandy: Update to 1.5.0.
* gnu/packages/gnome.scm (libhandy): Update to 1.5.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 d31143d..69f439b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11172,7 +11172,7 @@ tabs, and it supports drag and drop re-ordering of
terminals.")
(define-public libhandy
(package
(name "libhandy")
- (version "1.2.3")
+ (version "1.5.0")
(source
(origin
(method git-fetch)
@@ -11181,7 +11181,7 @@ tabs, and it supports drag and drop re-ordering of
terminals.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1ng2607cp4dfl169rj7zi8q5p6fzxy3a4l0glm7mj75yd1a603rz"))))
+ (base32 "19gl0xxybraw2iyn6cdi9w7nps825lb2bhav7d2x51wla0lq3kdc"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
- branch master updated (ba744fa -> 25a9752), guix-commits, 2021/12/24
- 01/06: gnu: node: Avoid duplicating build phases., guix-commits, 2021/12/24
- 02/06: gnu: node: Update to 10.24.1 for bootstrapping., guix-commits, 2021/12/24
- 03/06: gnu: node: Patch shebangs in node_modules., guix-commits, 2021/12/24
- 04/06: gnu: node: Add an npmrc file to set nodedir., guix-commits, 2021/12/24
- 06/06: gnu: komikku: Update to 0.36.0., guix-commits, 2021/12/24
- 05/06: gnu: libhandy: Update to 1.5.0.,
guix-commits <=