mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: rust-scratch-1: Update to 1.0.7.
* gnu/packages/crates-io.scm (rust-scratch-1): Update to 1.0.7.
This commit is contained in:
parent
d1aaf907d8
commit
1ad8b5d612
1 changed files with 3 additions and 5 deletions
|
@ -59171,16 +59171,14 @@ (define-public rust-scraper-0.12
|
||||||
(define-public rust-scratch-1
|
(define-public rust-scratch-1
|
||||||
(package
|
(package
|
||||||
(name "rust-scratch")
|
(name "rust-scratch")
|
||||||
(version "1.0.0")
|
(version "1.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "scratch" version))
|
(uri (crate-uri "scratch" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0lk160986gamss2rxi746nj747xx7gg8r2hfskrr9fccqc8prkx3"))))
|
||||||
"0sff4rvfalp0ip98pl3xa32n7lhzcr4zqn8fgamaalbb64v4a4by"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-development-inputs
|
||||||
|
|
Loading…
Reference in a new issue