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

Merge pull request #294810 from Stunkymonkey/python-imread-normalize

python312Packages.imread: normalize pname
parents d4099372 2f219223
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
}:

buildPythonPackage rec {
  pname = "python-imread";
  pname = "imread";
  version = "0.7.5";
  pyproject = true;