mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python313Packages.python-keystoneclient: fix src pname
This commit is contained in:
parent
0b5aa8ea5c
commit
adaa21c49f
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ buildPythonPackage rec {
|
|||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "python_keystoneclient";
|
||||
inherit version;
|
||||
hash = "sha256-ch3irsdxAHY4nGdO4ntnEul9hsfg/0h7C0QJyPzuEOc=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue