mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: rust-parking-lot-core-0.8: Update to 0.8.6.
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.8): Update to 0.8.6. [source]: Remove snippet. Change-Id: I66b670824a94efcf125b7fbe7bacc53f7f95ac94
This commit is contained in:
parent
e03bfd4eac
commit
054088e181
1 changed files with 2 additions and 9 deletions
|
@ -50574,7 +50574,7 @@ (define-public rust-parking-lot-core-0.9
|
|||
(define-public rust-parking-lot-core-0.8
|
||||
(package
|
||||
(name "rust-parking-lot-core")
|
||||
(version "0.8.4")
|
||||
(version "0.8.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -50582,14 +50582,7 @@ (define-public rust-parking-lot-core-0.8
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08n7w09q6b2prvazbzgwrc9ml7aaf8yg3132ifsayrkwy1nwwzs6"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
;; XXX: The file demands 0.3.60; we have 0.3.56, but
|
||||
;; that works well, really.
|
||||
(substitute* "Cargo.toml"
|
||||
(("0\\.3\\.60") "0.3.56"))))))
|
||||
"1p2nfcbr0b9lm9rglgm28k6mwyjwgm4knipsmqbgqaxdy3kcz8k0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue