python311Packages.snakemake-interface-common: 1.17.1 -> 1.17.2

This commit is contained in:
R. Ryantm 2024-04-11 15:40:07 +00:00 committed by Dmitry Kalinkin
parent 39c52f4a00
commit 4b3c66aa1e
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "snakemake-interface-common";
version = "1.17.1";
version = "1.17.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-23PGKSBX7KMt0Q7sWiLIPfCkxr2HtBas7flYeNHABWM=";
hash = "sha256-N8mSS+gABAgXm01BcsMk89a3HsIsc3RHxCAi3GlxtRg=";
};
nativeBuildInputs = [