mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-pear-codegen-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-pear-codegen-0.1): Update to 0.1.5.
This commit is contained in:
parent
4446e55f60
commit
db023f207f
1 changed files with 2 additions and 2 deletions
|
@ -43888,14 +43888,14 @@ (define-public rust-pear-0.1
|
|||
(define-public rust-pear-codegen-0.1
|
||||
(package
|
||||
(name "rust-pear-codegen")
|
||||
(version "0.1.4")
|
||||
(version "0.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pear_codegen" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1jk8jxkgjd3pymldkckg2ligkpy4nnskgcj8qf3yzlf3zlvcihdz"))))
|
||||
(base32 "19lcpkfspizd4ywwvca6rxgc311m070k3ndvwa9vrbw1snjqna60"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue