diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-03-04 21:58:44 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-03-04 23:05:22 +0200 |
commit | 9cedae2aafa4df6b6a2ce25a285ef941badaf99a (patch) | |
tree | faf85219507d8f09dcb3595627ad18b408c1bbf2 /gnu/packages/gnome.scm | |
parent | 5ba94aa702f6dab31cc58e7f7919c978a088a0c9 (diff) |
gnu: libgee: Update to 0.20.3.
* gnu/packages/gnome.scm (libgee): Update to 0.20.3.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 0cd39f9104..1724294a4b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5688,7 +5688,7 @@ wraps things up in a developer-friendly way.") (define-public libgee (package (name "libgee") - (version "0.20.2") + (version "0.20.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libgee/" @@ -5696,7 +5696,7 @@ wraps things up in a developer-friendly way.") "libgee-" version ".tar.xz")) (sha256 (base32 - "0g1mhl7nidg82v4cikkk8dakzc18hg7wv0dsf2pbyijzfm5mq0wy")))) + "1pm525wm11dhwz24m8bpcln9547lmrigl6cxf3qsbg4cr3pyvdfh")))) (build-system gnu-build-system) (arguments `(#:phases |