Skip to content

Commit

Permalink
python.pkgs.semver: 2.7.9 -> 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Mar 6, 2019
1 parent 9498718 commit 51174e7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/development/python-modules/semver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@

buildPythonPackage rec {
pname = "semver";
version = "2.7.9";
version = "2.8.1";

src = fetchFromGitHub {
owner = "k-bx";
repo = "python-semver";
rev = "2001c62d1a0361c44acc7076d8ce91e1d1c66141"; # not tagged in repository
sha256 = "01c05sv97dyr672sa0nr3fnh2aqbmvkfw19d6rkaj16h2sdsyg0i";
rev = "41775dd5f143dfa6ca94885056c9ef5b3ed4e6e1"; # not tagged in repository
sha256 = "1rqaakha4sw06k9h0h4g1wmk66zkmhpq92y2rw0kyfpp6xk1zbk2";
};

checkInputs = [ pytest ];
checkPhase = "pytest -v tests.py";
checkPhase = ''
py.test
'';

meta = with stdenv.lib; {
description = "Python package to work with Semantic Versioning (http://semver.org/)";
Expand Down

0 comments on commit 51174e7

Please sign in to comment.