python312Packages.pypoint: 3.0.0 -> 3.0.1

This commit is contained in:
R. Ryantm
2024-10-20 12:37:15 +00:00
parent 88d3f02d30
commit 3c1d64dade
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pypoint";
version = "3.0.0";
version = "3.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "fredrike";
repo = "pypoint";
rev = "v${version}";
hash = "sha256-Ri+vf/vnjQQ+9eZ1Gzt+v68FAxVGt0IY9S3SpeVem3A=";
rev = "refs/tags/v${version}";
hash = "sha256-9z9VcY42uHIksIvDU1Vz+kvXNmrCu08fGB/waQahmyg=";
};
build-system = [ setuptools ];