Commit 0af71da0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.cle: 9.2.96 -> 9.2.97

parent 4a755e8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "angrop";
  version = "9.2.8";
  version = "9.2.9";
  pyproject = true;

  disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "angr";
    repo = "angrop";
    rev = "refs/tags/v${version}";
    hash = "sha256-zmWdGbFzwLDP7MUqEprZcIgA7lAdCrafWYohAehJyh0=";
    hash = "sha256-T07Y23UDp9eL2DK5gakV8kPNGsXf+4EofZJDSW/JS1Q=";
  };

  build-system = [
+3 −3
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

let
  # The binaries are following the argr projects release cycle
  version = "9.2.96";
  version = "9.2.97";

  # Binary files from https://github.com/angr/binaries (only used for testing and only here)
  binaries = fetchFromGitHub {
    owner = "angr";
    repo = "binaries";
    rev = "refs/tags/v${version}";
    hash = "sha256-eC9qQCrms4pSXYTrKJlfdejhl/kzUmmyfYhjlEPpgzA=";
    hash = "sha256-FiPEqfNaAXI+xSWE+So//Uwz9k3bANHQ++nRSPKkddM=";
  };

in
@@ -39,7 +39,7 @@ buildPythonPackage rec {
    owner = "angr";
    repo = "cle";
    rev = "refs/tags/v${version}";
    hash = "sha256-osClaoAzjf3mOng38disxxSFncbc/V7Uuc1HCTdX4SQ=";
    hash = "sha256-tain1I7Td+0v7n+px3mQnz7reKZUbGYDWfKnDhvmU8I=";
  };

  build-system = [