python311Packages.nclib: 1.0.2 -> 1.0.3

This commit is contained in:
Fabian Affolter 2023-07-28 21:38:16 +02:00
parent 857df777e0
commit 293c87723a

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "nclib";
version = "1.0.2";
version = "1.0.3";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
hash = "sha256-rA8oeYvMhw8HURxPLBRqpMHnAez/xBjyPFoKXIIvBjg=";
hash = "sha256-26KjYMxJMj5ANb2ej9hVl689sAcGHp89QUkH2xiLhZk=";
};
# Project has no tests