me
/
guix
Archived
1
0
Fork 0

ugnu: diffoscope: Update to 272.

Fixes: https://issues.guix.gnu.org/71886

* gnu/packages/diffoscope.scm (diffoscope): Update to 272.
master
Vagrant Cascadian 2024-07-05 12:16:12 -07:00 committed by Vagrant Cascadian
parent 922e943059
commit e725e47a69
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
(define-public diffoscope (define-public diffoscope
(package (package
(name "diffoscope") (name "diffoscope")
(version "269") (version "272")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -84,7 +84,7 @@
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0q2yy6aznb4sjkza06gpi01p9npp9crhcnkl5fgh32jlx1ab8sbq")))) (base32 "1dq0q41vsmnwnf8049r962x818cgm4aq5gfjavj9yjmc3dxfc76c"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list (list