summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-07-02 15:34:01 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-07-02 16:20:12 +0100
commite554bc3882e3a59e7dfbdf5c82ffdcf98861eca3 (patch)
tree1cf823c77ad9663d1f4ae94c6251ca25fd8b09d7 /gnu/packages
parentb5ccecb2fc32f5249b464f93d5f71b6724e9a0b7 (diff)
gnu: asdf-vm: Update to 0.19.0.
* gnu/packages/package-management.scm (asdf-vm): Update to 0.19.0. [native-inputs]: Repace go-github-com-rogpeppe-go-internal by go-github-com-rogpeppe-go-internal-1.14; add go-github-com-mgechev-revive. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/package-management.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index c6a14ad2ea5..a7f350e461a 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -3000,7 +3000,7 @@ from R7RS, which allows most R7RS code to run on R6RS implementations.")
3000(define-public asdf-vm 3000(define-public asdf-vm
3001 (package 3001 (package
3002 (name "asdf-vm") 3002 (name "asdf-vm")
3003 (version "0.18.0") 3003 (version "0.19.0")
3004 (source 3004 (source
3005 (origin 3005 (origin
3006 (method git-fetch) 3006 (method git-fetch)
@@ -3009,7 +3009,7 @@ from R7RS, which allows most R7RS code to run on R6RS implementations.")
3009 (commit (string-append "v" version)))) 3009 (commit (string-append "v" version))))
3010 (file-name (git-file-name name version)) 3010 (file-name (git-file-name name version))
3011 (sha256 3011 (sha256
3012 (base32 "09p4d41l3f0dzm4bdvb45lxzsvlh3b99rgbdv8rk6jj84hr7w5q4")))) 3012 (base32 "0h8rrn5q13wriynh2visxkral2svd8vfflk6s8hyc20ss2pwshar"))))
3013 (build-system go-build-system) 3013 (build-system go-build-system)
3014 (arguments 3014 (arguments
3015 (list 3015 (list
@@ -3032,8 +3032,9 @@ from R7RS, which allows most R7RS code to run on R6RS implementations.")
3032 "../../internal/toolversions"))) 3032 "../../internal/toolversions")))
3033 (native-inputs 3033 (native-inputs
3034 (list go-github-com-go-git-go-git-v5 3034 (list go-github-com-go-git-go-git-v5
3035 go-github-com-mgechev-revive
3035 go-github-com-otiai10-copy 3036 go-github-com-otiai10-copy
3036 go-github-com-rogpeppe-go-internal 3037 go-github-com-rogpeppe-go-internal-1.14
3037 go-github-com-stretchr-testify 3038 go-github-com-stretchr-testify
3038 go-github-com-urfave-cli-v3 3039 go-github-com-urfave-cli-v3
3039 go-golang-org-x-sys 3040 go-golang-org-x-sys