From 3e1f2bc01606d72b93956a87fc50f603b6f467f6 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 25 Nov 2024 22:33:47 +0100 Subject: [PATCH] python312Packages.eliot: 1.15.0 -> 1.16.0 Diff: https://github.com/itamarst/eliot/compare/refs/tags/1.15.0...1.16.0 Changelog: https://github.com/itamarst/eliot/blob/1.16.0/docs/source/news.rst --- pkgs/development/python-modules/eliot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/eliot/default.nix b/pkgs/development/python-modules/eliot/default.nix index 04cb574509c2..fedbca7e913b 100644 --- a/pkgs/development/python-modules/eliot/default.nix +++ b/pkgs/development/python-modules/eliot/default.nix @@ -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 ];