guix-commits
[Top][All Lists]
Advanced

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

05/26: gnu: belcard: Update to 5.2.49.


From: guix-commits
Subject: 05/26: gnu: belcard: Update to 5.2.49.
Date: Sun, 9 Apr 2023 05:06:36 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 15227aa81cf6ac136139d4644b5b7e8b3ccbe725
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 6 19:59:14 2023 +0200

    gnu: belcard: Update to 5.2.49.
    
    * gnu/packages/linphone.scm (belcard): Update to 5.2.49.
---
 gnu/packages/linphone.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index 19de8e0288..f713f2ff79 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -245,7 +245,7 @@ IETF.")
 (define-public belcard
   (package
     (name "belcard")
-    (version "4.4.34")
+    (version "5.2.49")
     (source
      (origin
        (method git-fetch)
@@ -254,7 +254,7 @@ IETF.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16x2xp8d0a115132zhy1kpxkyj86ia7vrsnpjdg78fnbvmvysc8m"))))
+        (base32 "1rl1x7rnlnncb45sjp8r2xbcwr9l8qv5bhfybhr0mmvsv3a4k4a3"))))
     (build-system cmake-build-system)
     (outputs '("out" "debug" "tester"))
     (arguments



reply via email to

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