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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5688,7 +5688,7 @@ (define-public yelp-tools/fixed
(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 @@ (define-public libgee
"libgee-" version ".tar.xz"))
(sha256
(base32
"0g1mhl7nidg82v4cikkk8dakzc18hg7wv0dsf2pbyijzfm5mq0wy"))))
"1pm525wm11dhwz24m8bpcln9547lmrigl6cxf3qsbg4cr3pyvdfh"))))
(build-system gnu-build-system)
(arguments
`(#:phases