all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Josselin Poiret via Bug reports for GNU Guix <bug-guix@gnu.org>
To: Maze <maze@pkbd.org>, 63150@debbugs.gnu.org
Cc: Josselin Poiret <dev@jpoiret.xyz>
Subject: bug#63150: [PATCH 2/2] gnu: quilt: Update to 0.67.
Date: Sun, 30 Apr 2023 14:34:28 +0200	[thread overview]
Message-ID: <090c2c3ff15eb0bd476fd6d8c1a443b68dbe8b5f.1682858043.git.dev@jpoiret.xyz> (raw)
In-Reply-To: <875y9dekar.fsf@pkbd.org>

From: Josselin Poiret <dev@jpoiret.xyz>

* gnu/packages/patchutils.scm (quilt): Update to 0.67.
---
 gnu/packages/patchutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 465e605010..88c2cbc907 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -110,14 +110,14 @@ (define-public patchutils
 (define-public quilt
   (package
     (name "quilt")
-    (version "0.66")
+    (version "0.67")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://savannah/quilt/"
                            "quilt-" version ".tar.gz"))
        (sha256
-        (base32 "01vfvk4pqigahx82fhaaffg921ivd3k7rylz1yfvy4zbdyd32jri"))
+        (base32 "1hiw05aqysbnnl15zg2n5cr11k0z7rz85fvq8qv6qap7hw4vxqrv"))
        (patches (search-patches "quilt-avoid-grep-warnings.patch"))))
     (build-system gnu-build-system)
     (native-inputs
-- 
2.39.2





      parent reply	other threads:[~2023-04-30 12:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-28 15:00 bug#63150: quilt tests fail Jack Hill
2023-04-29  8:23 ` Josselin Poiret via Bug reports for GNU Guix
2023-04-30 10:28 ` bug#63150: (no subject) Maze
2023-04-30 12:34   ` bug#63150: [PATCH 1/2] gnu: quilt: Fix build because of grep warnings Josselin Poiret via Bug reports for GNU Guix
2023-05-20 19:22     ` Efraim Flashner
2023-04-30 12:34   ` Josselin Poiret via Bug reports for GNU Guix [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=090c2c3ff15eb0bd476fd6d8c1a443b68dbe8b5f.1682858043.git.dev@jpoiret.xyz \
    --to=bug-guix@gnu.org \
    --cc=63150@debbugs.gnu.org \
    --cc=dev@jpoiret.xyz \
    --cc=maze@pkbd.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.