guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: genimage: Update to 11.


From: guix-commits
Subject: branch master updated: gnu: genimage: Update to 11.
Date: Wed, 08 Apr 2020 05:31:37 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ba6f2bd  gnu: genimage: Update to 11.
ba6f2bd is described below

commit ba6f2bda18ed19fa486a9c3e2c3baea6c66c6867
Author: Vincent Legoll <address@hidden>
AuthorDate: Fri Mar 27 22:10:06 2020 +0100

    gnu: genimage: Update to 11.
    
    * gnu/packages/genimage.scm (genimage): Update to 11,
    [arguments]: add a new test dump file to the patched ones
    because of missing /etc/passwd in build environment.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 gnu/packages/genimage.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/genimage.scm b/gnu/packages/genimage.scm
index fdf686f..27f55a3 100644
--- a/gnu/packages/genimage.scm
+++ b/gnu/packages/genimage.scm
@@ -41,7 +41,7 @@
 (define-public genimage
   (package
     (name "genimage")
-    (version "10")
+    (version "11")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -50,7 +50,7 @@
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0had00p2why2l1fl14mq7nbhmmfbd3na4qnnpg36akdy05g67jbn"))))
+                "15jmh17lvm3jw9c92bjarly7iwhmnfl322d91mprfv10ppb9ip54"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -149,6 +149,7 @@
              (substitute* '("test/ext2test.dump"
                             "test/ext3test.dump"
                             "test/ext4test.dump"
+                            "test/ext2test-percent.dump"
                             "test/mke2fs.dump")
               (("root") "unknown"))
              #t))



reply via email to

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