python3Packages.snakemake-interface-report-plugins: 1.1.1 -> 1.2.0

This commit is contained in:
R. Ryantm
2025-08-06 10:01:10 -04:00
committed by Dmitry Kalinkin
parent 2b8e2457eb
commit 8a030400a2
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "snakemake-interface-report-plugins";
version = "1.1.1";
version = "1.2.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake-interface-report-plugins";
tag = "v${version}";
hash = "sha256-PSybPYo7soq7GHY7mo9q0yGxoFX2pvVeAXgRsa6oXoo=";
hash = "sha256-wyDJa8Pahe+ANSNqZ1BZRmljpabyXhLodMJhupjd3pY=";
};
nativeBuildInputs = [ poetry-core ];