diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-30 17:15:18 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:47 +0800 |
commit | 0510440b4ecdb16264f63cf292a069a149002897 (patch) | |
tree | 648db31d91cfb4d32474a550e6dd8e4302ea92b0 /gnu/packages/gnome.scm | |
parent | d72d783301df0f519ac1e303c70c8e82e32388e0 (diff) | |
download | patches-0510440b4ecdb16264f63cf292a069a149002897.tar patches-0510440b4ecdb16264f63cf292a069a149002897.tar.gz |
gnu: gom: Update to 0.3.2.
* gnu/packages/gnome.scm (gom): Update to 0.3.2.
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 6990ab647b..9b07f37a39 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2882,7 +2882,7 @@ such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and Maps for free.") (define-public gom (package (name "gom") - (version "0.3.1") + (version "0.3.2") (source (origin (method url-fetch) @@ -2891,7 +2891,7 @@ such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and Maps for free.") name "-" version ".tar.xz")) (sha256 (base32 - "1x9qgviszzh59d009jd13k0pdxzv9w4dmwp3wszbsk3qxr3fnlbr")))) + "1zaqqwwkyiswib3v1v8wafpbifpbpak0nn2kp13pizzn9bwz1s5w")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) |