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

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
pyproject = true;
src = fetchPypi {
pname = "oslo.config";
pname = "oslo_config";
inherit version;
hash = "sha256-VVizS8wrUvIgjoD8rZVaT3ssQbskW2RR1DpiGtEmO70=";
};