diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-23 09:22:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-23 11:32:16 +0100 |
commit | b1be07cf0441948f4d970873ea6d0e5521c9bd4a (patch) | |
tree | 5344428cd5a9e94ccc2384ac135657ac76baf390 /gnu | |
parent | cd4c6039eab52a1ced748ee0dd1c33674799fbe8 (diff) | |
download | guix-b1be07cf0441948f4d970873ea6d0e5521c9bd4a.tar guix-b1be07cf0441948f4d970873ea6d0e5521c9bd4a.tar.gz |
gnu: libgee: Update to 0.20.1.
* gnu/packages/gnome.scm (libgee): Update to 0.20.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
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 |