Merge pull request #177289 from r-ryantm/auto-update/python310Packages.dogpile-cache

python310Packages.dogpile-cache: 1.1.5 -> 1.1.6

authored by Mario Rodas and committed by GitHub 10b173dd 261c3900

+2 -2
+2 -2
pkgs/development/python-modules/dogpile-cache/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "dogpile-cache"; 14 - version = "1.1.5"; 14 + version = "1.1.6"; 15 15 disabled = pythonOlder "3.6"; 16 16 17 17 src = fetchPypi { 18 18 pname = "dogpile.cache"; 19 19 inherit version; 20 - sha256 = "0f01bdc329329a8289af9705ff40fadb1f82a28c336f3174e12142b70d31c756"; 20 + sha256 = "sha256-7tweMn5myT8MFah0BWmrdO89iSkELxCPmP3tnjX6/1U="; 21 21 }; 22 22 23 23 preCheck = ''