Loading pkgs/development/python-modules/reconplogger/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ testfixtures, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "reconplogger"; version = "5.0.0"; pyproject = true; Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "omni-us"; repo = "reconplogger"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-/+nPLji8iGTBpWTCR83JRfxMltMYjP62KrB+HRTQQE8="; }; 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 +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ testfixtures, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "reconplogger"; version = "5.0.0"; pyproject = true; Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "omni-us"; repo = "reconplogger"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-/+nPLji8iGTBpWTCR83JRfxMltMYjP62KrB+HRTQQE8="; }; Loading Loading @@ -52,4 +52,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })