0
0
Fork 0
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:
Sandro Jäckel 2025-04-04 14:15:09 +02:00
parent 0b5aa8ea5c
commit adaa21c49f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -23,7 +23,8 @@ buildPythonPackage rec {
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
pname = "python_keystoneclient";
inherit version;
hash = "sha256-ch3irsdxAHY4nGdO4ntnEul9hsfg/0h7C0QJyPzuEOc=";
};