diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-15 18:09:16 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-15 18:09:40 +0100 |
commit | 4468c657991e1396625094e27af4d84bcf6c7b2d (patch) | |
tree | fb1354203791f85e427a63aa8fc01c10369db36d | |
parent | 6412b01a616ea3da29d060e903c63a039efd657a (diff) | |
download | guix-4468c657991e1396625094e27af4d84bcf6c7b2d.tar guix-4468c657991e1396625094e27af4d84bcf6c7b2d.tar.gz |
gnu: facter: Update to 4.0.51.
* gnu/packages/admin.scm (facter): Update to 4.0.51.
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 0258126ce9..77386d6033 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -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 |