python310Packages.nomadnet: 0.3.3 -> 0.3.5

Diff: https://github.com/markqvist/NomadNet/compare/refs/tags/0.3.3...0.3.5

Changelog: https://github.com/markqvist/NomadNet/releases/tag/0.3.5
This commit is contained in:
Fabian Affolter 2023-02-18 23:12:11 +01:00
parent 1c96d4bf7a
commit ce182fda38

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "nomadnet";
version = "0.3.3";
version = "0.3.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "NomadNet";
rev = "refs/tags/${version}";
hash = "sha256-7EiAvWYhYJ7S/quME6B4Iw5nw+xOnL7PMCWXLPx0O+4=";
hash = "sha256-SPQ/3ntdD+EBW2YZJKfg2lornlg1ktnvTd1PNAqNSIg=";
};
propagatedBuildInputs = [