Skip to content

Commit

Permalink
python312Packages.dissect-shellitem: 3.9 -> 3.10 (#341054)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 10, 2024
2 parents aa2c4fc + dcd2253 commit 8c1fd1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dissect-shellitem/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "dissect-shellitem";
version = "3.9";
version = "3.10";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.shellitem";
rev = "refs/tags/${version}";
hash = "sha256-bkh8eiq07cspRQfs1amiyDuFmoXSBwG/fS/6nn9KV/Y=";
hash = "sha256-BS+c9QbMMsaoZHyuv6jMxbQFQNJeLt3da8Fq/wwXesQ=";
};

build-system = [
Expand Down

0 comments on commit 8c1fd1a

Please sign in to comment.