gnu: reprotest: Update to 0.7.15.
* gnu/packages/diffoscope (reprotest): Update to 0.7.15. [native-inputs] Add python-magic.
This commit is contained in:
parent
a4c14ef5f6
commit
2e99651911
1 changed files with 3 additions and 2 deletions
|
@ -225,7 +225,7 @@ install.")
|
||||||
(define-public reprotest
|
(define-public reprotest
|
||||||
(package
|
(package
|
||||||
(name "reprotest")
|
(name "reprotest")
|
||||||
(version "0.7.14")
|
(version "0.7.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -235,7 +235,7 @@ install.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12d07xq5zx5dfbsgakm6zcn7hgf0h9f5kvfjqkiyak4ix5aa6xkf"))))
|
"12lc1pb9d5h3blrzzx9nbqqj5bi9x23yj31fxafmk37803rl8a0m"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-debian" ,python-debian)
|
`(("python-debian" ,python-debian)
|
||||||
("python-distro" ,python-distro)
|
("python-distro" ,python-distro)
|
||||||
|
@ -247,6 +247,7 @@ install.")
|
||||||
("libfaketime" ,libfaketime)
|
("libfaketime" ,libfaketime)
|
||||||
("python-coverage" ,python-coverage)
|
("python-coverage" ,python-coverage)
|
||||||
("python-docutils" ,python-docutils)
|
("python-docutils" ,python-docutils)
|
||||||
|
("python-magic " ,python-magic)
|
||||||
("python-pytest " ,python-pytest)
|
("python-pytest " ,python-pytest)
|
||||||
("python-tlsh" ,python-tlsh)
|
("python-tlsh" ,python-tlsh)
|
||||||
("python-tox" ,python-tox)
|
("python-tox" ,python-tox)
|
||||||
|
|
Reference in a new issue