me
/
guix
Archived
1
0
Fork 0

gnu: facter: Update to 4.0.52.

* gnu/packages/admin.scm (facter): Update to 4.0.52.
master
Tobias Geerinckx-Rice 2021-03-27 16:47:21 +01:00
parent 8a423f8911
commit acbcc0c4b1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -462,7 +462,7 @@ graphs and can export its output to different formats.")
(define-public facter
(package
(name "facter")
(version "4.0.51")
(version "4.0.52")
(source (origin
(method git-fetch)
(uri (git-reference
@ -471,7 +471,7 @@ graphs and can export its output to different formats.")
(file-name (git-file-name name version))
(sha256
(base32
"1s98rq2wjmh8bqdfdibvfp9j2ynd97k0c4hairryrzl9nna3j542"))))
"05j4q87sak1f1isj7ngzr59h3j3xskfwjjwfv0xd7lhwcaxg3a3c"))))
(build-system ruby-build-system)
(arguments
`(#:phases