me
/
guix
Archived
1
0
Fork 0

gnu: disorderfs: Update to 0.5.10.

* gnu/packages/file-systems (disorderfs): Update to 0.5.10.
master
Vagrant Cascadian 2020-05-25 17:01:50 -07:00 committed by Vagrant Cascadian
parent 0321c6ebea
commit 2f04adf5c4
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@ from the jfsutils package. It is meant to be used in initrds.")
(define-public disorderfs
(package
(name "disorderfs")
(version "0.5.9")
(version "0.5.10")
(source
(origin
(method git-fetch)
@ -333,7 +333,7 @@ from the jfsutils package. It is meant to be used in initrds.")
(file-name (git-file-name name version))
(sha256
(base32
"0irgr9hkm9icx1s44m9382484yx8hddzjxbsz621ip9c946pif0g"))))
"0lsisx5118k0qk0b5klbxl03rvhycnznyfx05yxmjawh85bfhmlh"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))