gnu: libgee: Update to 0.20.3.
* gnu/packages/gnome.scm (libgee): Update to 0.20.3.master
parent
5ba94aa702
commit
9cedae2aaf
|
@ -5688,7 +5688,7 @@ wraps things up in a developer-friendly way.")
|
||||||
(define-public libgee
|
(define-public libgee
|
||||||
(package
|
(package
|
||||||
(name "libgee")
|
(name "libgee")
|
||||||
(version "0.20.2")
|
(version "0.20.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/libgee/"
|
(uri (string-append "mirror://gnome/sources/libgee/"
|
||||||
|
@ -5696,7 +5696,7 @@ wraps things up in a developer-friendly way.")
|
||||||
"libgee-" version ".tar.xz"))
|
"libgee-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g1mhl7nidg82v4cikkk8dakzc18hg7wv0dsf2pbyijzfm5mq0wy"))))
|
"1pm525wm11dhwz24m8bpcln9547lmrigl6cxf3qsbg4cr3pyvdfh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue