summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-08-06 16:14:59 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-03-07 13:42:30 +0100
commit112e9083232a01f9fde0e0c09ddb646ea90b18be (patch)
tree834908f17bbd2f8ed91a6a84340cb1807e359f03 /gnu/packages/gnome.scm
parentc60063ea566dde5142607f8839c13a135aa9519c (diff)
downloadguix-patches-112e9083232a01f9fde0e0c09ddb646ea90b18be.tar
guix-patches-112e9083232a01f9fde0e0c09ddb646ea90b18be.tar.gz
gnu: gnome-calculator: Update to 3.28.2.
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.28.2. [inputs]: Add glib and libxml2; replace gtksourceview with gtksourceview-3.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c0787a7d40..196048eac5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6886,7 +6886,7 @@ handling the startup notification side.")
(define-public gnome-calculator
(package
(name "gnome-calculator")
- (version "3.26.0")
+ (version "3.28.2")
(source
(origin
(method url-fetch)
@@ -6895,7 +6895,7 @@ handling the startup notification side.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1iv3b3mvqxm17r5gv15dyq6gz08w0ljhzgbf22xnnfnpzhvmn8b2"))))
+ "0izsrqc9fm2lh25jr3nzi94p5hh2d3cklxqczbq16by85wr1xm5s"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
@@ -6903,8 +6903,10 @@ handling the startup notification side.")
("itstool" ,itstool)
("pkg-config" ,pkg-config)))
(inputs
- `(("gtksourceview" ,gtksourceview)
+ `(("glib" ,glib)
+ ("gtksourceview" ,gtksourceview-3)
("libsoup" ,libsoup)
+ ("libxml2" ,libxml2)
("mpc" ,mpc)
("mpfr" ,mpfr)))
(home-page "https://wiki.gnome.org/Apps/Calculator")