From: vagrant@debian.org
To: 67052@debbugs.gnu.org
Cc: vagrant@debian.org
Subject: [bug#67052] [PATCH 2/2] gnu: lcsync: Update to 0.3.0.
Date: Fri, 10 Nov 2023 12:16:22 -0800 [thread overview]
Message-ID: <20231110201622.510091-2-vagrant@debian.org> (raw)
In-Reply-To: <20231110201622.510091-1-vagrant@debian.org>
From: Vagrant Cascadian <vagrant@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
next prev parent reply other threads:[~2023-11-10 20:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-10 20:10 [bug#67052] librecast 0.8.x and lcsync 0.3.x Vagrant Cascadian
2023-11-10 20:16 ` [bug#67052] [PATCH 1/2] gnu: librecast: Update to 0.8.0 vagrant
2023-11-10 20:16 ` vagrant [this message]
2023-11-10 21:03 ` [bug#67052] [PATCH v2 " vagrant
2023-11-10 21:03 ` [bug#67052] [PATCH v2 2/2] gnu: lcsync: Update to 0.3.0 vagrant
2023-11-24 21:37 ` bug#67052: [PATCH v2 1/2] gnu: librecast: Update to 0.8.0 Vagrant Cascadian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231110201622.510091-2-vagrant@debian.org \
--to=vagrant@debian.org \
--cc=67052@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).