Unverified Commit 98097c5c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.miniflux: 1.1.4 -> 1.1.5 (#482772)

parents 73a43e2f 92cd1278
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@
}:
buildPythonPackage rec {
  pname = "miniflux";
  version = "1.1.4";
  version = "1.1.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "miniflux";
    repo = "python-client";
    tag = version;
    hash = "sha256-SCam8WiQH0cOUcqMMvhNDaNPGs7hi1RP4x4eoa5WIa4=";
    hash = "sha256-RnND/NBTpmqT1UubGQLM7NVpIYKvue7CnRXWG0scqPo=";
  };
  build-system = [ setuptools ];