mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: codeberg-cli: Update to 0.5.4.
* gnu/packages/rust-apps.scm (codeberg-cli): Update to 0.5.4. Change-Id: Ic6d7db15ee91de5a703e76d5cd05123da2375dda
This commit is contained in:
parent
e4f565e886
commit
fdf03043f7
2 changed files with 1562 additions and 1250 deletions
|
|
@ -660,7 +660,7 @@ through tools like `gdb`.")
|
|||
(define-public codeberg-cli
|
||||
(package
|
||||
(name "codeberg-cli")
|
||||
(version "0.5.0")
|
||||
(version "0.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -669,7 +669,7 @@ through tools like `gdb`.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "18va0d0aw4yb5ccl16zndjprnmpz3cqkrfsq4ba4jvf786zgwfkr"))))
|
||||
(base32 "1rbbf0f2zcgn3mw31s3763sbx4bmbp12ab2zap9cj6l3jbs5zqm3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue