mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: libhandy: Update to 1.2.0.
* gnu/packages/gnome.scm (libhandy): Update to 1.2.0.
This commit is contained in:
parent
cbfcbb79df
commit
d4e29f3628
1 changed files with 2 additions and 2 deletions
|
@ -10916,7 +10916,7 @@ (define-public terminator
|
||||||
(define-public libhandy
|
(define-public libhandy
|
||||||
(package
|
(package
|
||||||
(name "libhandy")
|
(name "libhandy")
|
||||||
(version "1.0.3")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10925,7 +10925,7 @@ (define-public libhandy
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0flgwlm921801i3ns0dwqpnxl89f3rzn4y9h723i13bmflch3in7"))))
|
(base32 "1a8wfgm2jd3gcbk1nzhq6f2xq7vkxdc9qky8p9k0za9gqi7xfg4v"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue