gnu: diffoscope: Update to 81.
* gnu/packages/package-management.scm (diffoscope): Update to 81.master
parent
1730c5b509
commit
a7ccfefd53
|
@ -450,16 +450,17 @@ transactions from C or Python.")
|
||||||
(define-public diffoscope
|
(define-public diffoscope
|
||||||
(package
|
(package
|
||||||
(name "diffoscope")
|
(name "diffoscope")
|
||||||
(version "78")
|
(version "81")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri name version))
|
(uri (pypi-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bx8i6sx2mcvm166nhw0i5442ld6wigkwav8dsnv22y7gnsl9d7n"))))
|
"093lxy6zj69i19fxdkj3jnai3b1ajqbksyqcvy8wqj3plaaxjna5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
(add-before 'unpack 'n (lambda _ #t))
|
||||||
;; setup.py mistakenly requires python-magic from PyPi, even
|
;; setup.py mistakenly requires python-magic from PyPi, even
|
||||||
;; though the Python bindings of `file` are sufficient.
|
;; though the Python bindings of `file` are sufficient.
|
||||||
;; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815844
|
;; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815844
|
||||||
|
|
Reference in New Issue