Unverified Commit 984cd9c3 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.imgw-pib: 1.5.4 -> 1.5.6 (#444400)

parents 8d63c85a 76fb6037
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "imgw-pib";
  version = "1.5.4";
  version = "1.5.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bieniu";
    repo = "imgw-pib";
    tag = version;
    hash = "sha256-IRT0tEVKQ1ebvRtBsdf30DII1U6vjV2/MTk7PoC9zd4=";
    hash = "sha256-U1kC8+614U00LZbomx4bqf5pR/ZZDGx3u3bmUHZaDJ4=";
  };

  build-system = [ setuptools ];