sharlatan pushed a commit to branch go-team
in repository guix.

commit 48a4a8e3cee8a7ae94f4f8c36c079e5cab948924
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 22 22:16:20 2024 +0100

    gnu: go-github-com-operatorfoundation-shapeshifter-transports: Fix build.
    
    * gnu/packages/golang.scm 
(go-github-com-operatorfoundation-shapeshifter-transports)
    [propagated-inputs]: Remove
    go-github-com-operatorfoundation-monolith-go; add
    go-github-com-operatorfoundation-monolith-go-1.0.4
    
    (go-github-com-operatorfoundation-monolith-go-1.0.4): New variable.
    
    Change-Id: I858a0ca47f448985a563f2e0fce8c6a7c6de7ca7
---
 gnu/packages/golang.scm | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 917e7da58c..10e89dc0f7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1241,7 +1241,7 @@ cluster segmentation algorithm.")
            go-github-com-kataras-golog
            go-github-com-mufti1-interconv
            go-github-com-opentracing-opentracing-go
-           go-github-com-operatorfoundation-monolith-go
+           go-github-com-operatorfoundation-monolith-go-1.0.4
            go-github-com-operatorfoundation-obfs4
            go-github-com-operatorfoundation-shapeshifter-ipc
            go-github-com-shadowsocks-go-shadowsocks2
@@ -1671,6 +1671,23 @@ configuration file.")
     (description "Monolith-Go is a Go library for working with byte 
sequences.")
     (license license:expat)))
 
+;; To build bitmask 0.21.11, remove when it's updated.
+(define-public go-github-com-operatorfoundation-monolith-go-1.0.4
+  (package
+    (inherit go-github-com-operatorfoundation-monolith-go)
+    (name "go-github-com-operatorfoundation-monolith-go")
+    (version "1.0.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://github.com/OperatorFoundation/monolith-go";)
+         (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "066bqlgw5h7a3kxswqlv734asb7nw2y6snsn09yqk0ixj23qw22s"))))))
+
 (define-public go-github-com-dpotapov-go-spnego
   (let ((commit "298b63a544303a239753d04314aada5bdbad7e4a")
         (revision "0"))

Reply via email to