Loading pkgs/development/python-modules/Wand/default.nix→pkgs/development/python-modules/wand/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -6,11 +6,12 @@ }: buildPythonPackage rec { pname = "Wand"; pname = "wand"; version = "0.6.10"; src = fetchPypi { inherit pname version; pname = "Wand"; inherit version; sha256 = "sha256-Nz9KfyhmyGjDHOkQ4fmzapLRMmQKIAaOwXzqMoT+3Fc="; }; Loading pkgs/servers/calibre-web/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication rec { sqlalchemy tornado unidecode Wand wand werkzeug ]; Loading pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,7 @@ mapAliases ({ tvnamer = throw "tvnamer was moved to pkgs.tvnamer"; # added 2021-07-05 types-cryptography = throw "types-cryptography has been removed because it is obsolete since cryptography version 3.4.4."; # added 2022-05-30 types-paramiko = throw "types-paramiko has been removed because it was unused."; # added 2022-05-30 Wand = wand; # added 2022-11-13 WazeRouteCalculator = wazeroutecalculator; # added 2021-09-29 webapp2 = throw "webapp2 is unmaintained since 2012"; # added 2022-05-29 websocket_client = websocket-client; # added 2021-06-15 Loading pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -11777,7 +11777,7 @@ self: super: with self; { wallbox = callPackage ../development/python-modules/wallbox { }; Wand = callPackage ../development/python-modules/Wand { }; wand = callPackage ../development/python-modules/wand { }; wandb = callPackage ../development/python-modules/wandb { }; Loading Loading
pkgs/development/python-modules/Wand/default.nix→pkgs/development/python-modules/wand/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -6,11 +6,12 @@ }: buildPythonPackage rec { pname = "Wand"; pname = "wand"; version = "0.6.10"; src = fetchPypi { inherit pname version; pname = "Wand"; inherit version; sha256 = "sha256-Nz9KfyhmyGjDHOkQ4fmzapLRMmQKIAaOwXzqMoT+3Fc="; }; Loading
pkgs/servers/calibre-web/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication rec { sqlalchemy tornado unidecode Wand wand werkzeug ]; Loading
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,7 @@ mapAliases ({ tvnamer = throw "tvnamer was moved to pkgs.tvnamer"; # added 2021-07-05 types-cryptography = throw "types-cryptography has been removed because it is obsolete since cryptography version 3.4.4."; # added 2022-05-30 types-paramiko = throw "types-paramiko has been removed because it was unused."; # added 2022-05-30 Wand = wand; # added 2022-11-13 WazeRouteCalculator = wazeroutecalculator; # added 2021-09-29 webapp2 = throw "webapp2 is unmaintained since 2012"; # added 2022-05-29 websocket_client = websocket-client; # added 2021-06-15 Loading
pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -11777,7 +11777,7 @@ self: super: with self; { wallbox = callPackage ../development/python-modules/wallbox { }; Wand = callPackage ../development/python-modules/Wand { }; wand = callPackage ../development/python-modules/wand { }; wandb = callPackage ../development/python-modules/wandb { }; Loading