gnu: diffoscope: Update to 251.

* gnu/packages/diffoscope.scm (diffoscope): Update to 251.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Vagrant Cascadian 2023-10-21 14:22:05 -07:00 committed by Mathieu Othacehe
parent 0ab3b59149
commit 137ff33daf
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope (define-public diffoscope
(package (package
(name "diffoscope") (name "diffoscope")
(version "250") (version "251")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -83,7 +83,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 "12cdsgxlva1gcry16w9x44ji9asar1n8p9q6rv2jd1gr9fi6l0sz")))) (base32 "1200kzwqyw2m298z8rfbiiziprz4s1n176z42xyziwc6mbx8m09z"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list (list