Merge pull request #275267 from fabaff/acquire-bump

python311Packages.acquire: 3.10 -> 3.11, python311Packages.dissect-util: 3.12 -> 3.13, python311Packages.dissect-target: 3.13 -> 3.14
This commit is contained in:
Fabian Affolter 2023-12-19 08:00:23 +01:00 committed by GitHub
commit 139b0af904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "acquire";
version = "3.10";
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "acquire";
rev = "refs/tags/${version}";
hash = "sha256-8fvVK/mH+pgPaaxNKvKOw1qU0ElWAmNVP6YAqvBTwio=";
hash = "sha256-0aLPDh9lrKpHo97VFFwCmPXyXXNFGgkdjoppzm3BCTo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;

View File

@ -39,8 +39,8 @@
buildPythonPackage rec {
pname = "dissect-target";
version = "3.13";
format = "pyproject";
version = "3.14";
pyproject = true;
disabled = pythonOlder "3.9";
@ -48,7 +48,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.target";
rev = "refs/tags/${version}";
hash = "sha256-4dtKAFhxaS8PRoeLY6ZYrE/4P1pbcii1gWQ9RRVOBzs=";
hash = "sha256-vp1upVwohMXFKxlHy5lWmigdq9MUk1UknSsPpCXt50s=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@ -123,7 +123,7 @@ buildPythonPackage rec {
disabledTestPaths = [
# Tests are using Windows paths
"tests/test_plugins_browsers.py"
"tests/plugins/apps/browser/test_browser.py"
];
meta = with lib; {

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "dissect-util";
version = "3.12";
version = "3.13";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.util";
rev = "refs/tags/${version}";
hash = "sha256-rso6TIw8cQnkb58KtGKOfzIzpqJLW05L9sRWIGX3teA=";
hash = "sha256-GUDYr3lP0BV7zJaaUen78CplRA7jfn1zYes7kczNGEU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;