python311Packages.nomadnet: 0.3.9 -> 0.4.0

Diff: https://github.com/markqvist/NomadNet/compare/refs/tags/0.3.9...0.4.0

Changelog: https://github.com/markqvist/NomadNet/releases/tag/0.4.0
This commit is contained in:
Fabian Affolter 2023-10-16 22:34:09 +02:00
parent e57ec15ac4
commit 3ceb956fd8

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "nomadnet";
version = "0.3.9";
version = "0.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "NomadNet";
rev = "refs/tags/${version}";
hash = "sha256-dElqneeZ9S1n+q0VidprZV0M+sWNgdRcts7L1is8r/o=";
hash = "sha256-xXVur2ibctRCfQ1zKnPeLrNoukTmFT8exTbm2ukByYY=";
};
propagatedBuildInputs = [