guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: bfs: Update to 3.0.2.


From: guix-commits
Subject: 02/05: gnu: bfs: Update to 3.0.2.
Date: Sat, 16 Sep 2023 09:22:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b7ed26b1a7846299f03aab2bbaa7b89dadd01c8e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

    gnu: bfs: Update to 3.0.2.
    
    * gnu/packages/admin.scm (bfs): Update to 3.0.2.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 1b2324bfc7..50cfe0c628 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5995,7 +5995,7 @@ Discover other RouterOS devices or @command{mactelnetd} 
hosts.
 (define-public bfs
   (package
     (name "bfs")
-    (version "3.0.1")
+    (version "3.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6004,7 +6004,7 @@ Discover other RouterOS devices or @command{mactelnetd} 
hosts.
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ffma9p82bl0ai4h439cnhvcyyy8x593m27xlf16gsg6knpldm58"))))
+                "055qn2bhnyk9k96w8aviz7v4wip9hwsv7ak1m3yygm1x3fhdyhyz"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags #~(list (string-append "CC="



reply via email to

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