Skip to content

Commit 1a08674

Browse files
committed
python313Packages.dissect-util: 3.19 -> 3.21
Changelog: https://github.com/fox-it/dissect.util/releases/tag/3.21
1 parent 000a25b commit 1a08674

File tree

1 file changed

+7
-2
lines changed
  • pkgs/development/python-modules/dissect-util

1 file changed

+7
-2
lines changed

pkgs/development/python-modules/dissect-util/default.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage rec {
1212
pname = "dissect-util";
13-
version = "3.19";
13+
version = "3.21";
1414
format = "pyproject";
1515

1616
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919
owner = "fox-it";
2020
repo = "dissect.util";
2121
tag = version;
22-
hash = "sha256-z/dYYC3s4R7j2c5HBFlAStcur2AS57AOYndsRlj/Htw=";
22+
hash = "sha256-DCe1V3ZQxr2uQ5L4Lucqu0E1jVo7P6cEwC+4tuBmmqI=";
2323
};
2424

2525
nativeBuildInputs = [
@@ -31,6 +31,11 @@ buildPythonPackage rec {
3131

3232
pythonImportsCheck = [ "dissect.util" ];
3333

34+
disabledTests = [
35+
# File handling issue
36+
"test_cpio_formats"
37+
];
38+
3439
meta = with lib; {
3540
description = "Dissect module implementing various utility functions for the other Dissect modules";
3641
mainProgram = "dump-nskeyedarchiver";

0 commit comments

Comments
 (0)