Loading pkgs/development/python-modules/dissect-sql/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -5,23 +5,20 @@ dissect-util, fetchFromGitHub, pytestCheckHook, pythonOlder, setuptools, setuptools-scm, }: buildPythonPackage rec { pname = "dissect-sql"; version = "3.12"; version = "3.13"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.sql"; tag = version; hash = "sha256-pkyiPyw6TOdi4kh/LusqWL2/UknQC48XkFiZr/4/fHg="; hash = "sha256-ShyirE5gsACziciYrJIWweNCCe+0U+qJrc/9jsc1PPo="; }; build-system = [ Loading Loading
pkgs/development/python-modules/dissect-sql/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -5,23 +5,20 @@ dissect-util, fetchFromGitHub, pytestCheckHook, pythonOlder, setuptools, setuptools-scm, }: buildPythonPackage rec { pname = "dissect-sql"; version = "3.12"; version = "3.13"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.sql"; tag = version; hash = "sha256-pkyiPyw6TOdi4kh/LusqWL2/UknQC48XkFiZr/4/fHg="; hash = "sha256-ShyirE5gsACziciYrJIWweNCCe+0U+qJrc/9jsc1PPo="; }; build-system = [ Loading