Merge pull request #185194 from r-ryantm/auto-update/python3.10-nclib

This commit is contained in:
Martin Weinelt 2022-08-05 22:54:51 +02:00 committed by GitHub
commit c193cd721b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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