guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: trurl: Update to 0.9.


From: guix-commits
Subject: branch master updated: gnu: trurl: Update to 0.9.
Date: Tue, 23 Jan 2024 09:02:38 -0500

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

sharlatan pushed a commit to branch master
in repository guix.

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

commit fbeae77ae6b8c4ad1c23e65d172b38c5a80bf2e3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Jan 23 14:01:51 2024 +0000

    gnu: trurl: Update to 0.9.
    
    * gnu/packages/curl.scm (trurl): Update to 0.9.
    
    Change-Id: Ieb0f19e6d48897dceb32e317613a301f521c9b94
---
 gnu/packages/curl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index f73aed679d..0fb83a7a12 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -421,7 +421,7 @@ sugar and output formatting inspired from @code{httpie}.")
 (define-public trurl
   (package
     (name "trurl")
-    (version "0.8")
+    (version "0.9")
     (source
      (origin
        (method git-fetch)
@@ -430,7 +430,7 @@ sugar and output formatting inspired from @code{httpie}.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19zdpjp01n7s7zgixq3irqfnx66dmqf8zyp0dlb6y7ga673lqwi8"))))
+        (base32 "10gsl0fdpybfcffmgf3qww7cpw3ifczl601042a2mqmwwrlx5zj7"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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