gnu: diffoscope: Update to 269.

* gnu/packages/diffoscope.scm (diffoscope): Update to 269.
This commit is contained in:
Vagrant Cascadian 2024-05-31 10:10:49 -07:00 committed by Vagrant Cascadian
parent 952075880d
commit c7888f5361
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

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