File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
pkgs/development/python-modules/dissect-util Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1010
1111buildPythonPackage 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" ;
You can’t perform that action at this time.
0 commit comments