Unverified Commit b5e27e26 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #256872 from kilianar/fava-1.26.1

fava: 1.26 -> 1.26.1
parents 91e68f72 270b6fe4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

python3.pkgs.buildPythonApplication rec {
  pname = "fava";
  version = "1.26";
  version = "1.26.1";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-YSxUqwmv7LQqnT9U1dau9pYaKvEEG5Tbi7orylJKkp0=";
    hash = "sha256-pj4kaQDXahjhN7bu7xxT/ZuoCfPdGyo898482S5gnlE=";
  };

  nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];