Skip to content

Commit

Permalink
Merge pull request #120100 from fabaff/bump-omnilogic
Browse files Browse the repository at this point in the history
python3Packages.omnilogic: 0.4.3 -> 0.4.5
  • Loading branch information
SuperSandro2000 committed Apr 22, 2021
2 parents f8e3ad1 + 6c77b7f commit 14c8ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/omnilogic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

buildPythonPackage rec {
pname = "omnilogic";
version = "0.4.3";
version = "0.4.5";

src = fetchFromGitHub {
owner = "djtimca";
repo = "omnilogic-api";
rev = "v${version}";
sha256 = "19pmbykq0mckk23aj33xbhg3gjx557xy9a481mp6pkmihf2lsc8z";
rev = version;
sha256 = "081awb0fl40b5ighc9yxfq1xkgxz7l5dvz5544hx965q2r20wvsg";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 14c8ae6

Please sign in to comment.