lol

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

authored by

R. Ryantm and committed by
Dmitry Kalinkin
54b5d8a3 624f81f3

+2 -2
+2 -2
pkgs/development/python-modules/snakemake-storage-plugin-s3/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "snakemake-storage-plugin-s3"; 16 - version = "0.3.3"; 16 + version = "0.3.4"; 17 17 pyproject = true; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "snakemake"; 21 21 repo = "snakemake-storage-plugin-s3"; 22 22 tag = "v${version}"; 23 - hash = "sha256-jIz8Stx2Abd+xGx6kEwlgq3KGsFO13Lk2N8eLB8marA="; 23 + hash = "sha256-mHDlY4OZYoTp7G0COM4PYe7S7LptiM/9DnAMADLThbg="; 24 24 }; 25 25 26 26 build-system = [ poetry-core ];