mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
python312Packages.xstatic-jquery: normalize pname
This commit is contained in:
parent
9c757317b3
commit
5777d61f39
@ -4,11 +4,12 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "XStatic-jQuery";
|
||||
pname = "xstatic-jquery";
|
||||
version = "3.5.1.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version pname;
|
||||
pname = "XStatic-jQuery";
|
||||
inherit version;
|
||||
sha256 = "e0ae8f8ec5bbd28045ba4bca06767a38bd5fc27cf9b71f434589f59370dcd323";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user