aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-23 09:22:32 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-23 11:32:16 +0100
commitb1be07cf0441948f4d970873ea6d0e5521c9bd4a (patch)
tree5344428cd5a9e94ccc2384ac135657ac76baf390
parentcd4c6039eab52a1ced748ee0dd1c33674799fbe8 (diff)
downloadguix-b1be07cf0441948f4d970873ea6d0e5521c9bd4a.tar
guix-b1be07cf0441948f4d970873ea6d0e5521c9bd4a.tar.gz
gnu: libgee: Update to 0.20.1.
* gnu/packages/gnome.scm (libgee): Update to 0.20.1.
-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 0bb1f8c6bc..9841e11863 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4357,7 +4357,7 @@ wraps things up in a developer-friendly way.")
(define-public libgee
(package
(name "libgee")
- (version "0.20.0")
+ (version "0.20.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4365,7 +4365,7 @@ wraps things up in a developer-friendly way.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1fy24dr8imrjlmsqj1syn0gi139gba6hwk3j5vd6sr3pxniqnc11"))))
+ "0c26x8gi3ivmhlbqcmiag4jwrkvcy28ld24j55nqr3jikb904a5v"))))
(build-system gnu-build-system)
(arguments
`(#:phases