gnu: rmlint: Update to 2.10.2.
* gnu/packages/disk.scm (rmlint): Update to 2.10.2.
parent
fe5f242162
commit
02ccc57635
|
@ -1131,7 +1131,7 @@ LVM D-Bus API).")
|
||||||
(define-public rmlint
|
(define-public rmlint
|
||||||
(package
|
(package
|
||||||
(name "rmlint")
|
(name "rmlint")
|
||||||
(version "2.10.1")
|
(version "2.10.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1140,7 +1140,7 @@ LVM D-Bus API).")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15xfkcw1bkfyf3z8kl23k3rlv702m0h7ghqxvhniynvlwbgh6j2x"))))
|
"0sk4v1chnk2hvzi92svyf8qgamfs4fvial90qwx4a7dayxhkbsm4"))))
|
||||||
(build-system scons-build-system)
|
(build-system scons-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:scons ,scons-python2
|
`(#:scons ,scons-python2
|
||||||
|
|
Reference in New Issue