Loading pkgs/development/python-modules/reconplogger/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -11,16 +11,16 @@ testfixtures, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "reconplogger"; version = "4.18.1"; version = "5.0.0"; pyproject = true; src = fetchFromGitHub { owner = "omni-us"; repo = "reconplogger"; tag = "v${version}"; hash = "sha256-kYNidF1sTC6WulX3HXMUm+TFJWvHgZj86Asmi6uIKRs="; tag = "v${finalAttrs.version}"; hash = "sha256-/+nPLji8iGTBpWTCR83JRfxMltMYjP62KrB+HRTQQE8="; }; build-system = [ setuptools ]; Loading Loading @@ -52,4 +52,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/reconplogger/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -11,16 +11,16 @@ testfixtures, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "reconplogger"; version = "4.18.1"; version = "5.0.0"; pyproject = true; src = fetchFromGitHub { owner = "omni-us"; repo = "reconplogger"; tag = "v${version}"; hash = "sha256-kYNidF1sTC6WulX3HXMUm+TFJWvHgZj86Asmi6uIKRs="; tag = "v${finalAttrs.version}"; hash = "sha256-/+nPLji8iGTBpWTCR83JRfxMltMYjP62KrB+HRTQQE8="; }; build-system = [ setuptools ]; Loading Loading @@ -52,4 +52,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })