Commit 3e81aac9 authored by Fabian Affolter's avatar Fabian Affolter Committed by Bjørn Forsman
Browse files
parent 6e1beb3b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "construct";
  version = "2.10.68";
  version = "2.10.69";
  pyproject = true;

  disabled = pythonOlder "3.6";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "construct";
    repo = "construct";
    rev = "refs/tags/v${version}";
    hash = "sha256-bp/YyRFP0rrBHPyhiqnn6o1iC5l61oedShZ2phGeqaw=";
    hash = "sha256-v1ieZytX9I2BR6UBD6TztCBT4KWtqfFZVKNtXIRNEB0=";
  };

  nativeBuildInputs = [