[PATCH] gnu: xfce4-screenshooter: Update to 1.10.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20221121103453.4737-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.0.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 6840867612..70fa82ab92 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1335,7 +1335,7 @@ (define-public mousepad
(define-public xfce4-screenshooter
(package
(name "xfce4-screenshooter")
- (version "1.9.11")
+ (version "1.10.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1345,7 +1345,7 @@ (define-public xfce4-screenshooter
version ".tar.bz2"))
(sha256
(base32
- "1d7qyc2w4962crmkz5n0mma2qmyp9hhq455karyzacjbb6z0cgg7"))))
+ "0lvv6iam348n7l3md94lanxyyn87xmrivzdvfi0fa3vgjfk88j56"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool
--
2.38.1
Christopher Baines wrote 2 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)
87cz9fs4py.fsf@cbaines.net
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (5 lines)
> * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.0.
> ---
> gnu/packages/xfce.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I've pushed to master as
a44d6e1ea28ec2ac22ba5699a66817320ddbe915.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmN8mhlfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XfYGQ/6A3N0Y4dvFu0+UTIHxOQ4NB1Tm6UUs5+5
l61jlbayDSa4TV6R27aNDtkJGDwKr8w1MaW28tfLBGO5QZdT097lhNfEE3MR9UFC
AW/sx3uKCoFFbEoPFenhPv+FtVtrlivGK+pD2fz1bxGgI/6F1yHINUnEBG8DUMhH
M1kMXWkzLW+ursO1tMciGnZDKf8YeTmK+Yz1EJEagye8mJavLEsYWMKz0SqKENFq
js2ycOxi54loWWspWW+h+2nuq5hWuqHW//H7Y14tMMrbQdPXzy6gnapYvWWKm8yD
vR9n85vNj8nyi4GKwB2VNQduYkpFKj+YbqRe49v3dgZvrvdKMcIaYSUvYvoNka/X
QS+L+KU5dOsVbpjFvZAZKj5FLKdQj0V2ugjgYkWEXRzF7KqSh45N4PrbXgLHy5Sk
D7y/nDRp1PXqlHMz85MGQE+RTMbIwj928Gh4/rJf/rHk6qoZZoZ22iJBatllNsIA
eDTK6tOjNR/38IQPk3rS79tK8rXzPch6hPPSQZKIC8F/hOc/mKIGoBoAG455KLM8
tSx+rnjduEoBjoQsz5j0Ps94V0vj68sK0hygYhh+CzylUwixlCuvdOLz+402+kNC
Z63nyqllcmDNh+pYY9KLidZZoVjpn0y+H2/otmkELopuHyUb8dwKAt3vXemHwwpd
w4s0RYjWXuU=
=3rcp
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59442@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59442
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help