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

python311Packages.puremagic: 1.22 -> 1.23
This commit is contained in:
Nick Cao
2024-05-10 10:18:33 -04:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "puremagic";
version = "1.22";
version = "1.23";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "cdgriffith";
repo = "puremagic";
rev = "refs/tags/${version}";
hash = "sha256-48gtwH6NXj/n3mm313Im1ey4ZH9TbsSFwjsQuBGuqwA=";
hash = "sha256-DhOTx4Zpux2IiHkw/0nWwWfpnoqxrqqMJw4hrS4ZNGE=";
};
build-system = [ setuptools ];