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:
Nicolas Graves 2025-07-25 00:09:00 +02:00 committed by Sharlatan Hellseher
parent f304ba6c69
commit eefaf173d6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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