This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch go-team
in repository guix.
The following commit(s) were added to refs/heads/go-team by this push:
new b08dc18459 gnu: bitmask: Fix build.
b08dc18459 is described below
commit b08dc184599e3d4da89ab8d9c13b5890db1f8714
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