1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: Remove rust-atomic-polyfill-0.1.11-yanked.

* gnu/packages/crates-io.scm (rust-atomic-polyfill-0.1.11-yanked): Delete variable.

Change-Id: Iaebe80667462481b9e6e25c0e73d976ae45fe4e8
This commit is contained in:
Efraim Flashner 2024-12-31 19:10:12 +02:00
parent 41d8a83ad4
commit a7ec1cce3a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5776,28 +5776,6 @@ fixed atomic types.")
they're not available.")
(license (list license:expat license:asl2.0))))
(define-public rust-atomic-polyfill-0.1.11-yanked
(package
(inherit rust-atomic-polyfill-1)
(name "rust-atomic-polyfill")
(version "0.1.11") ; This version was yanked!
(source
(origin
(method url-fetch)
(uri (crate-uri "atomic-polyfill" version))
(file-name (string-append name "-" version "-yanked.tar.gz"))
(sha256
(base32 "0a4vd4zq75xmwbi33flf35qmm2nf99kx3hx2m21lslqnyfrpxzz3"))))
(properties '((crate-version-yanked? . #t)))
(arguments
`(#:cargo-inputs
(("rust-critical-section" ,rust-critical-section-1))))))
(define-public rust-atomic-polyfill-0.1
;; There are no non-yanked versions of this semver.
(deprecated-package "rust-atomic-polyfill"
rust-atomic-polyfill-0.1.11-yanked))
(define-public rust-atomic-refcell-0.1
(package
(name "rust-atomic-refcell")