guix-commits
[Top][All Lists]
Advanced

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

05/80: gnu: gnome-screenshot: Update to 40.0.


From: guix-commits
Subject: 05/80: gnu: gnome-screenshot: Update to 40.0.
Date: Tue, 28 Sep 2021 07:21:20 -0400 (EDT)

mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit 5f24637acd6c2675b73603a0c82f7ec39d61078f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Sep 22 17:47:31 2021 +0000

    gnu: gnome-screenshot: Update to 40.0.
    
    * gnu/packages/gnome.scm (gnome-screenshot): Update to 40.0.
    [source]: Update the URI.
    [inputs]: Add libhandy.
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b1a7bb9..7041411 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9073,16 +9073,16 @@ can add your own files to the collection.")
 (define-public gnome-screenshot
   (package
     (name "gnome-screenshot")
-    (version "3.34.0")
+    (version "40.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://gnome/sources/" name "/"
-                           (version-major+minor version) "/"
+                           (version-major version) "/"
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1rmiq890j7gfn5mcz31xy6jfnnxgc17dq67bhn2k9m5ylbvza2n8"))))
+         "1qm544ymwibk31s30k47vnn79xg30m18r7l4di0c57g375dak31n"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases
@@ -9102,6 +9102,7 @@ can add your own files to the collection.")
     (inputs
      `(("gtk+" ,gtk+)
        ("libcanberra" ,libcanberra)
+       ("libhandy" ,libhandy)
        ("libx11" ,libx11)
        ("libxext" ,libxext)))
     (home-page "https://gitlab.gnome.org/GNOME/gnome-screenshot";)



reply via email to

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