python3Packages.ossapi: 5.3.1 -> 5.3.2

This commit is contained in:
R. Ryantm
2025-08-03 19:43:18 +00:00
parent a8d0cd5877
commit 23a401b104
@@ -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 ];