Unverified Commit eafcf6a9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #316738 from r-ryantm/auto-update/python311Packages.riscv-config

python311Packages.riscv-config: 3.18.2 -> 3.18.3
parents 83332cce 7a4ccc54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "riscv-config";
  version = "3.18.2";
  version = "3.18.3";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "riscv-software-src";
    repo = "riscv-config";
    rev = "refs/tags/${version}";
    hash = "sha256-ADmf7EN3D+8isZRFx6WRMYq91YHunGavuwy3a3M3gCc=";
    hash = "sha256-eaHi6ezgU8gQYH97gCS2TzEzIP3F4zfn7uiA/To2Gmc=";
  };

  pythonRelaxDeps = [ "pyyaml" ];