mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: slop: Update to 5.3.28.
* gnu/packages/xdisorg.scm (slop): Update to 5.3.28.
This commit is contained in:
parent
bcd2fddd6a
commit
472bf03857
1 changed files with 2 additions and 2 deletions
|
@ -438,7 +438,7 @@ (define-public scrot
|
|||
(define-public slop
|
||||
(package
|
||||
(name "slop")
|
||||
(version "5.3.27")
|
||||
(version "5.3.28")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -447,7 +447,7 @@ (define-public slop
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yid1qd5l0g22cmm3mmmbg639404i7069nw5g843llb5yfc54bs0"))))
|
||||
"01k39wb1w367zbnl3ni76n3xcmcyvjf14jvk09cd409mvhwyl0p4"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; no "check" target
|
||||
|
|
Loading…
Reference in a new issue