mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: diffoscope: Update to 134.
* gnu/packages/diffoscope (diffoscope): Update to 134. [arguments] Remove phase adding support for zstd.
This commit is contained in:
parent
fa9e3b5ed2
commit
5de06b9dfb
1 changed files with 2 additions and 8 deletions
|
@ -67,7 +67,7 @@ (define-module (gnu packages diffoscope)
|
||||||
#:use-module (ice-9 match))
|
#:use-module (ice-9 match))
|
||||||
|
|
||||||
(define-public diffoscope
|
(define-public diffoscope
|
||||||
(let ((version "133"))
|
(let ((version "134"))
|
||||||
(package
|
(package
|
||||||
(name "diffoscope")
|
(name "diffoscope")
|
||||||
(version version)
|
(version version)
|
||||||
|
@ -79,7 +79,7 @@ (define-public diffoscope
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mvg5iyd3zjxsm66vax3qb89214j3wxcklvbhfrr8jlbzaw9pznh"))))
|
"04078cn3lazcrpgzzzy1s9721hprkylrvfa58izm4dcvgd7a593z"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
@ -90,12 +90,6 @@ (define-public diffoscope
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "setup.py"
|
(substitute* "setup.py"
|
||||||
(("'python-magic',") ""))))
|
(("'python-magic',") ""))))
|
||||||
;; Patch in support for known tools
|
|
||||||
(add-after 'unpack 'add-known-tools
|
|
||||||
(lambda _
|
|
||||||
(substitute* "diffoscope/external_tools.py"
|
|
||||||
(("'debian': 'zstd'")
|
|
||||||
"'debian': 'zstd', 'guix': 'zstd'"))))
|
|
||||||
;; This test is broken because our `file` package has a
|
;; This test is broken because our `file` package has a
|
||||||
;; bug in berkeley-db file type detection.
|
;; bug in berkeley-db file type detection.
|
||||||
(add-after 'unpack 'remove-berkeley-test
|
(add-after 'unpack 'remove-berkeley-test
|
||||||
|
|
Loading…
Reference in a new issue