guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#67234] [PATCH gnome-team 1/2] gnu: gnome-calculator: Update to 44.0


From: Vivien Kraus
Subject: [bug#67234] [PATCH gnome-team 1/2] gnu: gnome-calculator: Update to 44.0.
Date: Thu, 16 Nov 2023 23:16:58 +0100
User-agent: Evolution 3.46.4

* 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
---
 gnu/packages/gnome.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2958da2cd9..8cd7d47d33 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10801,7 +10801,7 @@ (define-public libunique
 (define-public gnome-calculator
   (package
     (name "gnome-calculator")
-    (version "42.2")
+    (version "44.0")
     (source
      (origin
        (method url-fetch)
@@ -10810,7 +10810,7 @@ (define-public gnome-calculator
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1866qn0r9xp7b7j1436kry2k3bdh9ikhz2wm41jxcn1nljyb3nik"))))
+         "0hqhnwaw7zam0r7b61ir68710hxmc5rxb0172mz9lc48kwr67rql"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
@@ -10837,11 +10837,13 @@ (define-public gnome-calculator
            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
-- 
2.41.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]