diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-12 17:37:54 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-12 17:37:54 +0200 |
commit | 07ace64143c7fddf4c54b56b6807559296ab44ee (patch) | |
tree | 21dc5f004c660d00ba73cd4a9acdd508ca636bcd | |
parent | 44d9e575df891a45a7658e20e89deb46e95a6ce2 (diff) | |
download | patches-07ace64143c7fddf4c54b56b6807559296ab44ee.tar patches-07ace64143c7fddf4c54b56b6807559296ab44ee.tar.gz |
gnu: gnome-calculator: Update to 3.32.2.
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.32.2.
[inputs]: Change GTKSOURCEVIEW-3 to GTKSOURCEVIEW.
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ab32cd642b..5e90557b89 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7163,7 +7163,7 @@ handling the startup notification side.") (define-public gnome-calculator (package (name "gnome-calculator") - (version "3.30.1") + (version "3.32.2") (source (origin (method url-fetch) @@ -7172,7 +7172,7 @@ handling the startup notification side.") name "-" version ".tar.xz")) (sha256 (base32 - "0qkzcmj51cjmljxl1nc84h6jgq1a51xj4g6jwh3ymgm19m3sqypc")))) + "0fgpn3sc226s9fpzhik5rkkrf669037gc659ga2kn9jsyckj6p41")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t)) (native-inputs @@ -7184,7 +7184,7 @@ handling the startup notification side.") ("pkg-config" ,pkg-config))) (inputs `(("glib" ,glib) - ("gtksourceview" ,gtksourceview-3) + ("gtksourceview" ,gtksourceview) ("libsoup" ,libsoup) ("libxml2" ,libxml2) ("mpc" ,mpc) |