We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 167f07b + f0847ba commit 93571ddCopy full SHA for 93571dd
pkgs/development/python-modules/puremagic/default.nix
@@ -9,7 +9,7 @@
9
10
buildPythonPackage rec {
11
pname = "puremagic";
12
- version = "1.26";
+ version = "1.27";
13
pyproject = true;
14
15
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
18
owner = "cdgriffith";
19
repo = "puremagic";
20
rev = "refs/tags/${version}";
21
- hash = "sha256-0lnMLlW/cwP0tOM0oZEl5M5k5ZDssnZejGt3+ctW1qg=";
+ hash = "sha256-93akHgfkNbYGDJxXXJTk9yobvpiycqdroVBEeOzDiFQ=";
22
};
23
24
build-system = [ setuptools ];
0 commit comments