python312Packages.puremagic: 1.26 -> 1.27

This commit is contained in:
R. Ryantm 2024-08-09 02:41:15 +00:00
parent c3f597a013
commit f0847ba033

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "puremagic";
version = "1.26";
version = "1.27";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "cdgriffith";
repo = "puremagic";
rev = "refs/tags/${version}";
hash = "sha256-0lnMLlW/cwP0tOM0oZEl5M5k5ZDssnZejGt3+ctW1qg=";
hash = "sha256-93akHgfkNbYGDJxXXJTk9yobvpiycqdroVBEeOzDiFQ=";
};
build-system = [ setuptools ];