Merge pull request #254400 from fabaff/pypoint-bump

python311Packages.pypoint: 2.3.0 -> 2.3.1
This commit is contained in:
Nick Cao 2023-09-10 10:06:37 -04:00 committed by GitHub
commit 7605b083cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [