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

python311Packages.puremagic: 1.24 -> 1.25
This commit is contained in:
Nick Cao 2024-06-24 16:52:54 -04:00 committed by GitHub
commit 427c055c12
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.24";
version = "1.25";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "cdgriffith";
repo = "puremagic";
rev = "refs/tags/${version}";
hash = "sha256-omVSSxMAQQm+Sy023xIGBYm55qrb1dbds1Jj9WCtNfw=";
hash = "sha256-l97ZK9VT+kU9Hos91C7Q9Zhv3Dge3kyF7N//j4sZ5Kc=";
};
build-system = [ setuptools ];