python310Packages.crate: 0.31.0 -> 0.31.1

This commit is contained in:
R. Ryantm 2023-04-21 18:04:54 +00:00
parent 789bb04f46
commit f8556eeab2

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "crate";
version = "0.31.0";
version = "0.31.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HhncnVmUXyHLaLkhIFS89NnKoSY42C1GipOqurIsoZ4=";
hash = "sha256-SYjzyPqKR6BpC5z3P/ASDXe0mwi8Hz413b8Fm7cc5zo=";
};
propagatedBuildInputs = [