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:
Efraim Flashner 2024-12-22 20:22:14 +02:00
parent c30cc3e844
commit c41b3cd55e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")