python311Packages.pypoint: 2.3.1 -> 2.3.2

Diff: https://github.com/fredrike/pypoint/compare/v2.3.1...v2.3.2
This commit is contained in:
Fabian Affolter
2023-10-05 17:41:08 +02:00
parent 344c8f4549
commit 3088d0afb3
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pypoint";
version = "2.3.1";
version = "2.3.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "fredrike";
repo = "pypoint";
rev = "v${version}";
hash = "sha256-fO0un6YIK3jutzUxbu9mSqPZHfLa3pMtfxOy1iV3Qio=";
hash = "sha256-tQ5rQs6ECn9O9dVXKWhmy9BBpOzgqSmwpmbIRbJn2CQ=";
};
propagatedBuildInputs = [