diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-31 00:27:58 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-31 04:58:34 +0200 |
commit | 5cea72818db253c3cb7bc688d8d04d72d7b78777 (patch) | |
tree | 61f066fb2aee0ee61503901ee1e38b136aa2c173 /gnu/packages | |
parent | bc8be17c4dd1e7bb8eb98a0b7e5bcb0a536719b0 (diff) | |
download | guix-5cea72818db253c3cb7bc688d8d04d72d7b78777.tar.gz guix-5cea72818db253c3cb7bc688d8d04d72d7b78777.zip |
gnu: facter: Update to 4.0.35.
* gnu/packages/admin.scm (facter): Update to 4.0.35.
Diffstat (limited to 'gnu/packages')
-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 a7ecc378d5..aaed5b8e55 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -443,7 +443,7 @@ graphs and can export its output to different formats.") (define-public facter (package (name "facter") - (version "4.0.34") + (version "4.0.35") (source (origin (method git-fetch) (uri (git-reference @@ -452,7 +452,7 @@ graphs and can export its output to different formats.") (file-name (git-file-name name version)) (sha256 (base32 - "19lcmmcnxkbirvh5bn5xa9a99z48zmb1b8845cp5r598y019gxqp")))) + "1f203g2hp96cp8w4x1myhqdj5j09z9s23kylwkrxr69fjhn0vhnb")))) (build-system ruby-build-system) (arguments `(#:phases |