unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: vagrant@reproducible-builds.org
To: 70428@debbugs.gnu.org
Cc: Vagrant Cascadian <vagrant@debian.org>, vagrant@reproducible-builds.org
Subject: [bug#70428] [PATCH 3/3] gnu: diffoscope: Update to 265.
Date: Fri, 19 Apr 2024 11:25:53 -0700	[thread overview]
Message-ID: <20240419182553.352485-3-vagrant@reproducible-builds.org> (raw)
In-Reply-To: <20240419182553.352485-1-vagrant@reproducible-builds.org>

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(-)

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
-- 
2.39.2





  parent reply	other threads:[~2024-04-19 18:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-16 20:56 [bug#70428] Update diffoscope to 264 and reprotest to 0.7.27 Vagrant Cascadian
2024-04-18 16:21 ` Vagrant Cascadian
2024-04-18 16:22   ` Vagrant Cascadian
2024-04-18 19:42 ` [bug#70428] [PATCH 1/2] gnu: diffoscope: Update to 264 vagrant
2024-04-18 19:42   ` [bug#70428] [PATCH 2/2] gnu: reprotest: Update to 0.7.27 vagrant
2024-04-19 18:25 ` [bug#70428] [PATCH 1/3] gnu: diffoscope: Update to 264 vagrant
2024-04-19 18:25   ` [bug#70428] [PATCH 2/3] gnu: reprotest: Update to 0.7.27 vagrant
2024-04-19 18:25   ` vagrant [this message]
2024-04-19 18:43     ` [bug#70428] [PATCH 3/3] gnu: diffoscope: Update to 265 Vagrant Cascadian
2024-04-23 13:59   ` bug#70428: [PATCH 1/3] gnu: diffoscope: Update to 264 Christopher Baines
2024-04-23 19:22     ` [bug#70428] " Vagrant Cascadian
2024-04-19 19:31 ` [bug#70428] [PATCH 1/2] gnu: reprotest: Update to 0.7.27 vagrant
2024-04-19 19:31   ` [bug#70428] [PATCH 2/2] gnu: diffoscope: Update to 265 vagrant
2024-04-19 19:44     ` Vagrant Cascadian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240419182553.352485-3-vagrant@reproducible-builds.org \
    --to=vagrant@reproducible-builds.org \
    --cc=70428@debbugs.gnu.org \
    --cc=vagrant@debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).