python3Packages.riscv-config: 3.13.3 -> 3.14.3

https://github.com/riscv-software-src/riscv-config/blob/3.14.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2023-12-20 20:45:18 +01:00
parent f577efc12f
commit ba7cd27156
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "riscv-config";
version = "3.13.3";
version = "3.14.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "riscv-software-src";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-tMV5mRqOLURkr8HQN1yvq5Cf3yz2NRBY6uaaxNKCy2c=";
hash = "sha256-a6rTKCLAHrdfP/M8Q8YYSck4q+7tmospMFcCdIdNyy0=";
};
propagatedBuildInputs = [