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

python3Packages.flametree: 0.2.0 -> 0.2.1

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/flametree/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "flametree"; 14 - version = "0.2.0"; 14 + version = "0.2.1"; 15 15 format = "setuptools"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "Edinburgh-Genome-Foundry"; 19 19 repo = "Flametree"; 20 20 tag = "v${version}"; 21 - hash = "sha256-4yU4u5OmVP3adz9DNsU0BtuQ7LZYqbOLxbuS48lksHM="; 21 + hash = "sha256-5vtDfGmSX5niMXLnMqmafhq6D1gxhxVS3xbOAvQs3Po="; 22 22 }; 23 23 24 24 nativeCheckInputs = [