Commit cf352968 authored by R. RyanTM's avatar R. RyanTM
Browse files

fava: 1.27 -> 1.27.1

parent 4e8cc56b
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.27";
  version = "1.27.1";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-M2uE+/hYUP/l9l5zP/lHJsbMzfQ77cEJBFzbmX29gzM=";
    hash = "sha256-W/uxzk+/4tDVOL+nVUJfyBAE5sI9/pYq1zu42GCGjSk=";
  };

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