mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python313Packages.oslo-config: fix src pname
This commit is contained in:
parent
3e36efbd9a
commit
e39a7c4996
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "oslo.config";
|
||||
pname = "oslo_config";
|
||||
inherit version;
|
||||
hash = "sha256-VVizS8wrUvIgjoD8rZVaT3ssQbskW2RR1DpiGtEmO70=";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue