Unverified Commit 7b356be2 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

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

parents 1a88d904 7478ee57
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];