Commit 2854b7e0 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.snakemake-storage-plugin-fs: 1.1.2 -> 1.1.3

parent da838930
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "snakemake-storage-plugin-fs";
  version = "1.1.2";
  version = "1.1.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "snakemake";
    repo = "snakemake-storage-plugin-fs";
    tag = "v${version}";
    hash = "sha256-bTkT1D2GJGS+zWvK/BUGLGE8ArZQikHHcdQjREJhldg=";
    hash = "sha256-UdK0yhl7ljLh57CXAvH/OYiVyw+BjhPwGjSBXX8sbZk=";
  };

  build-system = [ poetry-core ];