Merge pull request #217065 from r-ryantm/auto-update/python310Packages.frozendict

python310Packages.frozendict: 2.3.4 -> 2.3.5
This commit is contained in:
Mario Rodas 2023-02-19 10:54:51 -05:00 committed by GitHub
commit b745931aba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "frozendict";
version = "2.3.4";
version = "2.3.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Marco-Sulla";
repo = "python-frozendict";
rev = "refs/tags/v${version}";
hash = "sha256-rDorFoVHiwbkRsIIA2MLKPHJ9HWJw2FKZ5iFHEiqzhg=";
hash = "sha256-IlKhqQvNaYz4+U8UJ/fGUNNTC3RjyGKCJUzJ6J431Vw=";
};
postPatch = ''