python312Packages.eliot: 1.15.0 -> 1.16.0 (#358979)

This commit is contained in:
Sandro
2024-11-26 13:45:43 +01:00
committed by GitHub
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "eliot";
version = "1.15.0";
version = "1.16.0";
pyproject = true;
disabled = pythonOlder "3.8" || pythonAtLeast "3.13";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "itamarst";
repo = "eliot";
rev = "refs/tags/${version}";
hash = "sha256-Ur7q7PZ5HH4ttD3b0HyBTe1B7eQ2nEWcTBR/Hjeg9yw=";
hash = "sha256-KqAXOMrRawzjpt5do2KdqpMMgpBtxeZ+X+th0WwBl+U=";
};
build-system = [ setuptools ];