From 507f84ea8cdce570763f94a3517a3e356ad7c424 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 8 May 2024 00:13:16 +0200 Subject: [PATCH] python311Packages.dissect-shellitem: 3.7 -> 3.8 Diff: https://github.com/fox-it/dissect.shellitem/compare/refs/tags/3.7...3.8 Changelog: https://github.com/fox-it/dissect.shellitem/releases/tag/3.8 --- .../python-modules/dissect-shellitem/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dissect-shellitem/default.nix b/pkgs/development/python-modules/dissect-shellitem/default.nix index 6ee624cc4256..055871003400 100644 --- a/pkgs/development/python-modules/dissect-shellitem/default.nix +++ b/pkgs/development/python-modules/dissect-shellitem/default.nix @@ -11,16 +11,16 @@ buildPythonPackage rec { pname = "dissect-shellitem"; - version = "3.7"; + version = "3.8"; format = "pyproject"; - disabled = pythonOlder "3.7"; + disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.shellitem"; rev = "refs/tags/${version}"; - hash = "sha256-E5v7WuAd47X/1LSeaje4EUv+GuFq5Ksg4ndOScFreYE="; + hash = "sha256-zoq42Au2dNJTryj3GNXJrEGvE0az8psPuMXoJNc74QM="; }; nativeBuildInputs = [