summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCarlos Durán Domínguez <wurt@wurt.eu>2026-02-16 05:07:13 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-25 14:29:58 +0000
commite4900d42eeec8ee2a8d7efb05b018d46f7462050 (patch)
treea2a4d8b87cfc6d6f399923d9b525d4492ea35507 /gnu
parent7169227d9a44103be3c1aaddda84d5e4e3f67c26 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 2f965cb90f7..ef57ada029a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -29573,7 +29573,7 @@ with ccgo-generated code.")
29573(define-public go-modernc-org-memory 29573(define-public go-modernc-org-memory
29574 (package 29574 (package
29575 (name "go-modernc-org-memory") 29575 (name "go-modernc-org-memory")
29576 (version "1.8.0") 29576 (version "1.11.0")
29577 (source 29577 (source
29578 (origin 29578 (origin
29579 (method git-fetch) 29579 (method git-fetch)
@@ -29582,13 +29582,14 @@ with ccgo-generated code.")
29582 (commit (string-append "v" version)))) 29582 (commit (string-append "v" version))))
29583 (file-name (git-file-name name version)) 29583 (file-name (git-file-name name version))
29584 (sha256 29584 (sha256
29585 (base32 "066pzk0i1jxahialzp97ra0k0f191y1756sgppiw50zkpnpwzjxr")))) 29585 (base32 "0wvhv15f7f229gb2imr8lg8yh14kxh6z7kiywv91bbzgrcbrnk1j"))))
29586 (build-system go-build-system) 29586 (build-system go-build-system)
29587 (arguments 29587 (arguments
29588 (list 29588 (list
29589 #:import-path "modernc.org/memory")) 29589 #:import-path "modernc.org/memory"))
29590 (propagated-inputs 29590 (propagated-inputs
29591 (list go-modernc-org-mathutil)) 29591 (list go-golang-org-x-sys
29592 go-modernc-org-mathutil))
29592 (home-page "https://gitlab.com/cznic/memory") 29593 (home-page "https://gitlab.com/cznic/memory")
29593 (synopsis "Memory allocator implementation") 29594 (synopsis "Memory allocator implementation")
29594 (description "Package memory implements a memory allocator.") 29595 (description "Package memory implements a memory allocator.")