summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-29 17:33:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-29 17:36:10 +0200
commit4c2c5ae64146369f765761a6332c932b985adec9 (patch)
tree60386dfcd3d0b53a831cadff6c7cbf464b27f3cb /gnu
parent54c69ae123e2965245992cd4d04d2d9aa4aa24a5 (diff)
downloadguix-patches-4c2c5ae64146369f765761a6332c932b985adec9.tar
guix-patches-4c2c5ae64146369f765761a6332c932b985adec9.tar.gz
gnu: libgee: Update to 0.20.2.
* gnu/packages/gnome.scm (libgee): Update to 0.20.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1471884568..0a5f0c84a0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4603,7 +4603,7 @@ wraps things up in a developer-friendly way.")
(define-public libgee
(package
(name "libgee")
- (version "0.20.1")
+ (version "0.20.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libgee/"
@@ -4611,7 +4611,7 @@ wraps things up in a developer-friendly way.")
"libgee-" version ".tar.xz"))
(sha256
(base32
- "0c26x8gi3ivmhlbqcmiag4jwrkvcy28ld24j55nqr3jikb904a5v"))))
+ "0g1mhl7nidg82v4cikkk8dakzc18hg7wv0dsf2pbyijzfm5mq0wy"))))
(build-system gnu-build-system)
(arguments
`(#:phases