Unverified Commit 9b5ee31a authored by zowoq's avatar zowoq Committed by GitHub
Browse files

python3Packages.invoke: 2.2.0 -> 2.2.1 (#462079)

parents 854f1bf7 1c463fb0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildPythonPackage rec {
  pname = "invoke";
  version = "2.2.0";
  version = "2.2.1";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-7my7EBrxqFnH/oTyomTAWQILDLf+NTX5QkMAq1aPa9U=";
    hash = "sha256-UVv0m0pIkyt5sCRZA0jaIvOcSULf+ZGtH7i4uuob5wc=";
  };

  postPatch = ''