gnu: gnome-calculator: Update to 44.0.
* gnu/packages/gnome.scm (gnome-calculator): Update to 44.0. [inputs]: Replace libsoup-minimal-2 with libsoup. Remove libhandy. [propagated-inputs]: Add gee, glib, gtk. Change-Id: I86dcfedf2b50a0e250ed954e40ef570214f4a23c Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>master
parent
030474e3f9
commit
e1918fafec
|
@ -10801,7 +10801,7 @@ handling the startup notification side.")
|
|||
(define-public gnome-calculator
|
||||
(package
|
||||
(name "gnome-calculator")
|
||||
(version "42.2")
|
||||
(version "44.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -10810,7 +10810,7 @@ handling the startup notification side.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1866qn0r9xp7b7j1436kry2k3bdh9ikhz2wm41jxcn1nljyb3nik"))))
|
||||
"0hqhnwaw7zam0r7b61ir68710hxmc5rxb0172mz9lc48kwr67rql"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
'(#:glib-or-gtk? #t
|
||||
|
@ -10837,11 +10837,13 @@ handling the startup notification side.")
|
|||
gtksourceview
|
||||
libadwaita
|
||||
libgee
|
||||
libhandy
|
||||
libsoup-minimal-2
|
||||
libsoup
|
||||
libxml2
|
||||
mpc
|
||||
mpfr))
|
||||
(propagated-inputs
|
||||
;; Marked as requires.private in either .pc
|
||||
(list libgee glib gtk))
|
||||
(home-page "https://wiki.gnome.org/Apps/Calculator")
|
||||
(synopsis "Desktop calculator")
|
||||
(description
|
||||
|
|
Reference in New Issue