mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367)
This commit is contained in:
commit
c2bf12deb8
@ -11,7 +11,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.6.7";
|
version = "1.6.8";
|
||||||
in
|
in
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
pname = "sismic";
|
pname = "sismic";
|
||||||
@ -24,7 +24,7 @@ buildPythonPackage {
|
|||||||
owner = "AlexandreDecan";
|
owner = "AlexandreDecan";
|
||||||
repo = "sismic";
|
repo = "sismic";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-EP78Wc2f6AKqbGBW8wVP0wogEbTo0ndjlRRd+fsUvCo=";
|
hash = "sha256-0g39jJI3UIniJY/oHQMZ53GCOJIbqdVeOED9PWxlw6E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "behave" ];
|
pythonRelaxDeps = [ "behave" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user