guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: slurp: Update to 1.4.0.


From: guix-commits
Subject: branch master updated: gnu: slurp: Update to 1.4.0.
Date: Wed, 17 May 2023 06:26:00 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cf82526ac4 gnu: slurp: Update to 1.4.0.
cf82526ac4 is described below

commit cf82526ac400fe953ddfbf9d7458d62ea4871d10
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Sat May 13 22:06:30 2023 +0300

    gnu: slurp: Update to 1.4.0.
    
    * gnu/packages/image.scm (slurp): Update to 1.4.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 @@ identical visual appearance.")
 (define-public slurp
   (package
    (name "slurp")
-   (version "1.3.2")
+   (version "1.4.0")
    (source
     (origin
      (method git-fetch)
@@ -2052,7 +2052,7 @@ identical visual appearance.")
            (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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]