mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: diffoscope: Update to 297.
* gnu/packages/diffoscope.scm (diffoscope): Update to 297. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
0be64e5fc4
commit
8b8b0c2e8d
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@
|
|||
(define-public diffoscope
|
||||
(package
|
||||
(name "diffoscope")
|
||||
(version "296")
|
||||
(version "297")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "18h81vnk5hvm6z1rk05ndfksykf3xh75m8pdsmkp7i0fnhh7p22c"))))
|
||||
(base32 "17ziwnjlsajliky9fvjy6gb0zcyqsp5lk08qjafhfz1dskn08x2x"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue