diff options
| author | Robert Schütz <github@dotlambda.de> | 2024-03-14 19:57:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-14 19:57:14 -0700 |
| commit | 7e2234554b047488482d28f2f89853285ee0499d (patch) | |
| tree | 43a819d75fcccf46b9f1489259a0cf3db6a1bfad | |
| parent | Merge pull request #296020 from r-ryantm/auto-update/php83 (diff) | |
| download | nixpkgs-origin/revert-294823-python-robomachine-normalize.tar.gz | |
Revert "python312Packages.robomachine: normalize pname"origin/revert-294823-python-robomachine-normalize
| -rw-r--r-- | pkgs/development/python-modules/robomachine/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/robomachine/default.nix b/pkgs/development/python-modules/robomachine/default.nix index afcdf0ed3599..613b47a8e601 100644 --- a/pkgs/development/python-modules/robomachine/default.nix +++ b/pkgs/development/python-modules/robomachine/default.nix @@ -10,13 +10,12 @@ }: buildPythonPackage rec { - pname = "robomachine"; + pname = "RoboMachine"; version = "0.10.0"; format = "pyproject"; src = fetchPypi { - pname = "RoboMachine"; - inherit version; + inherit pname version; hash = "sha256-XrxHaV9U7mZ2TvySHGm6qw1AsoukppzwPq4wufIjL+k="; }; |
