1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

gnu: facter: Update to 4.0.51.

* gnu/packages/admin.scm (facter): Update to 4.0.51.
This commit is contained in:
Tobias Geerinckx-Rice
2021-02-15 18:09:16 +01:00
parent 6412b01a61
commit 4468c65799
+2 -2
View File
@@ -459,7 +459,7 @@ graphs and can export its output to different formats.")
(define-public facter
(package
(name "facter")
(version "4.0.49")
(version "4.0.51")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -468,7 +468,7 @@ graphs and can export its output to different formats.")
(file-name (git-file-name name version))
(sha256
(base32
"0l7gic5ql5xiy5s6rb0j9ydyaal5bcxl10bx45khcgdr9zg16pb1"))))
"1s98rq2wjmh8bqdfdibvfp9j2ynd97k0c4hairryrzl9nna3j542"))))
(build-system ruby-build-system)
(arguments
`(#:phases