python.pkgs.faulthandler: 3.0 -> 3.1
This commit is contained in:
parent
1aaab715e4
commit
7a82fcfefa
@ -2,24 +2,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "faulthandler";
|
||||
version = "3.0";
|
||||
version = "3.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "acc10e10909f0f956ba1b42b6c450ea0bdaaa27b3942899f65931396cfcdd36a";
|
||||
sha256 = "83301ffab03c86b291677b64b5cec7026f412cbda5ebd27e4cb3338452c40021";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = https://github.com/vstinner/faulthandler/commit/67b661e.patch;
|
||||
sha256 = "1nn8c9nq5qypja949hzz0n4yprsyr63wihf5g3gwrinm2nkjnnv7";
|
||||
})
|
||||
(fetchpatch {
|
||||
url = https://github.com/vstinner/faulthandler/commit/07cbb7b.patch;
|
||||
sha256 = "0fh6rjyjw7z1hsiy3sgdc8j9mncg1vlv3y0h4bplqyw18vq3srb3";
|
||||
})
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Dump the Python traceback";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
|
Loading…
Reference in New Issue
Block a user