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

python310Packages.crate: 0.27.2 -> 0.28.0
This commit is contained in:
Doron Behar 2022-12-04 21:08:29 +02:00 committed by GitHub
commit ce3622e4c8
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.2";
version = "0.28.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Ch4O3enHlQ+XO6+r7cnptrGJwnElHp07UubJuErft6U=";
sha256 = "sha256-lEELJKIjm4509x9d6n9ee4k81gGmLhy7vliAbZykIpA=";
};
propagatedBuildInputs = [