guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: facter: Update to 4.0.49.


From: guix-commits
Subject: 02/05: gnu: facter: Update to 4.0.49.
Date: Sun, 17 Jan 2021 17:48:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a3e549b5a8b347255309cb1c5a877a28024d1fb6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 17 23:26:01 2021 +0100

    gnu: facter: Update to 4.0.49.
    
    * gnu/packages/admin.scm (facter): Update to 4.0.49.
---
 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 3582d8d..b476a90 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -445,7 +445,7 @@ graphs and can export its output to different formats.")
 (define-public facter
   (package
     (name "facter")
-    (version "4.0.48")
+    (version "4.0.49")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -454,7 +454,7 @@ graphs and can export its output to different formats.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10cbk56nbvqvpzq3h958iizvh0vh69zkhw31dxl1qx91zk5d8djx"))))
+                "0l7gic5ql5xiy5s6rb0j9ydyaal5bcxl10bx45khcgdr9zg16pb1"))))
     (build-system ruby-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]