Merge pull request #304086 from r-ryantm/auto-update/python312Packages.frozendict

python312Packages.frozendict: 2.4.1 -> 2.4.2

authored by Peder Bergebakken Sundt and committed by GitHub 2748d22b 3f9dfce3

+2 -2
+2 -2
pkgs/development/python-modules/frozendict/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "frozendict"; 11 - version = "2.4.1"; 11 + version = "2.4.2"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.6"; ··· 17 17 owner = "Marco-Sulla"; 18 18 repo = "python-frozendict"; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-cPDuJ6AzMxOmJztSf6IZ04acJhjJCphQSl0DaN9cChI="; 20 + hash = "sha256-SXUPzFDVw8+CmD/Jxm/EB70UBdOmauQs69hNr0l3l90="; 21 21 }; 22 22 23 23 # build C version if it exists