python3Packages.ogmios: 1.4.2 -> 1.4.3

This commit is contained in:
R. Ryantm
2025-11-08 22:30:19 +00:00
parent bb2e2e26e9
commit 4fcb6bb0ef
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "ogmios";
version = "1.4.2";
version = "1.4.3";
pyproject = true;
src = fetchPypi {
pname = "ogmios";
inherit version;
hash = "sha256-L+BBuWhcQhnE9f+b860401WKTUcFxf7Ehji1MHCNqjo=";
hash = "sha256-+edW34O+OF+JyCoZSjxRwKS6JeXfaZ38+ykUpXwBJ1Q=";
};
build-system = [