Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.snakemake-interface-report-plugins: 1.0.0 -> 1.1.0

authored by R. Ryantm and committed by Dmitry Kalinkin 74cec4a5 0258848c

+2 -2
+2 -2
pkgs/development/python-modules/snakemake-interface-report-plugins/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "snakemake-interface-report-plugins"; 11 - version = "1.0.0"; 12 format = "pyproject"; 13 14 src = fetchFromGitHub { 15 owner = "snakemake"; 16 repo = pname; 17 rev = "refs/tags/v${version}"; 18 - hash = "sha256-30x4avA3FrqZ4GoTl6Js5h3VG5LW7BNHOcNWxznXoT0="; 19 }; 20 21 nativeBuildInputs = [ poetry-core ];
··· 8 9 buildPythonPackage rec { 10 pname = "snakemake-interface-report-plugins"; 11 + version = "1.1.0"; 12 format = "pyproject"; 13 14 src = fetchFromGitHub { 15 owner = "snakemake"; 16 repo = pname; 17 rev = "refs/tags/v${version}"; 18 + hash = "sha256-yk2fYlueaobXJgF7ob6jTccEz8r0geq1HFVsa+ZO30Q="; 19 }; 20 21 nativeBuildInputs = [ poetry-core ];