mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
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 a new issue