mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: libgee: Update to 0.20.2.
* gnu/packages/gnome.scm (libgee): Update to 0.20.2.
This commit is contained in:
parent
54c69ae123
commit
4c2c5ae641
1 changed files with 2 additions and 2 deletions
|
@ -4603,7 +4603,7 @@ (define-public yelp-tools
|
||||||
(define-public libgee
|
(define-public libgee
|
||||||
(package
|
(package
|
||||||
(name "libgee")
|
(name "libgee")
|
||||||
(version "0.20.1")
|
(version "0.20.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/libgee/"
|
(uri (string-append "mirror://gnome/sources/libgee/"
|
||||||
|
@ -4611,7 +4611,7 @@ (define-public libgee
|
||||||
"libgee-" version ".tar.xz"))
|
"libgee-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c26x8gi3ivmhlbqcmiag4jwrkvcy28ld24j55nqr3jikb904a5v"))))
|
"0g1mhl7nidg82v4cikkk8dakzc18hg7wv0dsf2pbyijzfm5mq0wy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue