Skip to content

Commit 3b0d8dc

Browse files
authored
python3Packages.peakrdl-rust: 0.4.0 -> 0.4.1 (NixOS#470884)
2 parents 2c742a2 + 793e55a commit 3b0d8dc

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/peakrdl-rust

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/peakrdl-rust/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
buildPythonPackage rec {
1313
pname = "peakrdl-rust";
14-
version = "0.4.0";
14+
version = "0.4.1";
1515

1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "darsor";
2020
repo = "PeakRDL-rust";
2121
tag = "v${version}";
22-
hash = "sha256-MD0iMdNFvu/V/yWnivJ9cbE0/d77bsoCVScpMMGMG/I=";
22+
hash = "sha256-9OEzfIvuVilbFlv0z07S6b7wVM95e+vdcDU8MphRlao=";
2323
};
2424

2525
build-system = [ uv-build ];

0 commit comments

Comments
 (0)