python311Packages.nomadnet: 0.3.7 -> 0.3.8

Diff: https://github.com/markqvist/NomadNet/compare/refs/tags/0.3.7...0.3.8

Changelog: https://github.com/markqvist/NomadNet/releases/tag/0.3.8
This commit is contained in:
Fabian Affolter 2023-09-25 09:51:32 +02:00
parent 892c75210b
commit 68ae453d24

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "nomadnet";
version = "0.3.7";
version = "0.3.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "NomadNet";
rev = "refs/tags/${version}";
hash = "sha256-cyD68GsAuJKmbVxWCCJVWz/VErB9LEdRzz9IT8ir+U0=";
hash = "sha256-w7NQH4CEfYQ4iwPtLQO5mYRnfWQbPuxb/qXRBP0V56Y=";
};
propagatedBuildInputs = [