File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
pkgs/development/python-modules/dissect-cstruct Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 22 lib,
33 buildPythonPackage,
44 fetchFromGitHub,
5- fetchpatch,
65 setuptools,
76 setuptools-scm,
87 pytestCheckHook,
1110
1211buildPythonPackage rec {
1312 pname = "dissect-cstruct";
14- version = "4.3 ";
13+ version = "4.5 ";
1514 pyproject = true;
1615
1716 disabled = pythonOlder "3.9";
@@ -20,17 +19,9 @@ buildPythonPackage rec {
2019 owner = "fox-it";
2120 repo = "dissect.cstruct";
2221 tag = version;
23- hash = "sha256-Y6maLjugnso3cc9zyiZ/6AdrftYAAImYNBDXPJdTuWc =";
22+ hash = "sha256-2n7y6nHt7gJtJeJIKpobiC7A+dnD6O/o+psinfOnvT8 =";
2423 };
2524
26- patches = [
27- (fetchpatch {
28- name = "fix-test_types_enum.patch";
29- url = "https://github.com/fox-it/dissect.cstruct/commit/b6c73136828fc2ae59b51d1f68529002d7c37131.diff";
30- hash = "sha256-hicMolFu/qAw9QkOyug4PNm2Do2PxuXNXPB+/JHOaFg=";
31- })
32- ];
33-
3425 build-system = [
3526 setuptools
3627 setuptools-scm
@@ -43,7 +34,7 @@ buildPythonPackage rec {
4334 meta = with lib; {
4435 description = "Dissect module implementing a parser for C-like structures";
4536 homepage = "https://github.com/fox-it/dissect.cstruct";
46- changelog = "https://github.com/fox-it/dissect.cstruct/releases/tag/${version }";
37+ changelog = "https://github.com/fox-it/dissect.cstruct/releases/tag/${src.tag }";
4738 license = licenses.agpl3Only;
4839 maintainers = with maintainers; [ fab ];
4940 };
You can’t perform that action at this time.
0 commit comments