diff options
author | Liliana Marie Prikler <[email protected]> | 2024-03-02 08:07:11 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2024-03-02 08:07:11 +0100 |
commit | 3d4fc910f73220f47e5f2459853333a7c83c5d1d (patch) | |
tree | d3178f93b78b3629dc7067cef69cf2a95490966d /gnu/packages/diffoscope.scm | |
parent | 9160cccd767cdfa55f7a460750c6b0f7544c12eb (diff) | |
parent | 4a0549be52f3f46fbce61342d8de30f7b83130c5 (diff) |
Merge branch 'master' into emacs-team
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r-- | gnu/packages/diffoscope.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index d950466ffe..f5a3bbc5b9 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -74,7 +74,7 @@ (define-public diffoscope (package (name "diffoscope") - (version "253") + (version "258") (source (origin (method git-fetch) @@ -83,7 +83,7 @@ (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1nvq0lv246rah0ryb2qd20yf3gfy0iwfi3335rg9c3gpz0ha4wnb")))) + (base32 "1wppshi18lyrgxxi8j06ij0qi31zdgqwjj6bycsyvipkc1cj6xhp")))) (build-system python-build-system) (arguments (list @@ -305,7 +305,7 @@ them in detail for later analysis.") (define-public trydiffoscope (package (name "trydiffoscope") - (version "67.0.1") + (version "67.0.6") (source (origin (method git-fetch) @@ -315,7 +315,7 @@ them in detail for later analysis.") (file-name (git-file-name name version)) (sha256 (base32 - "03b66cjii7l2yiwffj6ym6mycd5drx7prfp4j2550281pias6mjh")))) + "0jzxgqraf727fvjcc9bgwz8zymjiix07x54xzqpvm52cv681nd9j")))) (arguments `(#:phases (modify-phases %standard-phases |