python36Packages.node-semver: 0.4.2 -> 0.5.0 (#50609)

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-node-semver/versions
This commit is contained in:
R. RyanTM 2018-11-18 12:16:51 -08:00 committed by xeji
parent 8f7a3f4238
commit 52f655bc79

View file

@ -1,14 +1,14 @@
{ stdenv, fetchPypi, buildPythonPackage, pytest }:
buildPythonPackage rec {
version = "0.4.2";
version = "0.5.0";
pname = "node-semver";
checkInputs = [ pytest ];
src = fetchPypi {
inherit pname version;
sha256 = "0p1in8lw0s5zrya47xn73n10nynrambh62ms4xb6jbadvb06jkz9";
sha256 = "1717prxvnxhndjyxasr1lcbnfk9i1dy1cnchvw7zk67h7kmw3by7";
};
meta = with stdenv.lib; {