Skip to content

Commit 2c280cb

Browse files
committed
ubi_reader: 0.8.9 -> 0.8.10
1 parent d7441a1 commit 2c280cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/ub/ubi_reader/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77

88
python3.pkgs.buildPythonApplication rec {
99
pname = "ubi_reader";
10-
version = "0.8.9";
10+
version = "0.8.10";
1111
pyproject = true;
12+
disabled = python3.pkgs.pythonOlder "3.9";
1213

1314
src = fetchFromGitHub {
1415
owner = "onekey-sec";
1516
repo = "ubi_reader";
1617
rev = "v${version}";
17-
hash = "sha256-04HwzkonPzzWfX8VE//fMoVv5ggAS+61zx2W8VEUIy4=";
18+
hash = "sha256-fXJiQZ1QWUmkRM+WI8DSIsay9s1w3hKloRuCcUNwZjM=";
1819
};
1920

2021
build-system = [ python3.pkgs.poetry-core ];

0 commit comments

Comments
 (0)