python310Packages.crate: 0.27.2 -> 0.28.0

This commit is contained in:
R. Ryantm 2022-12-04 18:39:01 +00:00
parent 8ae7fa8541
commit 6f147838c8

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 = [