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:
commit
93571dd5a0
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue