Skip to content

Commit

Permalink
python312Packages.ndspy: 4.1.0 -> 4.2.0 (NixOS#341879)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 committed Sep 18, 2024
2 parents 1a88d90 + 7478ee5 commit 7b356be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/ndspy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildPythonPackage rec {
pname = "ndspy";
version = "4.1.0";
version = "4.2.0";
format = "setuptools";

disabled = pythonOlder "3.6";

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 ];
Expand Down

0 comments on commit 7b356be

Please sign in to comment.