diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-11-09 09:25:18 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-11-09 09:25:18 +0100 |
commit | de7da4e5d14a1acace1a89d9c520d336eecc7e45 (patch) | |
tree | 34a4a9209c71be0241f93cac94df9987df140ebb /gnu/packages | |
parent | 7894ea6122aa21493f4815b7de3ea42781d6b3d6 (diff) | |
download | patches-de7da4e5d14a1acace1a89d9c520d336eecc7e45.tar patches-de7da4e5d14a1acace1a89d9c520d336eecc7e45.tar.gz |
gnu: gnome-calculator: Update to 3.22.2.
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.22.2.
Diffstat (limited to 'gnu/packages')
-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 cbb8115042..ae79d625be 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5570,7 +5570,7 @@ handling the startup notification side.") (define-public gnome-calculator (package (name "gnome-calculator") - (version "3.20.2") + (version "3.22.2") (source (origin (method url-fetch) @@ -5579,7 +5579,7 @@ handling the startup notification side.") name "-" version ".tar.xz")) (sha256 (base32 - "1yx86kyd54y3k3b6rmdazvmpxzl0zn791zr1q87zjc5228mc3w9a")))) + "03il7xl4yr6xbzj6x1lbl16yzlb166c9h9wny1w7mj9dccnz99wr")))) (build-system glib-or-gtk-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0. |