Commit 03d4ff26 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 7e674374
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pyicu";
  version = "2.15.2";
  version = "2.15.3";
  pyproject = true;

  src = fetchFromGitLab {
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "main";
    repo = "pyicu";
    tag = "v${version}";
    hash = "sha256-Div3c4Lk9VTV1HrmvYKDn1a7moDNjG4OHA9Kv3+niKs=";
    hash = "sha256-vbrl6n7X85sQIdgj+Z0Xr6x/L8roK5Z/mNj53zyWQGs=";
  };

  postPatch = ''