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

This commit is contained in:
Yohann Boniface
2025-08-04 13:36:26 +02:00
committed by GitHub
@@ -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 ];