Unverified Commit d9a8c99b authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

Merge pull request #296643 from Stunkymonkey/python-mouseinfo-normalize

python312Packages.mouseinfo: normalize pname
parents 8b4c7e72 e645f01e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
, pillow
}:
buildPythonPackage rec {
  pname = "MouseInfo";
  pname = "mouseinfo";
  version = "0.1.3";

  src = fetchFromGitHub {