python311Packages.pypoint: 2.3.0 -> 2.3.1

Diff: https://github.com/fredrike/pypoint/compare/v2.3.0...v2.3.1
This commit is contained in:
Fabian Affolter 2023-09-10 14:32:22 +02:00
parent 964006733a
commit a4aac35874

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pypoint";
version = "2.3.0";
version = "2.3.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "fredrike";
repo = "pypoint";
rev = "v${version}";
hash = "sha256-609Zme9IUl8eHNxzrYsRAg7bgZho/OklGM7oI+imyZQ=";
hash = "sha256-fO0un6YIK3jutzUxbu9mSqPZHfLa3pMtfxOy1iV3Qio=";
};
propagatedBuildInputs = [