guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7e1ec579dbf4455156801a2afe9910597a15bcf1
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Thu Oct 16 18:45:54 2025 +0300

    gnu: bgpq3: Update to 0.1.38.
    
    * gnu/packages/networking.scm (bgpq3): Update to 0.1.38.
    
    Change-Id: I72d7c224af26c55969bb6b21ffa11246c33585e2
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 3b6cb15ea2..0902af3d83 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3414,7 +3414,7 @@ updates to the zebra daemon.")
 (define-public bgpq3
   (package
     (name "bgpq3")
-    (version "0.1.36.1")
+    (version "0.1.38")
     (source
      (origin
        (method git-fetch)
@@ -3423,7 +3423,7 @@ updates to the zebra daemon.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0768hihx7idmn2dk8ii21m0dm052amlnfpqq53vsfaapb60n1smc"))))
+        (base32 "11zm2z2cxazzr1x6mwmjc167cclkgaah7b1k8pfpfm555bpli9mf"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f))                    ; no test suite

Reply via email to