Merge pull request #295716 from Stunkymonkey/python-autologging-normalize

python312Packages.autologging: normalize pname
This commit is contained in:
Nick Cao 2024-03-14 12:42:39 -04:00 committed by GitHub
commit a7c9fcd248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,12 @@
{ lib, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "Autologging";
pname = "autologging";
version = "1.3.2";
src = fetchPypi {
inherit pname version;
pname = "Autologging";
inherit version;
sha256 = "117659584d8aab8cf62046f682f8e57b54d958b8571c737fa8bf15c32937fbb6";
extension = "zip";
};