python312Packages.snakemake-interface-storage-plugins: 3.2.2 -> 3.2.3 (#327236)

This commit is contained in:
R. RyanTM 2024-07-17 12:38:14 +10:00 committed by GitHub
parent bead0f5c8d
commit f4331a4813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "snakemake-interface-storage-plugins";
version = "3.2.2";
version = "3.2.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-syUjK32RPV9FMV7RSpXy+PJ2AVigGH+ywm6iTjUAuec=";
hash = "sha256-xfqxUla3qFnGZSFpWVCmtSJLqCK6XJF1OtDF1EDXbZU=";
};
nativeBuildInputs = [ poetry-core ];