1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-06 20:21:34 +02:00

gnu: libgee: Update to 0.20.3.

* gnu/packages/gnome.scm (libgee): Update to 0.20.3.
This commit is contained in:
Efraim Flashner
2020-03-04 21:58:44 +02:00
parent 5ba94aa702
commit 9cedae2aaf
+2 -2
View File
@@ -5688,7 +5688,7 @@ wraps things up in a developer-friendly way.")
(define-public libgee
(package
(name "libgee")
(version "0.20.2")
(version "0.20.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libgee/"
@@ -5696,7 +5696,7 @@ wraps things up in a developer-friendly way.")
"libgee-" version ".tar.xz"))
(sha256
(base32
"0g1mhl7nidg82v4cikkk8dakzc18hg7wv0dsf2pbyijzfm5mq0wy"))))
"1pm525wm11dhwz24m8bpcln9547lmrigl6cxf3qsbg4cr3pyvdfh"))))
(build-system gnu-build-system)
(arguments
`(#:phases