Merge pull request #139409 from r-ryantm/auto-update/python3.8-puremagic

python38Packages.puremagic: 1.10 -> 1.11
This commit is contained in:
Bobby Rong 2021-10-01 21:09:20 +08:00 committed by GitHub
commit 1066137385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,20 +1,17 @@
{ lib, buildPythonPackage, fetchPypi
{ lib
, buildPythonPackage
, fetchPypi
}:
buildPythonPackage rec {
pname = "puremagic";
version = "1.10";
version = "1.11";
src = fetchPypi {
inherit pname version;
sha256 = "025ih5q1qa40x88j7ngsdr5sf0dp400kwlfzz60i7v6fh0ms1zkg";
sha256 = "09d762b9d83c65a83617ee57a3532eb10663f394c1caf81390516c5b1cc0fc6b";
};
postPatch = ''
substituteInPlace setup.py \
--replace '"argparse"' ""
'';
# test data not included on pypi
doCheck = false;