mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libgee: Update to 0.20.8.
* gnu/packages/gnome.scm (libgee): Update to 0.20.8. Change-Id: Icdaac7326a5e34b68f08c032b52387ef4039f58f
This commit is contained in:
parent
4a9fc8f34b
commit
d846a28b49
1 changed files with 2 additions and 2 deletions
|
@ -7589,7 +7589,7 @@ wraps things up in a developer-friendly way.")
|
|||
(define-public libgee
|
||||
(package
|
||||
(name "libgee")
|
||||
(version "0.20.6")
|
||||
(version "0.20.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/libgee/"
|
||||
|
@ -7597,7 +7597,7 @@ wraps things up in a developer-friendly way.")
|
|||
"libgee-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kbd8y70dd5q40i8gxzvhxkn9niqvp0x6knp4ihwqq0dw7sk9y0v"))))
|
||||
"1vmhs3xavdm2vjsxc12zl44a2fhzqdyjpidhjdqqd29x2jn1b60q"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue