python312Packages.nomadnet: 0.4.9 -> 0.5.0

This commit is contained in:
R. Ryantm 2024-09-05 09:28:56 +00:00
parent 0223e698fc
commit db5b9e2416

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "nomadnet";
version = "0.4.9";
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "NomadNet";
rev = "refs/tags/${version}";
hash = "sha256-Ut/YifODoiHCo3bhN8nV5ZPNIr70FM6MjlZCrUuNaFc=";
hash = "sha256-pYlEstApB0SYnkEfQ0kZl53xtbvTkRV+930TrCMqhbA=";
};
build-system = [ setuptools ];