all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yovan Naumovski via Guix-patches via <guix-patches@gnu.org>
To: 63488@debbugs.gnu.org
Cc: Yovan Naumovski <yovan@gorski.stream>
Subject: [bug#63488] [PATCH] gnu: slurp: Update to 1.4.0.
Date: Sat, 13 May 2023 22:06:30 +0300	[thread overview]
Message-ID: <20230513190630.8169-1-yovan@gorski.stream> (raw)

* gnu/packages/image.scm (slurp): Update to 1.4.0.
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 2485bbb943..d1330d17f7 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2043,7 +2043,7 @@ (define-public grim
 (define-public slurp
   (package
    (name "slurp")
-   (version "1.3.2")
+   (version "1.4.0")
    (source
     (origin
      (method git-fetch)
@@ -2052,7 +2052,7 @@ (define-public slurp
            (commit (string-append "v" version))))
      (file-name (git-file-name name version))
      (sha256
-      (base32 "00dx6ds1227qnxqrw58k0am78q8fa49rgp1zingrkjcbpbi7g475"))))
+      (base32 "1i6g4dfiv2mwkjvvrx3wizb1n05xmd4j9nkhdii4klwd1gdrhjwd"))))
    (build-system meson-build-system)
    (native-inputs
     (list pkg-config scdoc))
-- 
2.39.2





             reply	other threads:[~2023-05-13 19:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-13 19:06 Yovan Naumovski via Guix-patches via [this message]
2023-05-17 10:26 ` bug#63488: [PATCH] gnu: slurp: Update to 1.4.0 宋文武 via Guix-patches via

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=20230513190630.8169-1-yovan@gorski.stream \
    --to=guix-patches@gnu.org \
    --cc=63488@debbugs.gnu.org \
    --cc=yovan@gorski.stream \
    /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.