python3Packages.ossapi: 5.3.2 -> 5.3.4

This commit is contained in:
Wulpey
2026-04-12 23:13:07 +03:00
parent f90531de76
commit 94ac7d2842
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "ossapi";
version = "5.3.2";
version = "5.3.4";
pyproject = true;
src = fetchFromGitHub {
owner = "Liam-DeVoe";
repo = "ossapi";
tag = "v${version}";
hash = "sha256-sLzw/0RsA0PGxxQeVz4TGIpTMMlrZ0i4ZGolrz5S16E=";
hash = "sha256-Favez9YcEHgAPNxJg9L4J8BpEUYIx9IFhSeNToT7sv4=";
};
build-system = [ setuptools ];