mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: slop: Update to 7.6.
* gnu/packages/xdisorg.scm (slop): Update to 7.6.
This commit is contained in:
parent
70c186147f
commit
43c1106732
1 changed files with 2 additions and 2 deletions
|
@ -802,7 +802,7 @@ of the screen selected by mouse.")
|
||||||
(define-public slop
|
(define-public slop
|
||||||
(package
|
(package
|
||||||
(name "slop")
|
(name "slop")
|
||||||
(version "7.5")
|
(version "7.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -811,7 +811,7 @@ of the screen selected by mouse.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k8xxb4rj2fylr4vj16yvsf73cyywliz9cy78pl4ibmi03jhg837"))))
|
"1xaka98vka5kh3wmby68ifwi6rp0985dj13fgs96bw8a1z3m1l1d"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no "check" target
|
'(#:tests? #f)) ; no "check" target
|
||||||
|
|
Loading…
Add table
Reference in a new issue