mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rmlint: Update to 2.10.1.
* gnu/packages/disk.scm (rmlint): Update to 2.10.1.
This commit is contained in:
parent
435dce1df7
commit
46c26a7313
1 changed files with 2 additions and 2 deletions
|
@ -846,7 +846,7 @@ (define-public libblockdev
|
|||
(define-public rmlint
|
||||
(package
|
||||
(name "rmlint")
|
||||
(version "2.9.0")
|
||||
(version "2.10.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -855,7 +855,7 @@ (define-public rmlint
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b5cziam14h80xrfb285fmfrzz2rligxcpsq1xsig14xf4l2875i"))))
|
||||
"15xfkcw1bkfyf3z8kl23k3rlv702m0h7ghqxvhniynvlwbgh6j2x"))))
|
||||
(build-system scons-build-system)
|
||||
(arguments
|
||||
`(#:scons ,scons-python2
|
||||
|
|
Loading…
Reference in a new issue