python3Packages.coq-tools: 0.0.36 -> 0.0.39 (#462648)

This commit is contained in:
Ben Siraphob
2025-11-17 22:24:58 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "coq-tools";
version = "0.0.36";
version = "0.0.39";
pyproject = true;
src = fetchPypi {
pname = "coq_tools";
inherit version;
hash = "sha256-lZ469FZ19Cy+LdC4ymU4wVWe7ZtPSbYlgmym/ouQSwk=";
hash = "sha256-MPgu5inr2CMOU3qlF9v8QtqhkPuP/uIQrJYyfmpZBxE=";
};
build-system = [ setuptools ];