Loading pkgs/development/python-modules/dissect-thumbcache/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-thumbcache"; version = "1.10"; version = "1.11"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.thumbcache"; tag = version; hash = "sha256-seUhGD0stutZ6jfXDs86V6aiZ5ilUNS6ymBR5E3H9Ug="; hash = "sha256-yZAowAPQGfYl8RcCcnR5yPiiaY2s7LykRqgVeKThkpk="; }; build-system = [ Loading Loading
pkgs/development/python-modules/dissect-thumbcache/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-thumbcache"; version = "1.10"; version = "1.11"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.thumbcache"; tag = version; hash = "sha256-seUhGD0stutZ6jfXDs86V6aiZ5ilUNS6ymBR5E3H9Ug="; hash = "sha256-yZAowAPQGfYl8RcCcnR5yPiiaY2s7LykRqgVeKThkpk="; }; build-system = [ Loading