[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72854] [PATCH] gnu: scrot: Update to 1.11.1.
From: |
Artyom V. Poptsov |
Subject: |
[bug#72854] [PATCH] gnu: scrot: Update to 1.11.1. |
Date: |
Wed, 28 Aug 2024 19:08:33 +0300 |
* 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(-)
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#72854] [PATCH] gnu: scrot: Update to 1.11.1.,
Artyom V. Poptsov <=