python312Packages.snakemake-interface-storage-plugins: 3.1.1 -> 3.2.0 (#304299)

This commit is contained in:
R. RyanTM 2024-04-15 07:57:16 -07:00 committed by GitHub
parent 51e2bd44aa
commit 8706b48871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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