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

python3Packages.imgw-pib: 1.0.10 -> 1.1.0 (#420146)

parents 8701824a fb355076
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "imgw-pib";
  version = "1.0.10";
  version = "1.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bieniu";
    repo = "imgw-pib";
    tag = version;
    hash = "sha256-Jp7ValBP/upUWUIyIHeHd6l3awBdv+Mgf458eUICNko=";
    hash = "sha256-6vN1f0qHDJZh80IvWhnpGr2Qg/2/jCaCSxOvlVGc3B8=";
  };

  build-system = [ setuptools ];
@@ -38,7 +38,7 @@ buildPythonPackage rec {
  ];

  meta = {
    changelog = "https://github.com/bieniu/imgw-pib/releases/tag/${version}";
    changelog = "https://github.com/bieniu/imgw-pib/releases/tag/${src.tag}";
    description = "Python async wrapper for IMGW-PIB API";
    homepage = "https://github.com/bieniu/imgw-pib";
    license = lib.licenses.asl20;