me
/
guix
Archived
1
0
Fork 0

gnu: rust-compiler-builtins-0.1: Update to 0.1.23.

* gnu/packages/crates-io.scm (rust-compiler-builtins-0.1): Update to 0.1.23.
master
Efraim Flashner 2020-01-14 12:50:41 +02:00
parent 52300efe4f
commit 472a8253c3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1392,7 +1392,7 @@ CMAKE environmental variable is set.")
(define-public rust-compiler-builtins-0.1
(package
(name "rust-compiler-builtins")
(version "0.1.19")
(version "0.1.23")
(source
(origin
(method url-fetch)
@ -1400,7 +1400,7 @@ CMAKE environmental variable is set.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"1fpabpmg8paj4r5a37vmidh1jx1b7a6ilxm4s3xsxczx27ybjcjf"))))
"0m8rfikg08av2plyp32drjfsv7i10nf2kwzajjjkvl13yhj9s5fn"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t