guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lcrq: Update to 0.1.0.


From: guix-commits
Subject: branch master updated: gnu: lcrq: Update to 0.1.0.
Date: Sun, 06 Aug 2023 19:10:51 -0400

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

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 985638aea1 gnu: lcrq: Update to 0.1.0.
985638aea1 is described below

commit 985638aea14720e16ed5fd94a0e1382a57dec7ac
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Fri Jul 21 19:17:51 2023 -0700

    gnu: lcrq: Update to 0.1.0.
    
    * gnu/packages/networking.scm (lcrq): Update to 0.1.0.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 488d015107..542e93891c 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -256,7 +256,7 @@ protocols.")
 (define-public lcrq
   (package
     (name "lcrq")
-    (version "0.0.1")
+    (version "0.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -265,7 +265,7 @@ protocols.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0jf7x3zcdbz5b99qz7liw4i90hn9s457zr82n0r8g9qsi81a1d8c"))))
+                "13mfg866scvy557zrvjxjhkzam39h8d07s2w3fqbwhw6br6axkxk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f



reply via email to

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