gnu: libhandy: Update to 1.5.0.
* gnu/packages/gnome.scm (libhandy): Update to 1.5.0.
This commit is contained in:
parent
71adecd51a
commit
a142cd980c
1 changed files with 2 additions and 2 deletions
|
@ -11172,7 +11172,7 @@ (define-public terminator
|
|||
(define-public libhandy
|
||||
(package
|
||||
(name "libhandy")
|
||||
(version "1.2.3")
|
||||
(version "1.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -11181,7 +11181,7 @@ (define-public libhandy
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ng2607cp4dfl169rj7zi8q5p6fzxy3a4l0glm7mj75yd1a603rz"))))
|
||||
(base32 "19gl0xxybraw2iyn6cdi9w7nps825lb2bhav7d2x51wla0lq3kdc"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue