nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.snakemake-storage-plugin-s3: 0.3.1 -> 0.3.3

+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.1"; 16 + version = "0.3.3"; 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-WbGlXu6/7e9U2GfVd4IF86bRfulNxjP1Tw5pVHpEj/g="; 23 + hash = "sha256-jIz8Stx2Abd+xGx6kEwlgq3KGsFO13Lk2N8eLB8marA="; 24 24 }; 25 25 26 26 build-system = [ poetry-core ];