Commit d6d4ac85 authored by R. RyanTM's avatar R. RyanTM
Browse files

seventeenlands: 0.1.42 -> 0.1.43

parent 6a39c6e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@
}:
python3.pkgs.buildPythonApplication rec {
  pname = "seventeenlands";
  version = "0.1.42";
  version = "0.1.43";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-P/imV4vvyd6wgjqXzgfIAURFtFhLwX1eS8eiPl79oZk=";
    hash = "sha256-oTF4dtMKhx2YR80goKTcyq2P0mxAKLE2Ze5HbMNvyGg=";
  };

  # No tests