[PATCH] gnu: scrot: Update to 1.11.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 6 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
9568ec62d1846b7fc49a4806edc4b9def9a12507.1724861313.git.poptsov.artyom@gmail.com
* gnu/packages/xdisorg.scm (scrot): Update to 1.11.1.

Change-Id: I727ec4f38b2152d301965653c6ee75ce682fa17c
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index c63f834423..3d7d1bf75f 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -933,7 +933,7 @@ (define-public wmctrl
(define-public scrot
(package
(name "scrot")
- (version "1.11")
+ (version "1.11.1")
(source
(origin
(method git-fetch)
@@ -943,7 +943,7 @@ (define-public scrot
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1syip5ai4kn62qbhpf710wj60z7jzpkqhkchlbxhs322wmhhidkp"))))
+ (base32 "0pvp44lb2lrvm11x92vzxwl21hmcbld55kk8wjqa5k1kjg6syj9i"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf autoconf-archive automake pkg-config))

base-commit: 0c908518375aea50be6dec703367c01944c8c721
--
2.45.2
Ludovic Courtès wrote 6 months ago
control message for bug #72854
(address . control@debbugs.gnu.org)
87le09ge1n.fsf@gnu.org
close 72854
quit
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 72854
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