mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: scrot: Update to to 1.12.1.
* gnu/packages/xdisorg.scm (scrot): Update to 1.12.1. Closes: #2752 Change-Id: Ifd1ff93479288669f882f2e9d5a4d03f6cdb352b Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
63f0d10810
commit
75e243cc15
1 changed files with 2 additions and 2 deletions
|
@ -1145,7 +1145,7 @@ move windows, switch between desktops, etc.).")
|
|||
(define-public scrot
|
||||
(package
|
||||
(name "scrot")
|
||||
(version "1.11.1")
|
||||
(version "1.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1155,7 +1155,7 @@ move windows, switch between desktops, etc.).")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pvp44lb2lrvm11x92vzxwl21hmcbld55kk8wjqa5k1kjg6syj9i"))))
|
||||
(base32 "080wh1rb11xzzmwpmb0qxn7zhabkgqaklg4395dzf4p9p3wlf5hk"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list autoconf autoconf-archive automake pkg-config))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue