Skip to content

Commit fca5f77

Browse files
authored
python313Packages.dissect-cstruct: 4.3 -> 4.5 (#411213)
2 parents e032055 + 5c03c65 commit fca5f77

File tree

1 file changed

+3
-12
lines changed
  • pkgs/development/python-modules/dissect-cstruct

1 file changed

+3
-12
lines changed

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

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
lib,
33
buildPythonPackage,
44
fetchFromGitHub,
5-
fetchpatch,
65
setuptools,
76
setuptools-scm,
87
pytestCheckHook,
@@ -11,7 +10,7 @@
1110

1211
buildPythonPackage 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
};

0 commit comments

Comments
 (0)