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

doit: 0.34.1 -> 0.34.2
This commit is contained in:
Renaud 2022-02-19 18:20:04 +01:00 committed by GitHub
commit e90294a41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "doit";
version = "0.34.1";
version = "0.34.2";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "49467c1bf8850a292e5fd0254ee1b219f6fd8202a0d3d4bf33af3c2dfb58d688";
sha256 = "sha256-OIER+Kals7RGIM7rKH0FhZJ8hdDW0/h5DTT7tFwM9sM=";
};
propagatedBuildInputs = [ cloudpickle ]