diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-07-12 15:02:52 +0200 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-07-12 15:03:24 +0200 |
commit | 718c09cf73e55f54a98c8e3c554a76ac768de2ee (patch) | |
tree | 24e58f79e16420195437d71c08abf7260d1be4f0 /gnu/packages/geo.scm | |
parent | 4f013b8c8201452aac69221e2bc2f981c9c5026d (diff) | |
download | guix-718c09cf73e55f54a98c8e3c554a76ac768de2ee.tar.gz |
gnu: gnome-maps: Update to 3.36.7.
* gnu/packages/geo.scm (gnome-maps): Update to 3.36.7.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index f07606aad9..37be78edbf 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -210,7 +210,7 @@ topology functions.") (define-public gnome-maps (package (name "gnome-maps") - (version "3.34.2") + (version "3.36.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -218,7 +218,7 @@ topology functions.") name "-" version ".tar.xz")) (sha256 (base32 - "00xslcnhhwslqglgfv2im7vq3awa49y2jxzr8wsby7f713k28vf5")))) + "09rgw8hq3ligap1zzjhx25q354ficpbiw1z9ramghhcqbpylsxdh")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |