python312Packages.puremagic: 1.20 -> 1.21

This commit is contained in:
R. Ryantm 2024-02-24 17:07:37 +00:00
parent 8db50d6f20
commit 10d8dc5df7

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "puremagic";
version = "1.20";
version = "1.21";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "cdgriffith";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Iyf/Vf1uqdtHlaP9Petpp88aIGCGmHu//cH6bindL6c=";
hash = "sha256-ObJp3+gk1tf1+9wBpvzs0wwP7ptDlfGwX9b4wlCb1RI=";
};
nativeCheckInputs = [