gnu: Remove rust-supercow-0.1.

* gnu/packages/crates-io.scm (rust-supercow-0.1): Delete variable.

Change-Id: I6421e7d4fc103c3da0fa4e1a4229d685e8d753af
This commit is contained in:
Efraim Flashner 2024-12-31 19:38:14 +02:00
parent c9b05b9c9e
commit fabf0d7d01
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -76087,25 +76087,6 @@ (define-public rust-subprocess-0.2
inspired by Python's subprocess module, with Rust-specific extensions.")
(license (list license:asl2.0 license:expat))))
(define-public rust-supercow-0.1
(package
(name "rust-supercow")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "supercow" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0qxxk2z4pa7ni17bdhix9syhax0nnnpbjjpsinkhd8vsnknmh5qp"))))
(build-system cargo-build-system)
(home-page "https://github.com/altsysrq/supercow")
(synopsis "Generic way to accept general reference-like values")
(description
"This package provides a generic way to accept general reference-like
values without proliferating generics.")
(license (list license:expat license:asl2.0))))
(define-public rust-superluminal-perf-0.1
(package
(name "rust-superluminal-perf")