guix-commits
[Top][All Lists]
Advanced

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

08/17: gnu: fakeroot: Update to 1.31.


From: guix-commits
Subject: 08/17: gnu: fakeroot: Update to 1.31.
Date: Wed, 24 May 2023 09:05:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0c521c81fa4974aa6ebd7b9e5ee109143c2fccce
Author: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
AuthorDate: Wed May 10 19:23:10 2023 +0200

    gnu: fakeroot: Update to 1.31.
    
    * gnu/packages/linux.scm (fakeroot): Update to 1.31.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 21b6651853..1be505d949 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9039,7 +9039,7 @@ the superuser to make device nodes.")
 (define-public fakeroot
   (package
     (name "fakeroot")
-    (version "1.30.1")
+    (version "1.31")
     (source
      (origin
        ;; There are no tags in the repository, so take this snapshot.
@@ -9048,7 +9048,7 @@ the superuser to make device nodes.")
                            "fakeroot/fakeroot_" version ".orig.tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0xba5gfh7ygv6na8n1ckqd2jnpdr9q88qan385qxp85c47sb3srj"))
+        (base32 "0br0gvvribfs2kpkhwr51lsinhl6l36334wx1cbwfmhww50nv233"))
        (modules '((guix build utils)
                   (ice-9 ftw)))
        (snippet



reply via email to

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