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

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

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

  buildInputs = [