Merge pull request #195451 from r-ryantm/auto-update/python310Packages.crate

python310Packages.crate: 0.27.1 -> 0.27.2
This commit is contained in:
Jonas Heinrich 2022-10-11 21:01:07 +02:00 committed by GitHub
commit 85df5fce05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "crate";
version = "0.27.1";
version = "0.27.2";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-YYzn13yaTTVt4mxbE8wbymGrisraMRRHodydawSy/Uc=";
sha256 = "sha256-Ch4O3enHlQ+XO6+r7cnptrGJwnElHp07UubJuErft6U=";
};
propagatedBuildInputs = [