3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.neo: 0.11.1 -> 0.12.0

Changelog: https://neo.readthedocs.io/en/0.12.0/releases/0.12.0.html
This commit is contained in:
Fabian Affolter 2023-02-20 11:29:41 +01:00
parent bd189f478f
commit 2e75e17a54

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "neo";
version = "0.11.1";
version = "0.12.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-9KIGBEszKtALEAcrDcenCzWfo2XseG+Sq3V+9K5YhHQ=";
hash = "sha256-O2yk/AXf206VPiU+cJlL+7yP4ukJWPvaf6WGDK8/pjo=";
};
propagatedBuildInputs = [