mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python: restructuredtext_lint: 1.1.2 -> 1.1.3
This commit is contained in:
parent
fd35c5c8fd
commit
78b3721753
@ -11,12 +11,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "restructuredtext_lint";
|
||||
version = "1.1.2";
|
||||
version = "1.1.3";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9201d354e22c27be61cf6d8212da6e10c875eec7ec8d1bdb1067b2a5ba931637";
|
||||
sha256 = "c48ca9a84c312b262809f041fe47dcfaedc9ee4879b3e1f9532f745c182b4037";
|
||||
};
|
||||
|
||||
checkInputs = [ nose flake8 pyyaml testtools ];
|
||||
|
Loading…
Reference in New Issue
Block a user