mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 18:34:38 +00:00
python3Packages.neo: 0.10.2 -> 0.11.0
This commit is contained in:
parent
eb91570c7a
commit
8fe0a13463
@ -3,24 +3,26 @@
|
||||
, fetchPypi
|
||||
, nose
|
||||
, numpy
|
||||
, packaging
|
||||
, quantities
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "neo";
|
||||
version = "0.10.2";
|
||||
version = "0.11.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-LUIYsIJtruqIDhVSJwYAKew4oAI4zrXwlxONlGfGOZs=";
|
||||
sha256 = "sha256-zfjhMko/u9Hv1WGNzTfPxJexmXkjvXELWYRywdhGZ0o=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
numpy
|
||||
packaging
|
||||
quantities
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user