python311Packages.snakemake-interface-storage-plugins: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm 2024-04-17 09:31:41 +00:00 committed by Dmitry Kalinkin
parent 38278d844d
commit 5784e9decf
1 changed files with 2 additions and 2 deletions

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "snakemake-interface-storage-plugins";
version = "3.2.0";
version = "3.2.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-IxsD8+arv6jLyFxzZJgeRXadsjSKH14KIEdd89/bo1w=";
hash = "sha256-hOZIdYL9YcKmZCTnKA4GbvvvPJ6pUcMLGvU5uYQHokw=";
};
nativeBuildInputs = [