gnu: facter: Update to 4.0.25.

* gnu/packages/admin.scm (facter): Update to 4.0.25.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-30 13:17:53 +02:00
parent 839dba3a1f
commit 1c556e65a5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -434,7 +434,7 @@ graphs and can export its output to different formats.")
(define-public facter
(package
(name "facter")
(version "4.0.24")
(version "4.0.25")
(source (origin
(method git-fetch)
(uri (git-reference
@ -443,7 +443,7 @@ graphs and can export its output to different formats.")
(file-name (git-file-name name version))
(sha256
(base32
"1n8yd2p7m0jf0wld6q43f2gqxyz8fiamz3p79wbl53q5qih0vba2"))))
"04nbk9rn5lfhbivsx68dggsp05czm7mzfr1i7yv6168bl92d233y"))))
(build-system ruby-build-system)
(arguments
`(#:phases (modify-phases %standard-phases