3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #156693 from r-ryantm/auto-update/python3.10-glom

python310Packages.glom: 20.11.0 -> 22.1.0
This commit is contained in:
Fabian Affolter 2022-01-25 14:27:49 +01:00 committed by GitHub
commit f333994ab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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