mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: python-pycosat: Update to 0.6.3.
* gnu/packages/python-xyz.scm (python-pycosat): Update to 0.6.3.
This commit is contained in:
parent
bcdc61bfa1
commit
c9ec3c0763
1 changed files with 5 additions and 3 deletions
|
@ -14392,16 +14392,18 @@ (define-public python2-pycountry
|
|||
(define-public python-pycosat
|
||||
(package
|
||||
(name "python-pycosat")
|
||||
(version "0.6.1")
|
||||
(version "0.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pycosat" version))
|
||||
(uri (pypi-uri "pycosat" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kl3wh1f47rc712n4bmwplbx3fqz3x9i1b587jrbpmvdva4c8f6l"))))
|
||||
"1vg0f2fwcybpdqv92z0hwdl603n2safh3fqvjjxkksd78r4qg6ac"))))
|
||||
;; TODO: Unundle picosat. http://fmv.jku.at/picosat/
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("unzip" ,unzip)))
|
||||
(home-page "https://github.com/ContinuumIO/pycosat")
|
||||
(synopsis "Bindings to picosat (a SAT solver)")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue