all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
To: 70428@debbugs.gnu.org
Subject: [bug#70428] [PATCH 2/2] gnu: diffoscope: Update to 265.
Date: Fri, 19 Apr 2024 12:44:10 -0700	[thread overview]
Message-ID: <87msppyw6t.fsf@wireframe> (raw)
In-Reply-To: <20240419193117.425782-2-vagrant@reproducible-builds.org>

[-- Attachment #1: Type: text/plain, Size: 1816 bytes --]

On 2024-04-19, vagrant@reproducible-builds.org wrote:
> From: Vagrant Cascadian <vagrant@reproducible-builds.org>
>
> * gnu/packages/diffoscope.scm (diffoscope): Update to 265.
> [native-inputs]: Fix architecture specific conditional for "enjarify"

The tag for 265 landed. Yay!

I think I'm done pushing trivial fixes now!

live well,
  vagrant


> ---
>  gnu/packages/diffoscope.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
> index d97ce5dda2..fd2146456d 100644
> --- a/gnu/packages/diffoscope.scm
> +++ b/gnu/packages/diffoscope.scm
> @@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope)
>  (define-public diffoscope
>    (package
>      (name "diffoscope")
> -    (version "263")
> +    (version "265")
>      (source
>       (origin
>         (method git-fetch)
> @@ -84,7 +84,7 @@ (define-public diffoscope
>               (commit version)))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "1bq45gyn214hf9brnn5xlj9xvcg6p0yr8cc2p153f93pgzsyqlg4"))))
> +        (base32 "0fdaxihmzz1jf9ay8pwr1z60b2rnihawp4js4nw9l7wv0gij9vpg"))))
>      (build-system python-build-system)
>      (arguments
>       (list
> @@ -233,9 +233,9 @@ (define (bin command)
>          ;; openjdk and dependent packages are only
>          ;; available on x86_64 currently.
>          ((or "x86_64-linux")
> -         (list enjarify)
>           ;; No unversioned openjdk available.
> -         (list `(,openjdk12 "jdk")))
> +         (list `(,openjdk12 "jdk")
> +               enjarify))
>          (_ '()))))
>      (home-page "https://diffoscope.org/")
>      (synopsis "Compare files, archives, and directories in depth")
> -- 
> 2.39.2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

      reply	other threads:[~2024-04-19 19:45 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   ` [bug#70428] [PATCH 3/3] gnu: diffoscope: Update to 265 vagrant
2024-04-19 18:43     ` 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 [this message]

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

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

  git send-email \
    --in-reply-to=87msppyw6t.fsf@wireframe \
    --to=vagrant@reproducible-builds.org \
    --cc=70428@debbugs.gnu.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.