python3Packages.nclib: 1.0.5 -> 1.0.7

This commit is contained in:
R. Ryantm
2025-08-14 05:11:46 +00:00
parent 27473e9a5e
commit b1e2329596
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "nclib";
version = "1.0.5";
version = "1.0.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-sKbISlL5hOBu1j6zWSib2HjJCvEoMrqdwzgG2keMqDE=";
hash = "sha256-40Bdkhmd3LiZAR1v36puV9l4tgtDb6T8k9j02JTR4Jo=";
};
# Project has no tests