Unverified Commit 8147cd75 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.ossapi: 5.3.1 -> 5.3.2 (#430730)

parents de61eae4 23a401b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "ossapi";
  version = "5.3.1";
  version = "5.3.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tybug";
    repo = "ossapi";
    tag = "v${version}";
    hash = "sha256-5a2kSdOHF0BM/ZjhtPc9O/BiZXeLuZFlXwVOJHnKYLI=";
    hash = "sha256-sLzw/0RsA0PGxxQeVz4TGIpTMMlrZ0i4ZGolrz5S16E=";
  };

  build-system = [ setuptools ];