mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
python: decorator: 4.4.0 -> 4.4.1
This commit is contained in:
parent
7d3992a16f
commit
417f9a5b41
@ -5,13 +5,17 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "decorator";
|
||||
version = "4.4.0";
|
||||
version = "4.4.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1pi54wqj2p6ka13x7q8d5zgqg9bcf7m5d00l7x5bi204qmhn65c6";
|
||||
sha256 = "54c38050039232e1db4ad7375cfce6748d7b41c29e95a081c8a6d2c30364a2ce";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/tests/test.py --replace "DocumentationTestCase" "NoDocumentation"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://pypi.python.org/pypi/decorator;
|
||||
description = "Better living through Python with decorators";
|
||||
|
Loading…
Reference in New Issue
Block a user