python310Packages.glom: 20.11.0 -> 22.1.0

This commit is contained in:
R. Ryantm 2022-01-25 12:13:06 +00:00
parent 8bd55a6a5a
commit a8e94e7e90

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "glom";
version = "20.11.0";
version = "22.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VAUQcrzMnNs+u9ivBVkZUTemHTCPBL/xlnjkthNQ6xI=";
hash = "sha256-FRDGWHqPnGSiRmQbcAM8vF696Z8CrSRWk2eAOOghrrU=";
};
propagatedBuildInputs = [