python3Packages.sismic: 1.6.10 -> 1.6.11

https://github.com/AlexandreDecan/sismic/releases/tag/1.6.11

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:54 +01:00
parent 28d714cc8e
commit f8cd696f9f
@@ -11,7 +11,7 @@
}:
let
version = "1.6.10";
version = "1.6.11";
in
buildPythonPackage rec {
pname = "sismic";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "AlexandreDecan";
repo = "sismic";
tag = version;
hash = "sha256-FUjOn2b4nhHf2DfYbY+wsRMaVEG90nPgLlNbNTiq3fQ=";
hash = "sha256-MD8SN3xPY1YtonogVasZZoHLADm1GU5AARSFY7ZwVPU=";
};
pythonRelaxDeps = [ "behave" ];