pythonPackages.pasteScript: fix typo in name
This commit is contained in:
parent
66ce84b619
commit
9b92af9942
@ -16266,7 +16266,7 @@ in {
|
||||
|
||||
pasteScript = buildPythonPackage rec {
|
||||
version = "1.7.5";
|
||||
name = "PasterScript-${version}";
|
||||
name = "PasteScript-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/P/PasteScript/${name}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user