mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
python312Packages.whoosh: normalize pname
This commit is contained in:
parent
95ba44e8f7
commit
09c71dbb34
@ -1,10 +1,11 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, pytest }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Whoosh";
|
||||
pname = "whoosh";
|
||||
version = "2.7.4";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "Whoosh";
|
||||
inherit version;
|
||||
sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user