Skip to content

Commit a36eaaa

Browse files
committed
python312Packages.dissect-ole: 3.9 -> 3.10
1 parent 56f4e06 commit a36eaaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "dissect-ole";
14-
version = "3.9";
14+
version = "3.10";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
owner = "fox-it";
2121
repo = "dissect.ole";
2222
tag = version;
23-
hash = "sha256-MW76O7JH9hkDlIncPqoydZ8bzpmXqmvvm0i1IOF6Pnk=";
23+
hash = "sha256-BGJnKL27Sz5CS+PEVK6AeXBuzYpLSA8qR9sz7qeOIWc=";
2424
};
2525

2626
build-system = [
@@ -41,7 +41,7 @@ buildPythonPackage rec {
4141
meta = with lib; {
4242
description = "Dissect module implementing a parser for the Object Linking & Embedding (OLE) format";
4343
homepage = "https://github.com/fox-it/dissect.ole";
44-
changelog = "https://github.com/fox-it/dissect.ole/releases/tag/${version}";
44+
changelog = "https://github.com/fox-it/dissect.ole/releases/tag/${src.tag}";
4545
license = licenses.agpl3Only;
4646
maintainers = with maintainers; [ fab ];
4747
};

0 commit comments

Comments
 (0)