unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: vagrant@debian.org
To: 67052@debbugs.gnu.org
Cc: vagrant@debian.org
Subject: [bug#67052] [PATCH v2 1/2] gnu: librecast: Update to 0.8.0.
Date: Fri, 10 Nov 2023 13:03:09 -0800	[thread overview]
Message-ID: <20231110210310.512492-1-vagrant@debian.org> (raw)
In-Reply-To: <87zfzltlme.fsf@wireframe>

From: Vagrant Cascadian <vagrant@debian.org>

* gnu/packages/networking.scm (librecast): Update to 0.8.0.
[inputs]: Add libbsd.
[source]: Apply guix style.
---
 gnu/packages/networking.scm | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1a8912ac87..103c3aa97f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -127,6 +127,7 @@ (define-module (gnu packages networking)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages image)
   #:use-module (gnu packages kde-frameworks)
+  #:use-module (gnu packages libbsd)
   #:use-module (gnu packages libevent)
   #:use-module (gnu packages libidn)
   #:use-module (gnu packages libusb)
@@ -522,16 +523,16 @@ (define-public libnice
 (define-public librecast
   (package
     (name "librecast")
-    (version "0.7.0")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://codeberg.org/librecast/librecast")
-                    (commit (string-append "v" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "0y0km0fv39m3i227pyg7fcr7d94gbji51fkcywqyrjgmk4j1hp1n"))))
+    (version "0.8.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://codeberg.org/librecast/librecast")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "01m0q4n2hy3csbzil8ivjyzb1mh4w9jlh9iiv6z53kasl7aas27i"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f
@@ -541,7 +542,7 @@ (define-public librecast
                             (string-append "PREFIX="
                                            (assoc-ref %outputs "out"))))
        #:test-target "test"))
-    (inputs (list libsodium lcrq))
+    (inputs (list libsodium lcrq libbsd))
     (synopsis "IPv6 multicast library")
     (description "Librecast is a C library which supports IPv6 multicast
 networking.")

base-commit: bb3ab24a296ffa5273b2e82a02ed057e90c095f3
-- 
2.39.2





  parent reply	other threads:[~2023-11-10 21:04 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   ` [bug#67052] [PATCH 2/2] gnu: lcsync: Update to 0.3.0 vagrant
2023-11-10 21:03 ` vagrant [this message]
2023-11-10 21:03   ` [bug#67052] [PATCH v2 " 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=20231110210310.512492-1-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).