From b6098e4888a7e38d302b072fe14efb9a06fd8ad2 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 12 Nov 2024 08:14:15 +0100 Subject: [PATCH] python312Packages.sismic: 1.6.7 -> 1.6.8 --- pkgs/development/python-modules/sismic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/sismic/default.nix b/pkgs/development/python-modules/sismic/default.nix index 0a6cd34b3856..2453723727b1 100644 --- a/pkgs/development/python-modules/sismic/default.nix +++ b/pkgs/development/python-modules/sismic/default.nix @@ -11,7 +11,7 @@ }: let - version = "1.6.7"; + version = "1.6.8"; in buildPythonPackage { pname = "sismic"; @@ -24,7 +24,7 @@ buildPythonPackage { owner = "AlexandreDecan"; repo = "sismic"; rev = "refs/tags/${version}"; - hash = "sha256-EP78Wc2f6AKqbGBW8wVP0wogEbTo0ndjlRRd+fsUvCo="; + hash = "sha256-0g39jJI3UIniJY/oHQMZ53GCOJIbqdVeOED9PWxlw6E="; }; pythonRelaxDeps = [ "behave" ];