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