nsz: 4.4.0 -> 4.5.0

This commit is contained in:
R. Ryantm 2023-10-07 08:43:43 +00:00
parent 0b48455b2d
commit 092aa3e184

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "nsz";
version = "4.4.0";
version = "4.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "nicoboss";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-glK4CK7D33FfLqHLxVr4kkb887/A9tqxPwWpcXYZu/0=";
hash = "sha256-/46qOQEuzSBmnFG0XW4z71HAHpuyqhia29KQkUlDsgg=";
};
propagatedBuildInputs = [