diff mbox series

[bug#70428,3/3] gnu: diffoscope: Update to 265.

Message ID 20240419182553.352485-3-vagrant@reproducible-builds.org
State New
Headers show
Series [bug#70428,1/3] gnu: diffoscope: Update to 264. | expand

Commit Message

Vagrant Cascadian April 19, 2024, 6:25 p.m. UTC
From: Vagrant Cascadian <vagrant@debian.org>

* gnu/packages/diffoscope.scm (diffoscope): Update to 265.
[source]: Use commit instead of tag, as tag does not exist yet.
---
 gnu/packages/diffoscope.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Vagrant Cascadian April 19, 2024, 6:43 p.m. UTC | #1
On 2024-04-19, vagrant@reproducible-builds.org wrote:
> From: Vagrant Cascadian <vagrant@debian.org>

Oops. That should have been vagrant@reproducible-builds.org ...

> * gnu/packages/diffoscope.scm (diffoscope): Update to 265.
> [source]: Use commit instead of tag, as tag does not exist yet.
...
>         (uri (git-reference
>               (url "https://salsa.debian.org/reproducible-builds/diffoscope.git")
> -             (commit version)))
> +             ;; No tag yet...
> +             (commit "0be25cce2974851d697578ed208a0ff2c1556ff3")))
>         (file-name (git-file-name name version))

Hopefully a tag will be made available soon, but until then, I figured
it would be nice to get it building on the build farm to test, at least.

This can obviously be squashed into the commit with version 264 when
actually pushing.

live well,
  vagrant
diff mbox series

Patch

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 8b72072bb5..d1dc45065c 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -75,16 +75,17 @@  (define-module (gnu packages diffoscope)
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "264")
+    (version "265")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://salsa.debian.org/reproducible-builds/diffoscope.git")
-             (commit version)))
+             ;; No tag yet...
+             (commit "0be25cce2974851d697578ed208a0ff2c1556ff3")))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1m2jrg0y283m07gml7nd6fy4x827i93bj23varjn3add4kixxr57"))))
+        (base32 "0fdaxihmzz1jf9ay8pwr1z60b2rnihawp4js4nw9l7wv0gij9vpg"))))
     (build-system python-build-system)
     (arguments
      (list