diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-12-28 21:34:44 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:40 +0100 |
commit | b0e3233f2f7b8c88fd86ff9e077a0e07ceeb29da (patch) | |
tree | 0f3bb8b75c59adb6531e934b5ff964fed3af8303 | |
parent | 1eadc28ce637e195e0920d6aae27bf7b5c3e12a1 (diff) | |
download | guix-b0e3233f2f7b8c88fd86ff9e077a0e07ceeb29da.tar.gz guix-b0e3233f2f7b8c88fd86ff9e077a0e07ceeb29da.zip |
gnu: gom: Update to 0.5.3.
* gnu/packages/gnome.scm (gom): Update to 0.5.3.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-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 ce894be079..87cad9f8ec 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6557,7 +6557,7 @@ such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and Maps for free.") (define-public gom (package (name "gom") - (version "0.4") + (version "0.5.3") (source (origin (method url-fetch) @@ -6566,7 +6566,7 @@ such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and Maps for free.") "gom-" version ".tar.xz")) (sha256 (base32 - "17ca07hpg7dqxjn0jpqim3xqcmplk2a87wbwrrlq3dd3m8381l38")))) + "0xq1s933bxlzp3sqnm03id8apqwlc4v7ka7pxlklssywzc4hk786")))) (build-system meson-build-system) (arguments (list |