mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
ugnu: diffoscope: Update to 272.
Fixes: https://issues.guix.gnu.org/71886 * gnu/packages/diffoscope.scm (diffoscope): Update to 272.
This commit is contained in:
parent
922e943059
commit
e725e47a69
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope)
|
|||
(define-public diffoscope
|
||||
(package
|
||||
(name "diffoscope")
|
||||
(version "269")
|
||||
(version "272")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -84,7 +84,7 @@ (define-public diffoscope
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0q2yy6aznb4sjkza06gpi01p9npp9crhcnkl5fgh32jlx1ab8sbq"))))
|
||||
(base32 "1dq0q41vsmnwnf8049r962x818cgm4aq5gfjavj9yjmc3dxfc76c"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue