Skip to content

Commit

Permalink
python37Packages.rope: 0.12.0 -> 0.14.0
Browse files Browse the repository at this point in the history
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.7-rope/versions
  • Loading branch information
r-ryantm committed Apr 2, 2019
1 parent 18aa59b commit e03fff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/rope/default.nix
Expand Up @@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "rope";
version = "0.12.0";
version = "0.14.0";

src = fetchPypi {
inherit pname version;
sha256 = "031eb54b3eeec89f4304ede816995ed2b93a21e6fba16bd02aff10a0d6c257b7";
sha256 = "1bwayj0hh459s3yh0sdrxksr9wfilgi3a49izfaj06kvgyladif5";
};

checkInputs = [ nose ];
Expand Down

0 comments on commit e03fff5

Please sign in to comment.