Commit ba0125d9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 73454580
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

buildPythonPackage rec {
  pname = "spur";
  version = "0.3.22";
  version = "0.3.23";
  format = "setuptools";

  disabled = pythonOlder "3.4";
  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "mwilliamson";
    repo = "spur.py";
    rev = "refs/tags/${version}";
    hash = "sha256-YlwezAE7V4ykFsp+bJ2nYRp6HG4I9Bk7Lhq6f1Inn0s=";
    hash = "sha256-LTkZ1p2P9fsD+gZEQZaCS68Q6nGc4qFGMNtH75gQmXQ=";
  };

  propagatedBuildInputs = [