Commit 72e80946 authored by Fabian Affolter's avatar Fabian Affolter Committed by Yt
Browse files
parent 4d485d5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "canals";
  version = "0.8.0";
  version = "0.8.1";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "deepset-ai";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-co2Zv4U4Vnn8IdPqZnyLD+siFu7tectj7ckh4oaKWYU=";
    hash = "sha256-XC4CxvDghz8/LReeYjHEVtd8j2ZN4jd+x7vP6N8BKpc=";
  };

  nativeBuildInputs = [