Skip to content

Commit 93571dd

Browse files
authored
Merge pull request #333357 from r-ryantm/auto-update/python312Packages.puremagic
python312Packages.puremagic: 1.26 -> 1.27
2 parents 167f07b + f0847ba commit 93571dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/puremagic/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "puremagic";
12-
version = "1.26";
12+
version = "1.27";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "cdgriffith";
1919
repo = "puremagic";
2020
rev = "refs/tags/${version}";
21-
hash = "sha256-0lnMLlW/cwP0tOM0oZEl5M5k5ZDssnZejGt3+ctW1qg=";
21+
hash = "sha256-93akHgfkNbYGDJxXXJTk9yobvpiycqdroVBEeOzDiFQ=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)