Commit 183ba013 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.compit-inext-api: 0.3.4 -> 0.5.0

parent c14478e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "compit-inext-api";
  version = "0.3.4";
  version = "0.5.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Przemko92";
    repo = "compit-inext-api";
    tag = version;
    hash = "sha256-J3V7ahETbCTJW/6jYvF9BbuIffVvbMH329nO1bmVKEw=";
    hash = "sha256-DlNkDfV3fp/7DetiIDx3yi8SfJHV4sFIMHEam5rcYrg=";
  };

  build-system = [ setuptools ];