python312Packages.ndspy: 4.1.0 -> 4.2.0 (#341879)

This commit is contained in:
h7x4 2024-09-19 00:48:38 +02:00 committed by GitHub
commit 7b356be2ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ndspy";
version = "4.1.0";
version = "4.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -16,8 +16,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "RoadrunnerWMC";
repo = pname;
rev = "v${version}";
hash = "sha256-V7phRZCA0WbUpYLgS/4nJbje/JM61RksDUZQ2pnbQyU=";
rev = "refs/tags/v${version}";
hash = "sha256-PQONVEuh5Fg2LHr4gq0XTGcOpps/s9FSgoyDn4BCcik=";
};
nativeCheckInputs = [ pytestCheckHook ];