python3Packages.ogmios: 1.4.2 -> 1.4.3 (#459889)

This commit is contained in:
dotlambda
2025-12-06 20:23:45 +00:00
committed by GitHub
@@ -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 = [