Unverified Commit 5d87f7dc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.snakemake-storage-plugin-s3: 0.2.12 -> 0.2.13 (#389012)

parents fb25d711 32456e12
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.2.12";
  version = "0.2.13";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "snakemake";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-TKv/7b3+uhY18v7p1ZSya5KJEMUv4M1NkObP9vPzMxU=";
    hash = "sha256-tH4KLswRPberlaBlRCEJSPmUfkcwVkB9YbD/3LYJx0s=";
  };

  build-system = [ poetry-core ];