diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:10 +0200 |
commit | 2db3fa4a7677ee7b7491bf037cf5e12ab1206ef3 (patch) | |
tree | 739fb9e2efc6ec39f35c17d533d9bc6fd5e1fa21 | |
parent | 62bd53dbb9afef108d56ffb3da948625ce47989e (diff) | |
download | guix-2db3fa4a7677ee7b7491bf037cf5e12ab1206ef3.tar.gz |
gnu: diffoscope: Update to 244.
* gnu/packages/diffoscope.scm (diffoscope): Update to 244.
-rw-r--r-- | gnu/packages/diffoscope.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 8f43945009..4d3908cdf3 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -74,7 +74,7 @@ (define-public diffoscope (package (name "diffoscope") - (version "242") + (version "244") (source (origin (method git-fetch) @@ -83,7 +83,7 @@ (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1aa6cszav4bgiljhkly0l3bzn4kggkncrk1zbc6hdm361r8yrw34")))) + (base32 "16v6p970kckyv5pa93sj7r5k4b0hgbyralvzddbj73g7srysa02v")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |