gnu: diffoscope: Update to 277.

* gnu/packages/diffoscope.scm (diffoscope): Update to 277.
This commit is contained in:
Vagrant Cascadian 2024-08-30 10:59:51 -07:00 committed by Vagrant Cascadian
parent cc26f737d1
commit 7fa9df431e
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 "276") (version "277")
(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 "0qrv484dm39m5w6awba8z1m850vhil4w914k9l3lfn0s5hf0xhh8")))) (base32 "0b2m3mjcasyvwwrk5jwgbvmnha5smfgarjk4jchxmlhddf9y18wc"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list (list