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

python311Packages.puremagic: 1.23 -> 1.24
This commit is contained in:
Nick Cao 2024-06-18 16:17:29 -04:00 committed by GitHub
commit 7f18ab04d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "puremagic";
version = "1.23";
version = "1.24";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "cdgriffith";
repo = "puremagic";
rev = "refs/tags/${version}";
hash = "sha256-DhOTx4Zpux2IiHkw/0nWwWfpnoqxrqqMJw4hrS4ZNGE=";
hash = "sha256-omVSSxMAQQm+Sy023xIGBYm55qrb1dbds1Jj9WCtNfw=";
};
build-system = [ setuptools ];