Merge pull request #264745 from fabaff/nomadnet-bump

python311Packages.nomadnet: 0.4.0 -> 0.4.1

authored by

OTABI Tomoya and committed by
GitHub
f8e7393a fa534e0e

+2 -2
+2 -2
pkgs/development/python-modules/nomadnet/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "nomadnet"; 13 - version = "0.4.0"; 13 + version = "0.4.1"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "markqvist"; 20 20 repo = "NomadNet"; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-xXVur2ibctRCfQ1zKnPeLrNoukTmFT8exTbm2ukByYY="; 22 + hash = "sha256-+UWHYhPX54Jc9gnrb2Az5Nc3/kt42/wa+zhUnCWdVU4="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [