mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-logical-unification: Fetch source from git.
* gnu/packages/python-xyz.scm (python-logical-unification): [source]: Switch to git-fetch. Change-Id: I2f14aa301679efd7a3ad6509e7b7d9ff82016508 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
f304ba6c69
commit
eefaf173d6
1 changed files with 6 additions and 4 deletions
|
@ -36478,11 +36478,13 @@ needed and registers the function with its annotations.")
|
||||||
(version "0.4.3")
|
(version "0.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (pypi-uri "logical-unification" version))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/pythological/unification")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1kvhvf1p9a5733pqb15k4fhwrfnj5ijsv6yn92mxzaa0zh89z7g3"))))
|
||||||
"0j57953hi7kg2rl0163vzjzsvzdyjimnklhx6idf5vaqqf1d3p1j"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue