guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b2901e823140fc24e67b7e5789221d51a8538480
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Feb 15 09:21:42 2026 +0000

    gnu: bitmask: Fix build.
    
    * gnu/packages/vpn.scm (bitmask)[source]<snippet>: Use version as direct
    string.
    
    Change-Id: I7334870a7637b65526f8b64977d333eff81300c4
---
 gnu/packages/vpn.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 29fd71c3ed..544bbb5414 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -130,7 +130,7 @@
            (call-with-output-file "pkg/config/version/version.go"
              (lambda (port)
                (format port "package version~%~% var VERSION = ~s"
-                       version)))))))
+                       "0.21.11")))))))
     (build-system go-build-system)
     (arguments
      `(#:imported-modules

Reply via email to