python311Packages.puremagic: 1.23 -> 1.24

This commit is contained in:
R. Ryantm
2024-06-17 14:27:05 +00:00
parent bd8d034e65
commit bd7e2d7116
@@ -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 ];