1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

Merge pull request #333357 from r-ryantm/auto-update/python312Packages.puremagic

python312Packages.puremagic: 1.26 -> 1.27
This commit is contained in:
Fabian Affolter 2024-08-09 07:59:35 +02:00 committed by GitHub
commit 93571dd5a0
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.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 ];