diff options
author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2023-03-13 16:39:19 -0700 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-03-15 15:39:10 +0100 |
commit | 84ce4459f1c200185459671a7c34500a9e39b200 (patch) | |
tree | 7a76c003e05aac33d77b857878e7e8f0080060d3 /gnu | |
parent | 201251b1ffe43ecefe75ebf5ce9b8caaa4674eb0 (diff) | |
download | guix-84ce4459f1c200185459671a7c34500a9e39b200.tar guix-84ce4459f1c200185459671a7c34500a9e39b200.tar.gz |
gnu: diffoscope: Update to 238.
* gnu/packages/diffoscope.scm (diffoscope): Update to 238.
[native-inputs]: Switch from poppler to poppler-next.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/diffoscope.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 0dda89d860..2be87cbab3 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -75,7 +75,7 @@ (define-public diffoscope (package (name "diffoscope") - (version "233") + (version "238") (source (origin (method git-fetch) @@ -84,7 +84,7 @@ (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1m6fc7k8cd7ahra05vqccw1fdbjj6d20vr3q8v67ynnyih5nmbnb")))) + (base32 "11bib2h149b4jzxqhdi3dwivk6m4rvzjl8kg2n68sykgwa2fv24p")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -199,7 +199,7 @@ openssh openssl pgpdump - poppler + poppler-next python-jsbeautifier r-minimal rpm |