guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e4900d42eeec8ee2a8d7efb05b018d46f7462050
Author: Carlos Durán Domínguez <[email protected]>
AuthorDate: Mon Feb 16 05:07:13 2026 +0100

    gnu: go-modernc-org-memory: Update to 1.11.0.
    
    * gnu/packages/golang-xyz.scm (go-modernc-org-memory): Update to 1.11.0.
    [propagated-inputs]: Add go-golang-org-x-sys.
    
    Change-Id: Idb2a1bc5ba117ac5f3e25d554c25a9f3a9a5dab3
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 2f965cb90f..ef57ada029 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -29573,7 +29573,7 @@ with ccgo-generated code.")
 (define-public go-modernc-org-memory
   (package
     (name "go-modernc-org-memory")
-    (version "1.8.0")
+    (version "1.11.0")
     (source
      (origin
        (method git-fetch)
@@ -29582,13 +29582,14 @@ with ccgo-generated code.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "066pzk0i1jxahialzp97ra0k0f191y1756sgppiw50zkpnpwzjxr"))))
+        (base32 "0wvhv15f7f229gb2imr8lg8yh14kxh6z7kiywv91bbzgrcbrnk1j"))))
     (build-system go-build-system)
     (arguments
      (list
       #:import-path "modernc.org/memory"))
     (propagated-inputs
-     (list go-modernc-org-mathutil))
+     (list go-golang-org-x-sys
+           go-modernc-org-mathutil))
     (home-page "https://gitlab.com/cznic/memory";)
     (synopsis "Memory allocator implementation")
     (description "Package memory implements a memory allocator.")

Reply via email to