Merge pull request #167899 from r-ryantm/auto-update/doit

doit: 0.34.2 -> 0.35.0
This commit is contained in:
Thiago Kenji Okada 2022-04-09 21:46:54 +01:00 committed by GitHub
commit fba78459dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "doit";
version = "0.34.2";
version = "0.35.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-OIER+Kals7RGIM7rKH0FhZJ8hdDW0/h5DTT7tFwM9sM=";
sha256 = "sha256-cVoyLIdMTLhiOU46DWn/MlcrUln1cDb7/cEFPEwB00g=";
};
propagatedBuildInputs = [