guix-commits
[Top][All Lists]
Advanced

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

10/16: gnu: gnome-screenshot: Update to 3.30.0.


From: guix-commits
Subject: 10/16: gnu: gnome-screenshot: Update to 3.30.0.
Date: Mon, 15 Jul 2019 10:04:07 -0400 (EDT)

kkebreau pushed a commit to branch core-updates
in repository guix.

commit 676e7cb4fa054d7a2a21967dd4bf399bef04d7d3
Author: Kei Kebreau <address@hidden>
Date:   Fri Jul 5 00:55:38 2019 -0400

    gnu: gnome-screenshot: Update to 3.30.0.
    
    * gnu/packages/gnome.scm (gnome-screenshot): Update to 3.30.0.
    [home-page]: Update URI.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 95b472a..16b048b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6385,7 +6385,7 @@ can add your own files to the collection.")
 (define-public gnome-screenshot
   (package
     (name "gnome-screenshot")
-    (version "3.26.0")
+    (version "3.30.0")
     (source
      (origin
        (method url-fetch)
@@ -6394,7 +6394,7 @@ can add your own files to the collection.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1fy8fjl29i3xhj8caik03d3za06x96xgkk8r4fwz88iqbmci3g0v"))))
+         "06dx3svxq6sar4913mrz5lzb7hmc66wck138vmyxj8x8iv1iw0w8"))))
     (build-system meson-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
@@ -6408,7 +6408,7 @@ can add your own files to the collection.")
        ("libcanberra" ,libcanberra)
        ("libx11" ,libx11)
        ("libxext" ,libxext)))
-    (home-page "https://git.gnome.org/browse/gnome-screenshot";)
+    (home-page "https://gitlab.gnome.org/GNOME/gnome-screenshot";)
     (synopsis "Take pictures of your screen")
     (description
      "GNOME Screenshot is a utility used for taking screenshots of the entire



reply via email to

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