guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: castor: Update to 0.8.18.


From: guix-commits
Subject: branch master updated: gnu: castor: Update to 0.8.18.
Date: Sat, 11 Sep 2021 16:59:20 -0400

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

ngz pushed a commit to branch master
in repository guix.

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

commit c8cb76e17e24bf100ea4991fa9548a47c75f28d5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 11 22:58:26 2021 +0200

    gnu: castor: Update to 0.8.18.
    
    * gnu/packages/web.scm (castor): Update to 0.8.18.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2cd5f07..09b5771 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6618,7 +6618,7 @@ file links.")
 (define-public castor
   (package
     (name "castor")
-    (version "0.8.16")
+    (version "0.8.18")
     (source
      (origin
        (method git-fetch)
@@ -6627,7 +6627,7 @@ file links.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0rwg1w7srjwa23mkypl8zk6674nhph4xsc6nc01f6g5k959szylr"))))
+        (base32 "1l72r6a917ymc9pn8dllbal1xdczfai376nvqkiys5fm4j4s3zmj"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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