mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
python36Packages.powerline: 2.6 -> 2.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-powerline/versions
This commit is contained in:
parent
09d548484b
commit
6676cf6e88
@ -9,14 +9,14 @@
|
||||
# the executables of git, mercurial and bazaar.
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "2.6";
|
||||
version = "2.7";
|
||||
pname = "powerline";
|
||||
name = pname + "-" + version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/powerline/powerline/archive/${version}.tar.gz";
|
||||
name = "${name}.tar.gz";
|
||||
sha256 = "c108f11fe10dc910febb94b87d3abded85d4363fb950366a9e30282b9ba7c272";
|
||||
sha256 = "1h1j2rfphvfdq6mmfyn5bql45hzrwxkhpc2jcwf0vrl3slzkl5s5";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ psutil pygit2];
|
||||
|
Loading…
Reference in New Issue
Block a user