Commit 88d482ae authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.nomadnet: 0.2.5 -> 0.2.6

parent d367bcc3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "nomadnet";
  version = "0.2.5";
  version = "0.2.6";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "markqvist";
    repo = "NomadNet";
    rev = version;
    hash = "sha256-iPgdXii3SZWxSTpILBLIWY6vpBTnrpGnEosD/ttN/Yk=";
    hash = "sha256-IcWHqPVfqHYw2k/EtIYruhBC8nz4UgjTz0psaa5Ki4c=";
  };

  propagatedBuildInputs = [