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

python3Packages.imgw-pib: 1.5.4 -> 1.5.6

R. Ryantm 76fb6037 cfab6305

+2 -2
+2 -2
pkgs/development/python-modules/imgw-pib/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "imgw-pib"; 18 - version = "1.5.4"; 18 + version = "1.5.6"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "bieniu"; 23 23 repo = "imgw-pib"; 24 24 tag = version; 25 - hash = "sha256-IRT0tEVKQ1ebvRtBsdf30DII1U6vjV2/MTk7PoC9zd4="; 25 + hash = "sha256-U1kC8+614U00LZbomx4bqf5pR/ZZDGx3u3bmUHZaDJ4="; 26 26 }; 27 27 28 28 build-system = [ setuptools ];