mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mdadm: Update to 4.1.
* gnu/packages/linux.scm (mdadm): Update to 4.1.
This commit is contained in:
parent
5230dce154
commit
30288ae57e
1 changed files with 2 additions and 2 deletions
|
@ -2917,7 +2917,7 @@ (define-public libiec61883
|
||||||
(define-public mdadm
|
(define-public mdadm
|
||||||
(package
|
(package
|
||||||
(name "mdadm")
|
(name "mdadm")
|
||||||
(version "4.0")
|
(version "4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2925,7 +2925,7 @@ (define-public mdadm
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ad3mma641946wn5lsllwf0lifw9lps34fv1nnkhyfpd9krffshx"))))
|
"0jjgjgqijpdp7ijh8slzzjjw690kydb1jjadf0x5ilq85628hxmb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("udev" ,eudev)))
|
`(("udev" ,eudev)))
|
||||||
|
|
Loading…
Reference in a new issue