Merge pull request #310418 from r-ryantm/auto-update/python311Packages.puremagic

python311Packages.puremagic: 1.22 -> 1.23

authored by Nick Cao and committed by GitHub 497a0af8 6878d98e

+2 -2
+2 -2
pkgs/development/python-modules/puremagic/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "puremagic"; 12 - version = "1.22"; 12 + version = "1.23"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "cdgriffith"; 19 19 repo = "puremagic"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-48gtwH6NXj/n3mm313Im1ey4ZH9TbsSFwjsQuBGuqwA="; 21 + hash = "sha256-DhOTx4Zpux2IiHkw/0nWwWfpnoqxrqqMJw4hrS4ZNGE="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];