summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2020-03-27 22:10:06 +0100
committerMathieu Othacehe <m.othacehe@gmail.com>2020-04-08 11:30:55 +0200
commitba6f2bda18ed19fa486a9c3e2c3baea6c66c6867 (patch)
tree08ea970cd8b735a43af21e04f47ab16628c0cd02
parentee0ad7803c82383ac1bced073d8670bc407797e7 (diff)
downloadguix-patches-ba6f2bda18ed19fa486a9c3e2c3baea6c66c6867.tar
guix-patches-ba6f2bda18ed19fa486a9c3e2c3baea6c66c6867.tar.gz
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 <m.othacehe@gmail.com>
-rw-r--r--gnu/packages/genimage.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/genimage.scm b/gnu/packages/genimage.scm
index fdf686f9d7..27f55a398a 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))