guix_mirror_bot pushed a commit to branch master
in repository guix.
commit dcaab2a9b876c702024a624bff889728ba6e36f0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 12:44:45 2025 +0100
gnu: go-github-com-ebitengine-purego: Update to 0.9.0.
* gnu/packages/golang-build.scm (go-github-com-ebitengine-purego): Update
to 0.9.0.
Change-Id: I3f5239b9a33ea186578b2d0ca4c02728636ac2a2
---
gnu/packages/golang-build.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 4cf00cd20a..119d24513c 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -91,7 +91,7 @@ interoperate.")
(define-public go-github-com-ebitengine-purego
(package
(name "go-github-com-ebitengine-purego")
- (version "0.8.4")
+ (version "0.9.0")
(source
(origin
(method git-fetch)
@@ -100,14 +100,14 @@ interoperate.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0sy5cn56wxwv1qpl6vg5160hlk004m5wdlf18rfnj63573f5kivh"))))
+ (base32 "0qkjn7xswbfrly8bwryww0jwfdasig9bfx24dnwryz8iakkyww6f"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/ebitengine/purego"
;; TODO: This failed test should be proper checked.
;; ld:
- ;;
/tmp/guix-build-go-github-com-ebitengine-purego-0.8.4.drv-0/ccguQKNs.o:
+ ;;
/tmp/guix-build-go-github-com-ebitengine-purego-0.9.0.drv-0/ccguQKNs.o:
;; relocation R_X86_64_32 against `.bss' can not be used when making a
;; shared object; recompile with -fPIC ld: failed to set dynamic section
;; sizes: bad value collect2: error: ld returned 1 exit status