python312Packages.snakemake-interface-storage-plugins: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm 2024-02-19 19:36:54 +00:00 committed by Dmitry Kalinkin
parent 3f3d631ae2
commit 4072f686d7

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "snakemake-interface-storage-plugins";
version = "3.0.0";
version = "3.1.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-MinqSMpBlp3pCgQxorkMdrJuO0GExJsO02kg2/mGsFw=";
hash = "sha256-S3+8u3U2o5FzUVSocR96zGbNL4Hof7yBqqSJIPdh3nQ=";
};
nativeBuildInputs = [