* [bug#63489] [PATCH] gnu: scrot: Update to 1.9.
@ 2023-05-13 19:07 Yovan Naumovski via Guix-patches via
2023-05-17 10:23 ` bug#63489: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Yovan Naumovski via Guix-patches via @ 2023-05-13 19:07 UTC (permalink / raw)
To: 63489; +Cc: Yovan Naumovski
* gnu/packages/xdisorg.scm (scrot): Update to 1.9.
---
gnu/packages/xdisorg.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index bee9711a74..329c23a6a8 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -838,7 +838,7 @@ (define-public wmctrl
(define-public scrot
(package
(name "scrot")
- (version "1.7")
+ (version "1.9")
(source
(origin
(method git-fetch)
@@ -848,7 +848,7 @@ (define-public scrot
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0rls08mpalx4xp5ysmg7m5lgx9q8g8m8q40m47f11mqa84z88nd1"))))
+ (base32 "140wczmmxjp5fkrp6qg5rbq4hdwfslxb23jdk91ls8fjxdp9hafz"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf autoconf-archive automake pkg-config))
@@ -859,7 +859,8 @@ (define-public scrot
libx11
libxcomposite
libxext
- libxfixes))
+ libxfixes
+ libxinerama))
(home-page "https://github.com/resurrecting-open-source-projects/scrot")
(synopsis "Command-line screen capture utility for X Window System")
(description
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#63489: [PATCH] gnu: scrot: Update to 1.9.
2023-05-13 19:07 [bug#63489] [PATCH] gnu: scrot: Update to 1.9 Yovan Naumovski via Guix-patches via
@ 2023-05-17 10:23 ` 宋文武 via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-05-17 10:23 UTC (permalink / raw)
To: Yovan Naumovski; +Cc: 63489-done
Yovan Naumovski <yovan@gorski.stream> writes:
> * gnu/packages/xdisorg.scm (scrot): Update to 1.9.
Applied, thank you!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-17 10:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-13 19:07 [bug#63489] [PATCH] gnu: scrot: Update to 1.9 Yovan Naumovski via Guix-patches via
2023-05-17 10:23 ` bug#63489: " 宋文武 via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).