diff options
| author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2020-03-30 19:39:46 +0000 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2020-03-30 12:43:22 -0700 |
| commit | 03227eeb123bf038287ff07fd180004fd89b99fd (patch) | |
| tree | c5b80442dba77381ca2e966162ed397125b58924 | |
| parent | 1110a421f4c9ede6ee814e678135a1dd2ac05fc9 (diff) | |
| download | guix-03227eeb123bf038287ff07fd180004fd89b99fd.tar.gz | |
gnu: diffoscope: Update to 138.
* gnu/packages/diffoscope (diffoscope): Update to 138.
| -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 0e452d6..0cfb107 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -68,7 +68,7 @@ #:use-module (ice-9 match)) (define-public diffoscope - (let ((version "137")) + (let ((version "138")) (package (name "diffoscope") (version version) @@ -80,7 +80,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "11llnh2h2mx3xygj4482ld1rnjnhszk4828pmcbi75kanxfrqzq6")))) + "1lsxwyqaaxmin8h06l0352f0kh0l9brbqfn0zv8hmb64bp5r20nr")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |
