Commit 54b5d8a3 authored by R. RyanTM's avatar R. RyanTM Committed by Dmitry Kalinkin
Browse files

python3Packages.snakemake-storage-plugin-s3: 0.3.3 -> 0.3.4

parent 624f81f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "snakemake-storage-plugin-s3";
  version = "0.3.3";
  version = "0.3.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "snakemake";
    repo = "snakemake-storage-plugin-s3";
    tag = "v${version}";
    hash = "sha256-jIz8Stx2Abd+xGx6kEwlgq3KGsFO13Lk2N8eLB8marA=";
    hash = "sha256-mHDlY4OZYoTp7G0COM4PYe7S7LptiM/9DnAMADLThbg=";
  };

  build-system = [ poetry-core ];