Skip to content

Commit c81846f

Browse files
committed
[rdl2ot] Update nix and bump the version to 0.3.0
Signed-off-by: Douglas Reis <doreis@lowrisc.org>
1 parent f141f17 commit c81846f

3 files changed

Lines changed: 26 additions & 104 deletions

File tree

flake.lock

Lines changed: 23 additions & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
description = "Python env for rdl2ot";
77

88
inputs = {
9-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
9+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
1010
uv2nix = {
1111
url = "github:pyproject-nix/uv2nix";
1212
inputs.pyproject-nix.follows = "pyproject-nix";

rdl2ot/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
[project]
66
name = "rdl2ot"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "An extension of PeakRDL to generate OpenTitan RTL."
99
requires-python = ">=3.10"
1010
keywords = ["SystemRDL", "OpenTitan", "Codegen"]
1111
readme = "README.md"
1212
dependencies = [
13-
"click>=8.2.1",
13+
"click>=8.3.0",
1414
"jinja2>=3.1.6",
1515
"systemrdl-compiler>=1.29",
1616
]

0 commit comments

Comments
 (0)