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

python3Packages.imgw-pib: 1.5.2 -> 1.5.3 (#425313)

parents 3da4b99f d784bcf0
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.2";
  version = "1.5.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bieniu";
    repo = "imgw-pib";
    tag = version;
    hash = "sha256-7x6tqgyFkFLil8R20/v05wrsnoq+mLlsyKVvGDmwmpo=";
    hash = "sha256-rsR1ZlbNCAlJmiTefgJ4gurGaC17z/kKgDHpuMkyxz8=";
  };

  build-system = [ setuptools ];