shira: 1.7.1-unstable-2025-08-31 -> 1.8.2 (#497114)

This commit is contained in:
Sandro
2026-03-18 23:17:42 +00:00
committed by GitHub
+6 -6
View File
@@ -5,20 +5,20 @@
ffmpeg,
}:
python3Packages.buildPythonApplication {
python3Packages.buildPythonApplication (finalAttrs: {
pname = "shira";
version = "1.7.1-unstable-2025-08-31";
version = "1.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "KraXen72";
repo = "shira";
rev = "a7478efa434597324458441f328c1b2f84c04dbc";
hash = "sha256-k15GaOmS0rlQBQldnLo1SzIyCkNQux6P5b7ZG2BIa90=";
tag = "v${finalAttrs.version}";
hash = "sha256-SgxEvIpjRfc0saoarqw8KySwhbk1UYCGjMcbhhWMhZg=";
};
build-system = [
python3Packages.flit-core
python3Packages.hatchling
];
dependencies = with python3Packages; [
@@ -46,4 +46,4 @@ python3Packages.buildPythonApplication {
maintainers = with lib.maintainers; [ thegu5 ];
mainProgram = "shiradl";
};
}
})