Unverified Commit 664b9954 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #296522 from Stunkymonkey/python-foxdot-normalize

python312Packages.foxdot: normalize pname
parents 8fa9cf82 ce84ce7e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -7,11 +7,12 @@
}:

buildPythonPackage rec {
  pname = "FoxDot";
  pname = "foxdot";
  version = "0.8.12";

  src = fetchPypi {
    inherit pname version;
    pname = "FoxDot";
    inherit version;
    sha256 = "528999da55ad630e540a39c0eaeacd19c58c36f49d65d24ea9704d0781e18c90";
  };