[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: facter: Update to 4.0.46.
From: |
guix-commits |
Subject: |
02/11: gnu: facter: Update to 4.0.46. |
Date: |
Sun, 22 Nov 2020 23:47:39 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 6fc2b686a0d16574a9240cb917823b605ac550f4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 22 22:09:20 2020 +0100
gnu: facter: Update to 4.0.46.
* gnu/packages/admin.scm (facter): Update to 4.0.46.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 1ea6f97..20d5978 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.44")
+ (version "4.0.46")
(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
- "0cs4cr5xc3yvnln9k3gdhypnq6iw4zfrhqrhslvli11l9mwdbjwn"))))
+ "1pi93i1jfpmxxw22b5r4gyx5jzgrammlrjzhjr3q2bpn3kcas91j"))))
(build-system ruby-build-system)
(arguments
`(#:phases
- branch master updated (0ada181 -> f942c09), guix-commits, 2020/11/22
- 01/11: gnu: duplicity: Update to 0.8.17., guix-commits, 2020/11/22
- 02/11: gnu: facter: Update to 4.0.46.,
guix-commits <=
- 06/11: gnu: ipset: Update to 7.9., guix-commits, 2020/11/22
- 05/11: gnu: ipset: Use HTTPS home page., guix-commits, 2020/11/22
- 03/11: gnu: python-pandocfilters: Update to 1.4.3., guix-commits, 2020/11/22
- 04/11: gnu: webkitgtk: Update to 2.30.3., guix-commits, 2020/11/22
- 09/11: gnu: lsof: Respect #:tests?., guix-commits, 2020/11/22
- 07/11: gnu: hdparm: Update to 9.60., guix-commits, 2020/11/22
- 10/11: gnu: lsof: Make test failures fatal., guix-commits, 2020/11/22
- 08/11: gnu: lsof: Update to 4.94.0., guix-commits, 2020/11/22
- 11/11: gnu: lsof: Cross-compile., guix-commits, 2020/11/22