mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: rust-foreign-types-shared-0.3: Update to 0.3.1.
* gnu/packages/crates-io.scm (rust-foreign-types-shared-0.3): Update to 0.3.1. Change-Id: I61f630abb289279a1879605d395f43d13aa775f3
This commit is contained in:
parent
c30cc3e844
commit
c41b3cd55e
1 changed files with 3 additions and 5 deletions
|
@ -29593,16 +29593,14 @@ (define-public rust-foreign-types-macros-0.1
|
|||
(define-public rust-foreign-types-shared-0.3
|
||||
(package
|
||||
(name "rust-foreign-types-shared")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "foreign-types-shared" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mg85r21bxg2i97zl3q8l3cviqz4wcbwziz875wlja3zpcrwz13n"))))
|
||||
(base32 "0nykdvv41a3d4py61bylmlwjhhvdm0b3bcj9vxhqgxaxnp5ik6ma"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/sfackler/foreign-types")
|
||||
(synopsis "Internal crate used by foreign-types")
|
||||
|
|
Loading…
Reference in a new issue