mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: codeberg-cli: Update to 0.4.11.
* gnu/packages/rust-apps.scm (codeberg-cli): Update to 0.4.11. [source]: Remove snippet. Change-Id: Ieb4a34102ec7d939e3309f2b078f30ad905d6285
This commit is contained in:
parent
0ae79a787f
commit
4fe484ee7e
1 changed files with 2 additions and 8 deletions
|
@ -542,20 +542,14 @@ the terminal.")
|
||||||
(define-public codeberg-cli
|
(define-public codeberg-cli
|
||||||
(package
|
(package
|
||||||
(name "codeberg-cli")
|
(name "codeberg-cli")
|
||||||
(version "0.4.9")
|
(version "0.4.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "codeberg-cli" version))
|
(uri (crate-uri "codeberg-cli" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0b06jz5nh8pcgpbsfbgw1cjkpn1px3snj9p3k63gxcdp05cy0zgw"))
|
(base32 "1l0pi9va2jdja3qxzxii0jf0hjph4f0rn04dcb6j2qpbmdmg8jr0"))))
|
||||||
(snippet
|
|
||||||
#~(begin (use-modules (guix build utils))
|
|
||||||
;; Edition 2024 isn't supported until rust-1.85.
|
|
||||||
;; This was reverted upstream.
|
|
||||||
(substitute* "Cargo.toml"
|
|
||||||
(("2024") "2021"))))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue