python3Packages.snakemake-storage-plugin-s3: 0.3.4 -> 0.3.6
This commit is contained in:
@@ -13,14 +13,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "snakemake-storage-plugin-s3";
|
pname = "snakemake-storage-plugin-s3";
|
||||||
version = "0.3.4";
|
version = "0.3.6";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "snakemake";
|
owner = "snakemake";
|
||||||
repo = "snakemake-storage-plugin-s3";
|
repo = "snakemake-storage-plugin-s3";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-mHDlY4OZYoTp7G0COM4PYe7S7LptiM/9DnAMADLThbg=";
|
hash = "sha256-hvyQ6V6POUBWTCWt9moQlH0RgSM4J36kjbXK4TtO8Bo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|||||||
Reference in New Issue
Block a user