GNU bug report logs - #67052
librecast 0.8.x and lcsync 0.3.x

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> debian.org>

Date: Fri, 10 Nov 2023 20:12:02 UTC

Severity: normal

Done: Vagrant Cascadian <vagrant <at> debian.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 67052 <at> debbugs.gnu.org (full text, mbox):

From: vagrant <at> debian.org
To: 67052 <at> debbugs.gnu.org
Cc: vagrant <at> debian.org
Subject: [PATCH 2/2] gnu: lcsync: Update to 0.3.0.
Date: Fri, 10 Nov 2023 12:16:22 -0800
From: Vagrant Cascadian <vagrant <at> debian.org>

* gnu/packages/networking.scm (lcsync): Update to 0.3.0.
[inputs]: Add libbsd.
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 03222a67d0..aac4e09c91 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -327,7 +327,7 @@ (define-public netperf
 (define-public lcsync
   (package
     (name "lcsync")
-    (version "0.2.1")
+    (version "0.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -336,7 +336,7 @@ (define-public lcsync
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0bsd3dkir2i647nmrmyb7skbv16v0f6f3gfwkpxz8g42978dlms5"))))
+                "1rhk80ybd2zranay76z1ysifnnm786lg9kiiijcwv76qy95in9ks"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f
@@ -362,7 +362,7 @@ (define-public lcsync
                         (substitute* (list "./src/Makefile" "./test/Makefile")
                           (("-llibrecast")
                            (string-append "-L" librecast "/lib -llibrecast")))))))))
-    (inputs (list lcrq librecast libsodium))
+    (inputs (list lcrq librecast libsodium libbsd))
     (home-page "https://librecast.net/lcsync.html")
     (synopsis "Librecast file and data syncing tool")
     (description
-- 
2.39.2





This bug report was last modified 1 year and 238 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.