mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-18 00:00:32 +02:00
gnu: rust-self-cell-1: Update to 1.1.0.
* gnu/packages/crates-io.scm (rust-self-cell-1): Update to 1.1.0. [source]: Fix source URI. Change-Id: I9ea891fe9931d825bbec48918a57460280ae4f34
This commit is contained in:
@@ -71921,14 +71921,14 @@ dropped.")
|
||||
(define-public rust-self-cell-1
|
||||
(package
|
||||
(name "rust-self-cell")
|
||||
(version "1.0.1")
|
||||
(version "1.1.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "self-cell" version))
|
||||
(uri (crate-uri "self_cell" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1djgfccbfhj2zv7xmqc2nxwn41g1swyrxg1d488pirj3am8rwc2c"))
|
||||
"1gmxk5bvnnimcif7v1jk8ai2azfvh9djki545nd86vsnphjgrzf2"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (substitute* "Cargo.toml"
|
||||
|
||||
Reference in New Issue
Block a user