python3Packages.devtools: 0.6.1 -> 0.8.0
This commit is contained in:
parent
c3ff651a91
commit
7a63595277
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "devtools";
|
pname = "devtools";
|
||||||
version = "0.6.1";
|
version = "0.8.0";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "samuelcolvin";
|
owner = "samuelcolvin";
|
||||||
repo = "python-${pname}";
|
repo = "python-${pname}";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0s1d2jwijini7y1a3318yhb98mh1mw4pzlfx2zck3a8nqw984ki3";
|
sha256 = "0yavcbxzxi1nfa1k326gsl03y8sadi5z5acamwd8b1bsiv15p757";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pygments ];
|
propagatedBuildInputs = [ pygments ];
|
||||||
|
|
Loading…
Reference in a new issue