Unverified Commit 7483e426 authored by Aaron Bieber's avatar Aaron Bieber
Browse files

python3Packages.nomadnet: 0.5.0 -> 0.5.1

parent 1509114d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "nomadnet";
  version = "0.5.0";
  version = "0.5.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "markqvist";
    repo = "NomadNet";
    rev = "refs/tags/${version}";
    hash = "sha256-pYlEstApB0SYnkEfQ0kZl53xtbvTkRV+930TrCMqhbA=";
    hash = "sha256-Tx6pcPGYItjTuWGnQc3O+O3HC1gld/2J5T4O63MOD+U=";
  };

  build-system = [ setuptools ];