Skip to content

Commit

Permalink
python27Packages.param: 1.9.3 -> 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Nov 6, 2020
1 parent e3bbada commit c45792d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/param/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

buildPythonPackage rec {
pname = "param";
version = "1.9.3";
version = "1.10.0";

src = fetchPypi {
inherit pname version;
sha256 = "10crjlsn5vx03xwlnhga9faqq2rlw0qwabi45vnvhmz22qbd8w43";
sha256 = "a284c1b42aff6367e8eea2f649d4f3f70a9f16c6f17d8ad672a31ff36089f995";
};

checkInputs = [ flake8 nose ];
Expand Down

0 comments on commit c45792d

Please sign in to comment.