python311Packages.dissect: 3.12 -> 3.13
Diff: https://github.com/fox-it/dissect/compare/refs/tags/3.12...3.13 Changelog: https://github.com/fox-it/dissect/releases/tag/3.13
This commit is contained in:
parent
e53c311824
commit
de93e6f22e
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dissect";
|
||||
version = "3.12";
|
||||
version = "3.13";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -44,7 +44,7 @@ buildPythonPackage rec {
|
|||
owner = "fox-it";
|
||||
repo = "dissect";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-hy5Yr/yR7CC7cp6pA1JP+GKazu+N4AwPqFKwb7zM+N8=";
|
||||
hash = "sha256-cnNaqXECePP2DmLRAm/Fi9m88rYSsVVMrpcqYd0iL1E=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
|
Loading…
Reference in a new issue