lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 3a27714335745df692f8f643385ebdc0fa11ea25
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:39:59 2021 +0100
gnu: gom: Update to 0.4.
* gnu/packages/gnome.scm (gom): Update to 0.4.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1a046d9..a7e9b77 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5833,7 +5833,7 @@ such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and
Maps for free.")
(define-public gom
(package
(name "gom")
- (version "0.3.2")
+ (version "0.4")
(source
(origin
(method url-fetch)
@@ -5842,7 +5842,7 @@ such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and
Maps for free.")
"gom-" version ".tar.xz"))
(sha256
(base32
- "1zaqqwwkyiswib3v1v8wafpbifpbpak0nn2kp13pizzn9bwz1s5w"))))
+ "17ca07hpg7dqxjn0jpqim3xqcmplk2a87wbwrrlq3dd3m8381l38"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)