python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367)

This commit is contained in:
Pol Dellaiera 2024-11-12 19:07:45 +01:00 committed by GitHub
commit c2bf12deb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ];