3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.puremagic: 1.10 -> 1.11

This commit is contained in:
R. RyanTM 2021-09-25 09:45:46 +00:00
parent 2491eb3bdc
commit c313f01974

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "puremagic";
version = "1.10";
version = "1.11";
src = fetchPypi {
inherit pname version;
sha256 = "025ih5q1qa40x88j7ngsdr5sf0dp400kwlfzz60i7v6fh0ms1zkg";
sha256 = "09d762b9d83c65a83617ee57a3532eb10663f394c1caf81390516c5b1cc0fc6b";
};
postPatch = ''