mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: rust-build-const-0.2: Update to 0.2.2.
* gnu/packages/crates-io.scm (rust-build-const-0.2): Update to 0.2.2. Change-Id: I48d7698c39614bbe380db9406c4a5173a295fdaa
This commit is contained in:
parent
03cb24d787
commit
c98e3074fa
1 changed files with 2 additions and 2 deletions
|
@ -10434,7 +10434,7 @@ (define-public rust-bugreport-0.4
|
|||
(define-public rust-build-const-0.2
|
||||
(package
|
||||
(name "rust-build-const")
|
||||
(version "0.2.1")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -10442,7 +10442,7 @@ (define-public rust-build-const-0.2
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0faz882spx9474cszay2djmb0lghbwq51qayabcar1s7g4r2l29r"))))
|
||||
"1dryhsf4vfi1plljgv069sgfr8m1rsg04qy76x36kh6swqsl5bml"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://crates.io/crates/build_const")
|
||||
(synopsis "Create importable constants from build.rs or a script")
|
||||
|
|
Loading…
Reference in a new issue