guix-patches
[Top][All Lists]
Advanced

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

[bug#65642] Update lcrq to 0.1.2


From: Vagrant Cascadian
Subject: [bug#65642] Update lcrq to 0.1.2
Date: Thu, 31 Aug 2023 15:48:30 -0700

And in the meantime, upstream snuck in a new release with some minor
fixes. May as well update to that!

Both lcsync and librecast still build fine!

live well,
  vagrant
From 3454b360a107aba20ee00e7d5fc0d56177704d58 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Thu, 31 Aug 2023 15:43:14 -0700
Subject: [PATCH] gnu: lcrq: Update to 0.1.2.

* gnu/packages/networking.scm (lcrq): Update to 0.1.2.
---
 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 f4ecd85009..7d1fa307a3 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -256,7 +256,7 @@ (define-public axel
 (define-public lcrq
   (package
     (name "lcrq")
-    (version "0.1.0")
+    (version "0.1.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -265,7 +265,7 @@ (define-public lcrq
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13mfg866scvy557zrvjxjhkzam39h8d07s2w3fqbwhw6br6axkxk"))))
+                "1m29p4bsafzbchnkidyrnglfdf1c9pnq6akkmivi23qdv9kj51dg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f

base-commit: f5c4db45e95cf8ea23c2c133ed2535ca94a06f7d
-- 
2.39.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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