ghp-import: 0.4.1 -> 0.5.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ghp-import/versions.
This commit is contained in:
R. RyanTM 2018-08-17 03:14:21 -07:00
parent 249ba3d3ed
commit dec5067b16

View File

@ -3,12 +3,12 @@
with python3.pkgs;
buildPythonApplication rec {
version = "0.4.1";
version = "0.5.5";
pname = "ghp-import";
src = fetchPypi {
inherit pname version;
sha256 = "6058810e1c46dd3b5b1eee87e203bdfbd566e10cfc77566edda7aa4dbf6a3053";
sha256 = "1mvmpi7lqflw2lr0g0y5f9s0d1pv9cav4gbmaqnziqg442klx4iy";
};
disabled = isPyPy;