Commit d102d7c2 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by zowoq
Browse files
parent 56fac375
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "deploykit";
  version = "1.1.0";
  version = "1.1.1";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "numtide";
    repo = pname;
    rev = version;
    hash = "sha256-re7r2K9F5FTTVn84WC+wZX30JA9AXQcHK3pLjYglMs8=";
    hash = "sha256-7PiXq1bQJ1jswLHNqCDSYZabgfp8HRuRt5YPGzd5Ej0=";
  };

  buildInputs = [