Skip to content

Commit

Permalink
python310Packages.pytomorrowio: 0.3.4 -> 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 22, 2022
1 parent ac09134 commit a19860d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytomorrowio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

buildPythonPackage rec {
pname = "pytomorrowio";
version = "0.3.4";
version = "0.3.5";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-d4twa9bHaQ9XTHSb8pwJnnJ7tDH6vGpck3/8Y39tRaY=";
sha256 = "sha256-LFIQJJPqKlqLzEoX9ShfoASigPC5R+OWiW81VmjONe8=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit a19860d

Please sign in to comment.