Skip to content

Commit

Permalink
python3Packages.somajo: 2.0.6 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk authored and Jon committed Jun 28, 2020
1 parent db5bbef commit 209ab7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/somajo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildPythonPackage rec {
pname = "SoMaJo";
version = "2.0.6";
version = "2.1.0";
disabled = !isPy3k;

src = fetchFromGitHub {
owner = "tsproisl";
repo = pname;
rev = "v${version}";
sha256 = "08nicj3nj6pi6djli26gf0kf3s2da9ysn1cpkyw7j88v8vav0p7s";
sha256 = "17ybm5rgwc6jy3i1c8nm05j7fd418n6hp44zv0q77kzhd66am6pp";
};

propagatedBuildInputs = [ regex ];
Expand Down

0 comments on commit 209ab7c

Please sign in to comment.