[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: reprotest: Update to 0.7.15.
From: |
guix-commits |
Subject: |
branch master updated: gnu: reprotest: Update to 0.7.15. |
Date: |
Sat, 24 Oct 2020 20:08:28 -0400 |
This is an automated email from the git hooks/post-receive script.
vagrantc pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2e99651 gnu: reprotest: Update to 0.7.15.
2e99651 is described below
commit 2e99651911e21df580ca608889f050763305159d
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Sat Oct 24 23:37:18 2020 +0000
gnu: reprotest: Update to 0.7.15.
* gnu/packages/diffoscope (reprotest): Update to 0.7.15.
[native-inputs] Add python-magic.
---
gnu/packages/diffoscope.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 4c050d2..cb835f1 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -225,7 +225,7 @@ install.")
(define-public reprotest
(package
(name "reprotest")
- (version "0.7.14")
+ (version "0.7.15")
(source
(origin
(method git-fetch)
@@ -235,7 +235,7 @@ install.")
(file-name (git-file-name name version))
(sha256
(base32
- "12d07xq5zx5dfbsgakm6zcn7hgf0h9f5kvfjqkiyak4ix5aa6xkf"))))
+ "12lc1pb9d5h3blrzzx9nbqqj5bi9x23yj31fxafmk37803rl8a0m"))))
(inputs
`(("python-debian" ,python-debian)
("python-distro" ,python-distro)
@@ -247,6 +247,7 @@ install.")
("libfaketime" ,libfaketime)
("python-coverage" ,python-coverage)
("python-docutils" ,python-docutils)
+ ("python-magic " ,python-magic)
("python-pytest " ,python-pytest)
("python-tlsh" ,python-tlsh)
("python-tox" ,python-tox)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: reprotest: Update to 0.7.15.,
guix-commits <=