Skip to content

Commit

Permalink
python38Packages.nunavut: 1.0.2 -> 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and tomberek committed Apr 20, 2021
1 parent ec625a8 commit e70b485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/nunavut/default.nix
Expand Up @@ -7,12 +7,12 @@

buildPythonPackage rec {
pname = "nunavut";
version = "1.0.2";
version = "1.0.3";
disabled = pythonOlder "3.5"; # only python>=3.5 is supported

src = fetchPypi {
inherit pname version;
sha256 = "c6fe0a1b92c44bb64b2427f944fee663fe1aaf3d4d4080d04ad9c212b40a8763";
sha256 = "474392035e9e20b2c74dced7df8bda135fd5c0ead2b2cf64523a4968c785ea73";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit e70b485

Please sign in to comment.