gnu: libgee: Update to 0.20.1.
* gnu/packages/gnome.scm (libgee): Update to 0.20.1.
This commit is contained in:
parent
cd4c6039ea
commit
b1be07cf04
|
@ -4357,7 +4357,7 @@ wraps things up in a developer-friendly way.")
|
||||||
(define-public libgee
|
(define-public libgee
|
||||||
(package
|
(package
|
||||||
(name "libgee")
|
(name "libgee")
|
||||||
(version "0.20.0")
|
(version "0.20.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -4365,7 +4365,7 @@ wraps things up in a developer-friendly way.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fy24dr8imrjlmsqj1syn0gi139gba6hwk3j5vd6sr3pxniqnc11"))))
|
"0c26x8gi3ivmhlbqcmiag4jwrkvcy28ld24j55nqr3jikb904a5v"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue