mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: Remove rust-quine-mc-cluskey-0.2.
* gnu/packages/crates-io.scm (rust-quine-mc-cluskey-0.2): Delete variable. Change-Id: I0754d2bcd3fb8f7b5146857fca41cf145cb2e946
This commit is contained in:
parent
84494e2695
commit
dae19349c4
1 changed files with 0 additions and 25 deletions
|
@ -60628,31 +60628,6 @@ (define-public rust-quickersort-3
|
||||||
numbers.")
|
numbers.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-quine-mc-cluskey-0.2
|
|
||||||
(package
|
|
||||||
(name "rust-quine-mc-cluskey")
|
|
||||||
(version "0.2.4")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "quine-mc_cluskey" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0iazdlwffhrlksb8yhhs1prgwpa68rwjwqm4v26hr9hrswarcn07"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-quickcheck" ,rust-quickcheck-0.3))))
|
|
||||||
(home-page "https://github.com/oli-obk/quine-mc_cluskey")
|
|
||||||
(synopsis
|
|
||||||
"Rust implementation of the Quine-McCluskey algorithm and Petrick's method")
|
|
||||||
(description
|
|
||||||
"This package provides a Rust implementation of the Quine-McCluskey algorithm
|
|
||||||
and Petrick's method, an algorithm to automatically minimize boolean expressions.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-quinn-0.10
|
(define-public rust-quinn-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-quinn")
|
(name "rust-quinn")
|
||||||
|
|
Loading…
Reference in a new issue