diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-10 15:10:34 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-10 15:18:58 +0000 |
| commit | 0a4bb15e85e0d7a0a94da0ecbb789be764d72564 (patch) | |
| tree | 68135569fa2fae3cfe40b72f5811079395c6797e /gnu/packages/crypto.scm | |
| parent | 68d213fa0b7e70f6b0a212909eedfe3f362a23a6 (diff) | |
gnu: go-minisign: Update to 0.2.5.
* gnu/packages/crypto.scm (go-minisign): Update to 0.2.5.
[arguments] <install-source?>: Skip as it's a final command and not a
library.
[native-inputs]: Move all inputs here as it's final command.
Change-Id: Iebe6401503c4ffb48ba73607a8b47015282e6272
Diffstat (limited to 'gnu/packages/crypto.scm')
| -rw-r--r-- | gnu/packages/crypto.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index a597a6a9946..6691ddf9014 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -285,7 +285,7 @@ OpenBSD tool of the same name.") (define-public go-minisign (package (name "go-minisign") - (version "0.1.0") + (version "0.2.5") (source (origin (method git-fetch) @@ -295,10 +295,7 @@ OpenBSD tool of the same name.") (file-name (git-file-name name version)) (sha256 (base32 - "0wc0rk5m60yz52f0cncmbgq67yvb1rcx91gvzjg6jpc4mpw2db27")) - (modules '((guix build utils))) - (snippet - '(begin (delete-file-recursively "vendor") #t)))) + "15wxg55q95kfany1zmzaazm6dzmd9k4jzigmmscwyavdbkb8ng5b")))) (build-system go-build-system) (arguments '(#:import-path "github.com/jedisct1/go-minisign")) |
