all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 68143@debbugs.gnu.org
Subject: [bug#68143] [PATCH 2/2] gnu: slurp: Update to 1.5.0.
Date: Sat, 30 Dec 2023 18:52:03 +0800	[thread overview]
Message-ID: <b39aed0b98eedcffee7d206f94f7a88628063f25.1703933263.git.zhengjunjie@iscas.ac.cn> (raw)
In-Reply-To: <cover.1703933263.git.zhengjunjie@iscas.ac.cn>

* gnu/packages/image.scm (slurp): Update to 1.5.0.

Change-Id: I72a60742af26a2544ee21e052963c0a8ad549d0e
---
 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 9179cb8b90..acf0cc8570 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2247,7 +2247,7 @@ (define-public grim
 (define-public slurp
   (package
    (name "slurp")
-   (version "1.4.0")
+   (version "1.5.0")
    (source
     (origin
      (method git-fetch)
@@ -2256,7 +2256,7 @@ (define-public slurp
            (commit (string-append "v" version))))
      (file-name (git-file-name name version))
      (sha256
-      (base32 "1i6g4dfiv2mwkjvvrx3wizb1n05xmd4j9nkhdii4klwd1gdrhjwd"))))
+      (base32 "0wlml42c3shma50bsvqzll7p3zn251jaf0jm59q2idks8gg1zkyq"))))
    (build-system meson-build-system)
    (native-inputs
     (append (if (%current-target-system)
-- 
2.41.0





  parent reply	other threads:[~2023-12-30 10:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-30 10:49 [bug#68143] [PATCH 0/2] slurp: Update to 1.5.0 and fix cross-compiling Zheng Junjie
2023-12-30 10:52 ` [bug#68143] [PATCH 1/2] gnu: slurp: Fix cross-compiling Zheng Junjie
2023-12-30 10:52 ` Zheng Junjie [this message]
2024-01-03 14:28 ` bug#68143: [PATCH 0/2] slurp: Update to 1.5.0 and fix cross-compiling Mathieu Othacehe

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=b39aed0b98eedcffee7d206f94f7a88628063f25.1703933263.git.zhengjunjie@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=68143@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.