Merge pull request #33622 from mdorman/emacs-updates

Semi-automated Emacs package updates

authored by Joachim F and committed by GitHub cd777edb c836910e

+666 -616
+3 -16
pkgs/applications/editors/emacs-modes/elpa-generated.nix
··· 768 el-search = callPackage ({ elpaBuild, emacs, fetchurl, lib, stream }: 769 elpaBuild { 770 pname = "el-search"; 771 - version = "1.4.0.12"; 772 src = fetchurl { 773 - url = "https://elpa.gnu.org/packages/el-search-1.4.0.12.tar"; 774 - sha256 = "140p1ian8dwip6305spg4rvm3rqxhznlq0w5msixw6ykwm735a8z"; 775 }; 776 packageRequires = [ emacs stream ]; 777 meta = { ··· 1592 packageRequires = [ cl-lib ]; 1593 meta = { 1594 homepage = "https://elpa.gnu.org/packages/on-screen.html"; 1595 - license = lib.licenses.free; 1596 - }; 1597 - }) {}; 1598 - org = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { 1599 - pname = "org"; 1600 - version = "20171225"; 1601 - src = fetchurl { 1602 - url = "https://elpa.gnu.org/packages/org-20171225.tar"; 1603 - sha256 = "0jq410l1d4gz8qz01kmpgf9n77hghnknbcmhhznnq4dxiypgigc2"; 1604 - }; 1605 - packageRequires = []; 1606 - meta = { 1607 - homepage = "https://elpa.gnu.org/packages/org.html"; 1608 license = lib.licenses.free; 1609 }; 1610 }) {};
··· 768 el-search = callPackage ({ elpaBuild, emacs, fetchurl, lib, stream }: 769 elpaBuild { 770 pname = "el-search"; 771 + version = "1.4.0.14"; 772 src = fetchurl { 773 + url = "https://elpa.gnu.org/packages/el-search-1.4.0.14.tar"; 774 + sha256 = "1qc30dia59i2bklhivfhmsghirnpgz5mvcjdc78n0r8nizb68jfp"; 775 }; 776 packageRequires = [ emacs stream ]; 777 meta = { ··· 1592 packageRequires = [ cl-lib ]; 1593 meta = { 1594 homepage = "https://elpa.gnu.org/packages/on-screen.html"; 1595 license = lib.licenses.free; 1596 }; 1597 }) {};
+510 -531
pkgs/applications/editors/emacs-modes/melpa-generated.nix
··· 824 src = fetchFromGitHub { 825 owner = "Andersbakken"; 826 repo = "rtags"; 827 - rev = "959e00bdc3698e9c2da03f77af362b659785dfa6"; 828 - sha256 = "0vck1pm801jzf4czzbd64359hfi76sxpn5h4b5rh6axhvhhljb9q"; 829 }; 830 recipeFile = fetchurl { 831 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/ac-rtags"; ··· 1030 ace-link = callPackage ({ avy, fetchFromGitHub, fetchurl, lib, melpaBuild }: 1031 melpaBuild { 1032 pname = "ace-link"; 1033 - version = "20171109.1250"; 1034 src = fetchFromGitHub { 1035 owner = "abo-abo"; 1036 repo = "ace-link"; 1037 - rev = "3bc7a61a9d7923bb71066906e17cb8a0db415c24"; 1038 - sha256 = "0dalspw44ra9ik7f1lflmck76ar0v6qig700qczlml52lr9vf045"; 1039 }; 1040 recipeFile = fetchurl { 1041 url = "https://raw.githubusercontent.com/milkypostman/melpa/68032f40c0ce4170a22db535be4bfa7099f61f85/recipes/ace-link"; ··· 1197 adafruit-wisdom = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 1198 melpaBuild { 1199 pname = "adafruit-wisdom"; 1200 - version = "20171115.1228"; 1201 src = fetchFromGitHub { 1202 owner = "gonewest818"; 1203 repo = "adafruit-wisdom.el"; 1204 - rev = "5449809a64bef63b4d8477f9c85be450549541c8"; 1205 - sha256 = "1m9nh1a5xgjsw9p9y3nwrhk10hsxni8xw161rlrw9i8kchm6cjfr"; 1206 }; 1207 recipeFile = fetchurl { 1208 url = "https://raw.githubusercontent.com/milkypostman/melpa/18483af52c26f719fbfde626db84a67750bf4754/recipes/adafruit-wisdom"; ··· 1344 ag = callPackage ({ cl-lib ? null, dash, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 1345 melpaBuild { 1346 pname = "ag"; 1347 - version = "20171209.450"; 1348 src = fetchFromGitHub { 1349 owner = "Wilfred"; 1350 repo = "ag.el"; 1351 - rev = "8e547fcda57184963bcfdbfb48ca6d0d478ea213"; 1352 - sha256 = "14igyqd5blqax4f5ggdqwkyag309x5rk5ja9ma13zi9pr1ajsdxv"; 1353 }; 1354 recipeFile = fetchurl { 1355 url = "https://raw.githubusercontent.com/milkypostman/melpa/67f410ac3a58a038e194bcf174bc0a8ceceafb9a/recipes/ag"; ··· 1552 alect-themes = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 1553 melpaBuild { 1554 pname = "alect-themes"; 1555 - version = "20170825.1009"; 1556 src = fetchFromGitHub { 1557 owner = "alezost"; 1558 repo = "alect-themes"; 1559 - rev = "ded94ab1421994aa863a4d7538ec7453768ec235"; 1560 - sha256 = "1616vkjgn5g4xf40p15847pkqyrlfzp9d143a4cyk7za50a175ll"; 1561 }; 1562 recipeFile = fetchurl { 1563 url = "https://raw.githubusercontent.com/milkypostman/melpa/84c25a290ae4bcc4674434c83c66ae128e4c4282/recipes/alect-themes"; ··· 1573 alert = callPackage ({ fetchFromGitHub, fetchurl, gntp, lib, log4e, melpaBuild }: 1574 melpaBuild { 1575 pname = "alert"; 1576 - version = "20171221.1126"; 1577 src = fetchFromGitHub { 1578 owner = "jwiegley"; 1579 repo = "alert"; 1580 - rev = "376673ab95d93b8f19e92e62a3a058089f33b215"; 1581 - sha256 = "0d465rmvpxc50dgwp8i1hv0r4v1ix3xk2hw3mfdmsj7dc6gmy6mw"; 1582 }; 1583 recipeFile = fetchurl { 1584 url = "https://raw.githubusercontent.com/milkypostman/melpa/113953825ac4ff98d90a5375eb48d8b7bfa224e7/recipes/alert"; ··· 1678 all-the-icons-gnus = callPackage ({ all-the-icons, dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 1679 melpaBuild { 1680 pname = "all-the-icons-gnus"; 1681 - version = "20170726.619"; 1682 src = fetchFromGitHub { 1683 owner = "nlamirault"; 1684 repo = "all-the-icons-gnus"; 1685 - rev = "45560293e42d02c17c332894f3764dd624d25444"; 1686 - sha256 = "1j0s3m54gyrl50bqss6xaijja1hdbm5285py750dn4ykrj5m3d3r"; 1687 }; 1688 recipeFile = fetchurl { 1689 url = "https://raw.githubusercontent.com/milkypostman/melpa/f8ed74d39d165343c81c2a21aa47e3d3895d8119/recipes/all-the-icons-gnus"; ··· 2882 async = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 2883 melpaBuild { 2884 pname = "async"; 2885 - version = "20171015.2239"; 2886 src = fetchFromGitHub { 2887 owner = "jwiegley"; 2888 repo = "emacs-async"; 2889 - rev = "66e685659654d01d9531a2fee071d2fc853b8374"; 2890 - sha256 = "1x106navv5mhd2k7ab8h03f2xlvpdwwpqgprjj1bsa11bjb3gf2s"; 2891 }; 2892 recipeFile = fetchurl { 2893 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/async"; ··· 4037 avy-migemo = callPackage ({ avy, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, migemo }: 4038 melpaBuild { 4039 pname = "avy-migemo"; 4040 - version = "20171225.816"; 4041 src = fetchFromGitHub { 4042 owner = "momomo5717"; 4043 repo = "avy-migemo"; 4044 - rev = "c80334773d3c11da1a2b29cb78a4088389a719fe"; 4045 - sha256 = "0igx7ix9wn5p10zqikiqczhh0b3fq4v2wq405a98125m7668izby"; 4046 }; 4047 recipeFile = fetchurl { 4048 url = "https://raw.githubusercontent.com/milkypostman/melpa/6a02db29eb3e4b76b4a9cdbc966df5a1bd35dec0/recipes/avy-migemo"; ··· 4462 }) {}; 4463 bbdb = callPackage ({ fetchgit, fetchurl, lib, melpaBuild }: melpaBuild { 4464 pname = "bbdb"; 4465 - version = "20171017.817"; 4466 src = fetchgit { 4467 url = "https://git.savannah.nongnu.org/git/bbdb.git"; 4468 - rev = "339aa15f20e1f542db97a3f3d2d65a61ce5c0e93"; 4469 - sha256 = "00782y1vas8rd9g30jqhnc24bsqsy5c31qn85ipi1vc8lrbyfcg1"; 4470 }; 4471 recipeFile = fetchurl { 4472 url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/bbdb"; ··· 5490 boon = callPackage ({ dash, emacs, expand-region, fetchFromGitHub, fetchurl, lib, melpaBuild, multiple-cursors }: 5491 melpaBuild { 5492 pname = "boon"; 5493 - version = "20170825.416"; 5494 src = fetchFromGitHub { 5495 owner = "jyp"; 5496 repo = "boon"; 5497 - rev = "13fca1929639e2239e9b4be060cbd4befd7921b4"; 5498 - sha256 = "0nbwmb4l2f6y58gx8bm42688y6sqc33l5sf0gh1vmn2ki2mq7jvh"; 5499 }; 5500 recipeFile = fetchurl { 5501 url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/boon"; ··· 5847 buckwalter = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 5848 melpaBuild { 5849 pname = "buckwalter"; 5850 - version = "20171207.230"; 5851 src = fetchFromGitHub { 5852 owner = "joehakimrahme"; 5853 repo = "buckwalter.el"; 5854 - rev = "59edb0394db42820a60b8475f63dcc682ac0c79d"; 5855 - sha256 = "1g06b91rvv90r7cxzgj1x16102yvl5ykab6pil5ykbsbzsxznpxz"; 5856 }; 5857 recipeFile = fetchurl { 5858 url = "https://raw.githubusercontent.com/milkypostman/melpa/7dd38487731cc978e104afa39f8954cfc33ba27f/recipes/buckwalter"; ··· 6690 src = fetchFromGitHub { 6691 owner = "ocaml"; 6692 repo = "ocaml"; 6693 - rev = "34a11aaa62ff54cbff4403b16ede46a3c3b04799"; 6694 - sha256 = "06im9ixs7z9ysnhdgw9v57x3r5sb4hkmj4j2j4qa5yfcp6cmm07f"; 6695 }; 6696 recipeFile = fetchurl { 6697 url = "https://raw.githubusercontent.com/milkypostman/melpa/d5a3263cdcc229b11a3e96edbf632d56f32c47aa/recipes/caml"; ··· 7193 src = fetchFromGitHub { 7194 owner = "cfengine"; 7195 repo = "core"; 7196 - rev = "b2856d3307a0f77060878fd852a2cd625a79f1d8"; 7197 - sha256 = "0h77j1i06c7vsmmnzh6c5khsa3ic83b45639nmw8q645rhjmgni9"; 7198 }; 7199 recipeFile = fetchurl { 7200 url = "https://raw.githubusercontent.com/milkypostman/melpa/c737839aeda583e61257ad40157e24df7f918b0f/recipes/cfengine-code-style"; ··· 7319 src = fetchFromGitHub { 7320 owner = "MaxSt"; 7321 repo = "challenger-deep"; 7322 - rev = "0dd5b03310d6607f445a123e91487b358501db3c"; 7323 - sha256 = "0dvglln69h01p74fw2fm2qc9hj8psz3p1y0wfjpc7alm0cbfh3gk"; 7324 }; 7325 recipeFile = fetchurl { 7326 url = "https://raw.githubusercontent.com/milkypostman/melpa/7942f539d025c1e2b059d49e1984716cbbc90a67/recipes/challenger-deep-theme"; ··· 7777 cider = callPackage ({ clojure-mode, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, pkg-info, queue, seq, spinner }: 7778 melpaBuild { 7779 pname = "cider"; 7780 - version = "20180101.958"; 7781 src = fetchFromGitHub { 7782 owner = "clojure-emacs"; 7783 repo = "cider"; 7784 - rev = "f1dc7543cef77f560ae82c4407d9bf3787b66866"; 7785 - sha256 = "0jj7jqcvy12lk9rrk99icalk7szhylqbbl9w68lgrma3lnrpi04d"; 7786 }; 7787 recipeFile = fetchurl { 7788 url = "https://raw.githubusercontent.com/milkypostman/melpa/55a937aed818dbe41530037da315f705205f189b/recipes/cider"; ··· 7987 circe = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 7988 melpaBuild { 7989 pname = "circe"; 7990 - version = "20171215.1010"; 7991 src = fetchFromGitHub { 7992 owner = "jorgenschaefer"; 7993 repo = "circe"; 7994 - rev = "4070f2d2c5585e5280fa57edc16e31dfebd9b7d7"; 7995 - sha256 = "1gmgb8cxqc891gzzf518467y9p65162sj0c1xgahzjan5gxhh25m"; 7996 }; 7997 recipeFile = fetchurl { 7998 url = "https://raw.githubusercontent.com/milkypostman/melpa/a2b295656d53fddc76cacc86b239e5648e49e3a4/recipes/circe"; ··· 8008 circe-notifications = callPackage ({ alert, circe, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 8009 melpaBuild { 8010 pname = "circe-notifications"; 8011 - version = "20171203.1746"; 8012 src = fetchFromGitHub { 8013 owner = "eqyiel"; 8014 repo = "circe-notifications"; 8015 - rev = "a21417f0ee82c922e017cc301503539cdd65aa1c"; 8016 - sha256 = "1pl42a1zmnwqqg993kah49nzqabs2wn5pmda6xi7i15bffpiagjw"; 8017 }; 8018 recipeFile = fetchurl { 8019 url = "https://raw.githubusercontent.com/milkypostman/melpa/76c0408423c4e0728789de7b356b2971d6c446c7/recipes/circe-notifications"; ··· 8713 cmake-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 8714 melpaBuild { 8715 pname = "cmake-mode"; 8716 - version = "20160928.505"; 8717 src = fetchFromGitHub { 8718 owner = "Kitware"; 8719 repo = "CMake"; 8720 - rev = "011f2de484c0be3a4c21cca5982c0b7452a32e30"; 8721 - sha256 = "1fazl514qwdcmwz4d47svay7g7sjw5yvcc8szsqhm3zq71ck5q2v"; 8722 }; 8723 recipeFile = fetchurl { 8724 url = "https://raw.githubusercontent.com/milkypostman/melpa/598723893ae4bc2e60f527a072efe6ed9d4e2488/recipes/cmake-mode"; ··· 9861 company-flx = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, flx, lib, melpaBuild }: 9862 melpaBuild { 9863 pname = "company-flx"; 9864 - version = "20161228.1736"; 9865 src = fetchFromGitHub { 9866 owner = "PythonNut"; 9867 repo = "company-flx"; 9868 - rev = "0c9fddf7c11c918ed42bd6a5108f8969b37704d5"; 9869 - sha256 = "1nv2hlmjdd7y9d25n22gwl0qzrsc0qpfwyhf44g0xq6dg5lgbpkj"; 9870 }; 9871 recipeFile = fetchurl { 9872 url = "https://raw.githubusercontent.com/milkypostman/melpa/f27d718ee67f8c91b208a35adbbcdac67bbb89ce/recipes/company-flx"; ··· 9949 src = fetchFromGitHub { 9950 owner = "nsf"; 9951 repo = "gocode"; 9952 - rev = "22bc785b7506257947079201bd1a117e885af8bb"; 9953 - sha256 = "16pkv3xc19i0gaxgvixjsdm17ikmibvaq6rr4bg4rpzk2z2l11fg"; 9954 }; 9955 recipeFile = fetchurl { 9956 url = "https://raw.githubusercontent.com/milkypostman/melpa/04867a574773e8794335a2664d4f5e8b243f3ec9/recipes/company-go"; ··· 10054 src = fetchFromGitHub { 10055 owner = "leanprover"; 10056 repo = "lean-mode"; 10057 - rev = "649f6dcb3ed03f49dcb9ced3c829ce9f9e853729"; 10058 - sha256 = "10ipyy6irv5d2k3dz8qvmvaaj136r2mdbbbwi5s8hpqxqwd53gyi"; 10059 }; 10060 recipeFile = fetchurl { 10061 url = "https://raw.githubusercontent.com/milkypostman/melpa/42f4d6438c8aeb94ebc1782f2f5e2abd17f0ffde/recipes/company-lean"; ··· 10071 company-lsp = callPackage ({ company, dash, emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, melpaBuild, s }: 10072 melpaBuild { 10073 pname = "company-lsp"; 10074 - version = "20171211.1017"; 10075 src = fetchFromGitHub { 10076 owner = "tigersoldier"; 10077 repo = "company-lsp"; 10078 - rev = "35d46dd3c6ac71c8baa0fc7798810e7fa64076ee"; 10079 - sha256 = "0kc76gfabp008vvfvqjj26c4v8p7vijb4cyjx6f97cnv0c7h62al"; 10080 }; 10081 recipeFile = fetchurl { 10082 url = "https://raw.githubusercontent.com/milkypostman/melpa/5125f53307c1af3d9ccf2bae3c25e7d23dfe1932/recipes/company-lsp"; ··· 10354 src = fetchFromGitHub { 10355 owner = "Andersbakken"; 10356 repo = "rtags"; 10357 - rev = "959e00bdc3698e9c2da03f77af362b659785dfa6"; 10358 - sha256 = "0vck1pm801jzf4czzbd64359hfi76sxpn5h4b5rh6axhvhhljb9q"; 10359 }; 10360 recipeFile = fetchurl { 10361 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/company-rtags"; ··· 10980 counsel = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, swiper }: 10981 melpaBuild { 10982 pname = "counsel"; 10983 - version = "20180101.832"; 10984 src = fetchFromGitHub { 10985 owner = "abo-abo"; 10986 repo = "swiper"; 10987 - rev = "c2bc6ac92a6cea730d7887813a816bdf873f9b92"; 10988 - sha256 = "040z731dm66w4c0475q8vl1lm4dnvi9yz2qslxdma0qdx70hymrr"; 10989 }; 10990 recipeFile = fetchurl { 10991 url = "https://raw.githubusercontent.com/milkypostman/melpa/06c50f32b8d603db0d70e77907e36862cd66b811/recipes/counsel"; ··· 11127 counsel-projectile = callPackage ({ counsel, fetchFromGitHub, fetchurl, lib, melpaBuild, projectile }: 11128 melpaBuild { 11129 pname = "counsel-projectile"; 11130 - version = "20171227.1315"; 11131 src = fetchFromGitHub { 11132 owner = "ericdanan"; 11133 repo = "counsel-projectile"; 11134 - rev = "d68af72c9ee399fbf85e88f66127d9e4b175886d"; 11135 - sha256 = "1rs48z9js7c05r1sr9lms6vz654xh5cd5521qrzbwhw42d85nyh7"; 11136 }; 11137 recipeFile = fetchurl { 11138 url = "https://raw.githubusercontent.com/milkypostman/melpa/389f16f886a385b02f466540f042a16eea8ba792/recipes/counsel-projectile"; ··· 11589 crystal-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 11590 melpaBuild { 11591 pname = "crystal-mode"; 11592 - version = "20171227.725"; 11593 src = fetchFromGitHub { 11594 owner = "crystal-lang-tools"; 11595 repo = "emacs-crystal-mode"; 11596 - rev = "250746ed3b3072514c7644e1afd2caafb3ce28c5"; 11597 - sha256 = "1vx38fqj90v2ddp81fjgi4bg1b9bgnh498nxsf8r7x72h63zhb23"; 11598 }; 11599 recipeFile = fetchurl { 11600 url = "https://raw.githubusercontent.com/milkypostman/melpa/d4b9b47d7deecf0cf24a42b26d50021cb1219a69/recipes/crystal-mode"; ··· 11652 csound-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, multi, shut-up }: 11653 melpaBuild { 11654 pname = "csound-mode"; 11655 - version = "20171201.1636"; 11656 src = fetchFromGitHub { 11657 owner = "hlolli"; 11658 repo = "csound-mode"; 11659 - rev = "c6c7390faeddb8db11828e1636c0b479dc62f53f"; 11660 - sha256 = "19p13f9xsddxvy7isdzrc3r2xkc24fifsvkzkqqp4kqzj005kb8d"; 11661 }; 11662 recipeFile = fetchurl { 11663 url = "https://raw.githubusercontent.com/milkypostman/melpa/c940d29de11e43b4abf2901c466c94d426a21818/recipes/csound-mode"; ··· 12097 src = fetchFromGitHub { 12098 owner = "cython"; 12099 repo = "cython"; 12100 - rev = "7210462c2194f0b318e2cd28cb3f0e8bad146adc"; 12101 - sha256 = "0h6vyzrbxig5llvwdzv3p7rk062jhzyf4rvcs1rgjiw6zbi1i38x"; 12102 }; 12103 recipeFile = fetchurl { 12104 url = "https://raw.githubusercontent.com/milkypostman/melpa/be9bfabe3f79153cb859efc7c3051db244a63879/recipes/cython-mode"; ··· 12240 danneskjold-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 12241 melpaBuild { 12242 pname = "danneskjold-theme"; 12243 - version = "20171228.402"; 12244 src = fetchFromGitHub { 12245 owner = "rails-to-cosmos"; 12246 repo = "danneskjold-theme"; 12247 - rev = "b2cb6afa47755f9c426aebd19394d6d0ce317a1d"; 12248 - sha256 = "1q9ayi985kd5pk78ik7rywpzkzpbdb3010nwp8gnrkgli17lkvaa"; 12249 }; 12250 recipeFile = fetchurl { 12251 url = "https://raw.githubusercontent.com/milkypostman/melpa/557244a3b60c7cd3ca964ff843aa1e9d5a1e32ec/recipes/danneskjold-theme"; ··· 12261 dante = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, flycheck, haskell-mode, lib, melpaBuild, s }: 12262 melpaBuild { 12263 pname = "dante"; 12264 - version = "20171218.1249"; 12265 src = fetchFromGitHub { 12266 owner = "jyp"; 12267 repo = "dante"; 12268 - rev = "8c94ff8cba64d5afda82a486b51f1e439663c3ba"; 12269 - sha256 = "1ni445wrlrif4z03lxl5vwwx8falnh43vzxf27m5f7aqx167kbxi"; 12270 }; 12271 recipeFile = fetchurl { 12272 url = "https://raw.githubusercontent.com/milkypostman/melpa/5afa8226077cbda4b76f52734cf8e0b745ab88e8/recipes/dante"; ··· 12492 dash = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 12493 melpaBuild { 12494 pname = "dash"; 12495 - version = "20171028.854"; 12496 src = fetchFromGitHub { 12497 owner = "magnars"; 12498 repo = "dash.el"; 12499 - rev = "91d8cb01e62bab0d6267d3d4dbcabd6da6fdea78"; 12500 - sha256 = "1q0nnn3j3fv6y3n14kql7gdf2vc038lbmnz542pma8q0yfksbkid"; 12501 }; 12502 recipeFile = fetchurl { 12503 url = "https://raw.githubusercontent.com/milkypostman/melpa/57eed8767c3e98614259c408dc0b5c54d3473883/recipes/dash"; ··· 12534 dash-functional = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 12535 melpaBuild { 12536 pname = "dash-functional"; 12537 - version = "20171028.804"; 12538 src = fetchFromGitHub { 12539 owner = "magnars"; 12540 repo = "dash.el"; 12541 - rev = "91d8cb01e62bab0d6267d3d4dbcabd6da6fdea78"; 12542 - sha256 = "1q0nnn3j3fv6y3n14kql7gdf2vc038lbmnz542pma8q0yfksbkid"; 12543 }; 12544 recipeFile = fetchurl { 12545 url = "https://raw.githubusercontent.com/milkypostman/melpa/57eed8767c3e98614259c408dc0b5c54d3473883/recipes/dash-functional"; ··· 12933 define-word = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 12934 melpaBuild { 12935 pname = "define-word"; 12936 - version = "20171231.1005"; 12937 src = fetchFromGitHub { 12938 owner = "abo-abo"; 12939 repo = "define-word"; 12940 - rev = "7ed98a55221075dc55f629972fd0d15d8c402417"; 12941 - sha256 = "0lvvs5xnkfd0mvya8qzvgnl6pigq3vlbm4l5a87ydppnr0c7z605"; 12942 }; 12943 recipeFile = fetchurl { 12944 url = "https://raw.githubusercontent.com/milkypostman/melpa/e318b30d8b2b89981f4b89d78e5a46e77d3de412/recipes/define-word"; ··· 13436 dimmer = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 13437 melpaBuild { 13438 pname = "dimmer"; 13439 - version = "20180101.1022"; 13440 src = fetchFromGitHub { 13441 owner = "gonewest818"; 13442 repo = "dimmer.el"; 13443 - rev = "4963092d1d37987e6b9b3eca21be425a1ae44d99"; 13444 - sha256 = "1b4wg20038ji54bbiwnmvr3ghkkm6x7skhz16110saqwfdfibmdx"; 13445 }; 13446 recipeFile = fetchurl { 13447 url = "https://raw.githubusercontent.com/milkypostman/melpa/8ae80e9202d69ed3214325dd15c4b2f114263954/recipes/dimmer"; ··· 13919 dired-sidebar = callPackage ({ dired-subtree, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 13920 melpaBuild { 13921 pname = "dired-sidebar"; 13922 - version = "20171224.1105"; 13923 src = fetchFromGitHub { 13924 owner = "jojojames"; 13925 repo = "dired-sidebar"; 13926 - rev = "97cd007d9c6d889d82969f17faacc0889ee814ff"; 13927 - sha256 = "1vr62kkx3fw4ksgnk2c4j0xmi9kmmwkgddm0vk764w3w0sb37id7"; 13928 }; 13929 recipeFile = fetchurl { 13930 url = "https://raw.githubusercontent.com/milkypostman/melpa/30e15c8361b01195f198197e704828fbcac0e8d6/recipes/dired-sidebar"; ··· 14758 docker = callPackage ({ dash, docker-tramp, emacs, fetchFromGitHub, fetchurl, json-mode, lib, magit-popup, melpaBuild, s, tablist }: 14759 melpaBuild { 14760 pname = "docker"; 14761 - version = "20171121.2316"; 14762 src = fetchFromGitHub { 14763 owner = "Silex"; 14764 repo = "docker.el"; 14765 - rev = "fc31c2b1aa8ef553050ace61beadf08ded58529c"; 14766 - sha256 = "0sx0iqwqfrkkjpx84w9cvhzgdsqd5lgc8y1akw689pc4pknl4x52"; 14767 }; 14768 recipeFile = fetchurl { 14769 url = "https://raw.githubusercontent.com/milkypostman/melpa/6c74bf8a41c17bc733636f9e7c05f3858d17936b/recipes/docker"; ··· 14955 doom-themes = callPackage ({ all-the-icons, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 14956 melpaBuild { 14957 pname = "doom-themes"; 14958 - version = "20180101.2140"; 14959 src = fetchFromGitHub { 14960 owner = "hlissner"; 14961 repo = "emacs-doom-themes"; 14962 - rev = "bc747b3b65baf737f99dc4ccf68558581958bbba"; 14963 - sha256 = "0j5aywwh8cw0bb55frrpmyfmbzg6d6jv29ys61p1xf49gvki870m"; 14964 }; 14965 recipeFile = fetchurl { 14966 url = "https://raw.githubusercontent.com/milkypostman/melpa/c5084bc2c3fe378af6ff39d65e40649c6359b7b5/recipes/doom-themes"; ··· 15459 dumb-jump = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, popup, s }: 15460 melpaBuild { 15461 pname = "dumb-jump"; 15462 - version = "20171219.401"; 15463 src = fetchFromGitHub { 15464 owner = "jacktasia"; 15465 repo = "dumb-jump"; 15466 - rev = "7a97295dd823eb27fd719ff78c3319183d806f38"; 15467 - sha256 = "0cp2xp3w2xb4s1105h2ksmlqp1ng4rhcqhspj1vkkh2n1xqps19b"; 15468 }; 15469 recipeFile = fetchurl { 15470 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dumb-jump"; ··· 15899 easy-hugo = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 15900 melpaBuild { 15901 pname = "easy-hugo"; 15902 - version = "20171231.306"; 15903 src = fetchFromGitHub { 15904 owner = "masasam"; 15905 repo = "emacs-easy-hugo"; 15906 - rev = "253d91cda8722fa69b8ee67b1802137863bc3d9a"; 15907 - sha256 = "1i5hdm9xwajid7kzx6gq8lhx5w2aihvb0ka5h2s88zb1xnnxss46"; 15908 }; 15909 recipeFile = fetchurl { 15910 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/easy-hugo"; ··· 15920 easy-jekyll = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 15921 melpaBuild { 15922 pname = "easy-jekyll"; 15923 - version = "20171231.401"; 15924 src = fetchFromGitHub { 15925 owner = "masasam"; 15926 repo = "emacs-easy-jekyll"; 15927 - rev = "4eac3993d9bbec9ddfe38b128fd3ed6670f526e2"; 15928 - sha256 = "0ffspw6xavfbk0klqjp8va7ybvsdcxlw1qmqhi6paqam90m6vazz"; 15929 }; 15930 recipeFile = fetchurl { 15931 url = "https://raw.githubusercontent.com/milkypostman/melpa/c3f281145bad12c27bdbef32ccc07b6a5f13b577/recipes/easy-jekyll"; ··· 16914 src = fetchFromGitHub { 16915 owner = "dimitri"; 16916 repo = "el-get"; 16917 - rev = "32d6f967bf15077c7de74b0aece7f0fa57a486cb"; 16918 - sha256 = "0w76zvn9fdwyqb58830b6z6kr67vkw6zbq7hv1k96r070fxpq8f8"; 16919 }; 16920 recipeFile = fetchurl { 16921 url = "https://raw.githubusercontent.com/milkypostman/melpa/1c61197a2b616d6d3c6b652248cb166196846b44/recipes/el-get"; ··· 17208 src = fetchFromGitHub { 17209 owner = "stardiviner"; 17210 repo = "eldoc-overlay"; 17211 - rev = "b13a5641f694cda92740ccdb1ee2c475507eb206"; 17212 - sha256 = "0zn68h4mcdd3j8jfrpaa5d8f0irdwly5wj6v6pm54xc8x14wc141"; 17213 }; 17214 recipeFile = fetchurl { 17215 url = "https://raw.githubusercontent.com/milkypostman/melpa/f865b248002d6d3ba9653c2221072a4aa54cd740/recipes/eldoc-overlay"; ··· 17330 elfeed = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 17331 melpaBuild { 17332 pname = "elfeed"; 17333 - version = "20180101.1921"; 17334 src = fetchFromGitHub { 17335 owner = "skeeto"; 17336 repo = "elfeed"; 17337 - rev = "fc081840e56f3eb3a28265e7c4bcb03a0458bdb9"; 17338 - sha256 = "0jka43vas7g5dj5yg7i3hnxvff2m24fkbv3izxv58wv6ydc5amkh"; 17339 }; 17340 recipeFile = fetchurl { 17341 url = "https://raw.githubusercontent.com/milkypostman/melpa/407ae027fcec444622c2a822074b95996df9e6af/recipes/elfeed"; ··· 17425 src = fetchFromGitHub { 17426 owner = "skeeto"; 17427 repo = "elfeed"; 17428 - rev = "fc081840e56f3eb3a28265e7c4bcb03a0458bdb9"; 17429 - sha256 = "0jka43vas7g5dj5yg7i3hnxvff2m24fkbv3izxv58wv6ydc5amkh"; 17430 }; 17431 recipeFile = fetchurl { 17432 url = "https://raw.githubusercontent.com/milkypostman/melpa/62459d16ee44d5fcf170c0ebc981ca2c7d4672f2/recipes/elfeed-web"; ··· 17883 elpy = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, find-file-in-project, highlight-indentation, lib, melpaBuild, pyvenv, s, yasnippet }: 17884 melpaBuild { 17885 pname = "elpy"; 17886 - version = "20171228.1239"; 17887 src = fetchFromGitHub { 17888 owner = "jorgenschaefer"; 17889 repo = "elpy"; 17890 - rev = "d0c6121148f97adafa1ae1828b59569e0f5c11d0"; 17891 - sha256 = "1fps5ll0sdrn341k0pp4shli3qadmkdc2dn6vbl19zdlhzyb2lda"; 17892 }; 17893 recipeFile = fetchurl { 17894 url = "https://raw.githubusercontent.com/milkypostman/melpa/1d8fcd8745bb15402c9f3b6f4573ea151415237a/recipes/elpy"; ··· 18500 emms = callPackage ({ cl-lib ? null, fetchgit, fetchurl, lib, melpaBuild }: 18501 melpaBuild { 18502 pname = "emms"; 18503 - version = "20171229.1306"; 18504 src = fetchgit { 18505 url = "https://git.savannah.gnu.org/git/emms.git"; 18506 - rev = "f586070b598b1a19842212686e88df346f1ebc1f"; 18507 - sha256 = "14k49gkhn1b6fmw8zx8125j6cymbww8bha7fs0kbjcqvfp9isr8c"; 18508 }; 18509 recipeFile = fetchurl { 18510 url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/emms"; ··· 19698 src = fetchFromGitHub { 19699 owner = "erlang"; 19700 repo = "otp"; 19701 - rev = "3d124b9ea557fd26ca7a33276b84c72d9e72044e"; 19702 - sha256 = "16ya5416mdyramdapzvnnxxfiqr92ls8888z9lbcgl1igqsmhrcn"; 19703 }; 19704 recipeFile = fetchurl { 19705 url = "https://raw.githubusercontent.com/milkypostman/melpa/d9cd526f43981e0826af59cdc4bb702f644781d9/recipes/erlang"; ··· 20680 evil = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, goto-chg, lib, melpaBuild, undo-tree }: 20681 melpaBuild { 20682 pname = "evil"; 20683 - version = "20171228.926"; 20684 src = fetchFromGitHub { 20685 owner = "emacs-evil"; 20686 repo = "evil"; 20687 - rev = "3475b3260c290e5ea5e45d9bfc89005c06846152"; 20688 - sha256 = "16m6ry56rxyxn4nh9n4743zx108zjnqzhld22ffipfj5ckqxlspn"; 20689 }; 20690 recipeFile = fetchurl { 20691 url = "https://raw.githubusercontent.com/milkypostman/melpa/440482c0edac8ee8bd4fe22f6bc5c1607f34c7ad/recipes/evil"; ··· 20827 evil-collection = callPackage ({ emacs, evil, fetchFromGitHub, fetchurl, lib, melpaBuild }: 20828 melpaBuild { 20829 pname = "evil-collection"; 20830 - version = "20171229.1311"; 20831 src = fetchFromGitHub { 20832 owner = "jojojames"; 20833 repo = "evil-collection"; 20834 - rev = "4ce6968d221e98d0ad522082711ea927d80017af"; 20835 - sha256 = "1x50i42i7wy8b2qx9kb1lhbifsrdxb6n6cs1mkjrljqyqqg57lj1"; 20836 }; 20837 recipeFile = fetchurl { 20838 url = "https://raw.githubusercontent.com/milkypostman/melpa/d7538c9eb00b6826867891b037e7aa537ac5b160/recipes/evil-collection"; ··· 20890 evil-easymotion = callPackage ({ avy, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 20891 melpaBuild { 20892 pname = "evil-easymotion"; 20893 - version = "20171225.1213"; 20894 src = fetchFromGitHub { 20895 owner = "PythonNut"; 20896 repo = "evil-easymotion"; 20897 - rev = "606df2eb27003ab72d8074fe974080221aa85315"; 20898 - sha256 = "0hyg6ar0y80a2dq8w3yv5vhgwq5ia54if9k7s4b7m6gc0q1f79yv"; 20899 }; 20900 recipeFile = fetchurl { 20901 url = "https://raw.githubusercontent.com/milkypostman/melpa/e67955ead0b9d69acab40d66d4e0b821229d635c/recipes/evil-easymotion"; ··· 21730 evil-surround = callPackage ({ evil, fetchFromGitHub, fetchurl, lib, melpaBuild }: 21731 melpaBuild { 21732 pname = "evil-surround"; 21733 - version = "20171210.838"; 21734 src = fetchFromGitHub { 21735 owner = "emacs-evil"; 21736 repo = "evil-surround"; 21737 - rev = "6e1da767ec7f8e6dca41b2a97edd7c1be9752ffa"; 21738 - sha256 = "1kaip002hsx9a6sd9nhm5ik895zlymq6m9w1n109rmyw75i0fyyn"; 21739 }; 21740 recipeFile = fetchurl { 21741 url = "https://raw.githubusercontent.com/milkypostman/melpa/2c9dc47a4c837c44429a74fd998fe468c00639f2/recipes/evil-surround"; ··· 21818 src = fetchFromGitHub { 21819 owner = "emacs-evil"; 21820 repo = "evil"; 21821 - rev = "3475b3260c290e5ea5e45d9bfc89005c06846152"; 21822 - sha256 = "16m6ry56rxyxn4nh9n4743zx108zjnqzhld22ffipfj5ckqxlspn"; 21823 }; 21824 recipeFile = fetchurl { 21825 url = "https://raw.githubusercontent.com/milkypostman/melpa/87da8c50f9167ad9c3844b23becb6904f809611d/recipes/evil-test-helpers"; ··· 22254 extempore-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 22255 melpaBuild { 22256 pname = "extempore-mode"; 22257 - version = "20160620.1813"; 22258 src = fetchFromGitHub { 22259 owner = "extemporelang"; 22260 repo = "extempore-emacs-mode"; 22261 - rev = "ce052da4899ea85ee33792a344359fdd19bc653b"; 22262 - sha256 = "163in2pbvqyknsm3la5zqinlw018crx0f0cvr9caal86v5gx65cr"; 22263 }; 22264 recipeFile = fetchurl { 22265 url = "https://raw.githubusercontent.com/milkypostman/melpa/7bd3e57171f5283604e9375613a7a94416ee99a7/recipes/extempore-mode"; ··· 22430 f = callPackage ({ dash, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 22431 melpaBuild { 22432 pname = "f"; 22433 - version = "20171230.1229"; 22434 src = fetchFromGitHub { 22435 owner = "rejeep"; 22436 repo = "f.el"; 22437 - rev = "78fb8ba22c660027c607c6df09343120610d993c"; 22438 - sha256 = "0wirps6zy493kybkcmkdp4rdgpj3piqndqdalcgxl7f14vx8k5z7"; 22439 }; 22440 recipeFile = fetchurl { 22441 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/f"; ··· 23651 flow-minor-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 23652 melpaBuild { 23653 pname = "flow-minor-mode"; 23654 - version = "20171207.952"; 23655 src = fetchFromGitHub { 23656 owner = "an-sh"; 23657 repo = "flow-minor-mode"; 23658 - rev = "640a99bdc5f5d484a546c41800255cd43ff710e6"; 23659 - sha256 = "04lwjn7zykfq5ygivs5j0d6qc9h99jzzq5jkrkxp7m4q6y8pb6vx"; 23660 }; 23661 recipeFile = fetchurl { 23662 url = "https://raw.githubusercontent.com/milkypostman/melpa/66504f789069922ea56f268f4da90fac52b601ff/recipes/flow-minor-mode"; ··· 23735 flx-isearch = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, flx, lib, melpaBuild }: 23736 melpaBuild { 23737 pname = "flx-isearch"; 23738 - version = "20160105.1217"; 23739 src = fetchFromGitHub { 23740 owner = "PythonNut"; 23741 repo = "flx-isearch"; 23742 - rev = "54ae0a5a31e6a07b68823d486ff4ec9e4c558588"; 23743 - sha256 = "1cmjw1zrb1nq9nx0d634ajli1di8x48k6s88zi2s2q0mbi28lzz1"; 23744 }; 23745 recipeFile = fetchurl { 23746 url = "https://raw.githubusercontent.com/milkypostman/melpa/2cd1438cc0821b8ae1d01e2a3bc8f07ca8a79134/recipes/flx-isearch"; ··· 24054 src = fetchFromGitHub { 24055 owner = "crystal-lang-tools"; 24056 repo = "emacs-crystal-mode"; 24057 - rev = "250746ed3b3072514c7644e1afd2caafb3ce28c5"; 24058 - sha256 = "1vx38fqj90v2ddp81fjgi4bg1b9bgnh498nxsf8r7x72h63zhb23"; 24059 }; 24060 recipeFile = fetchurl { 24061 url = "https://raw.githubusercontent.com/milkypostman/melpa/c718f809af30226611358f9aaed7519e52923fd3/recipes/flycheck-crystal"; ··· 24999 src = fetchFromGitHub { 25000 owner = "Andersbakken"; 25001 repo = "rtags"; 25002 - rev = "959e00bdc3698e9c2da03f77af362b659785dfa6"; 25003 - sha256 = "0vck1pm801jzf4czzbd64359hfi76sxpn5h4b5rh6axhvhhljb9q"; 25004 }; 25005 recipeFile = fetchurl { 25006 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/flycheck-rtags"; ··· 26070 src = fetchFromGitHub { 26071 owner = "troyp"; 26072 repo = "fn.el"; 26073 - rev = "2dc78b7ef9e24f9fe872d40c8fe6050f7ce819cf"; 26074 - sha256 = "0nvhis3myclgvazhiljv7fgis1x5hwr5rr8rhxx3290fgsgdp0bw"; 26075 }; 26076 recipeFile = fetchurl { 26077 url = "https://raw.githubusercontent.com/milkypostman/melpa/6d2929604b6dd21d6cf425643927a9c216801dc1/recipes/fn"; ··· 26318 forecast = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 26319 melpaBuild { 26320 pname = "forecast"; 26321 - version = "20170924.1440"; 26322 src = fetchFromGitHub { 26323 owner = "cadadr"; 26324 repo = "elisp"; 26325 - rev = "02829f582d03c149d0aace9a0bdf2bd405b2e4a2"; 26326 - sha256 = "0rvwhvmv9b6ma6jf5gbmmy9ahrsli4qflc8z2n2whl743rbcfpk6"; 26327 }; 26328 recipeFile = fetchurl { 26329 url = "https://raw.githubusercontent.com/milkypostman/melpa/a7ea18a56370348715dec91f75adc162c800dd10/recipes/forecast"; ··· 26507 fountain-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 26508 melpaBuild { 26509 pname = "fountain-mode"; 26510 - version = "20180102.41"; 26511 src = fetchFromGitHub { 26512 owner = "rnkn"; 26513 repo = "fountain-mode"; 26514 - rev = "3f953ae30ad55bbbbb80aa0350992e79f4b00f56"; 26515 - sha256 = "1zksjvpvhbr79fg281yhx8k419q9kd4jpi47i9943cs0m088ykyn"; 26516 }; 26517 recipeFile = fetchurl { 26518 url = "https://raw.githubusercontent.com/milkypostman/melpa/913386ac8d5049d37154da3ab32bde408a226511/recipes/fountain-mode"; ··· 26591 frames-only-mode = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 26592 melpaBuild { 26593 pname = "frames-only-mode"; 26594 - version = "20170802.455"; 26595 src = fetchFromGitHub { 26596 owner = "davidshepherd7"; 26597 repo = "frames-only-mode"; 26598 - rev = "d2e6a825e2079adb58012e9677c494d317494724"; 26599 - sha256 = "1x8w2788yaqfi5ys541kp4wi3rcfa2lvbhnxgd8dwr9h0da332xa"; 26600 }; 26601 recipeFile = fetchurl { 26602 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e628416ad9420b3ac5bbfacf930a86d98958ac8/recipes/frames-only-mode"; ··· 26800 src = fetchFromGitHub { 26801 owner = "factor"; 26802 repo = "factor"; 26803 - rev = "fb9c3920ae99f051b5fa2939a5fc62d4d1015536"; 26804 - sha256 = "0099sfvf3cxyqnraf52ba6883kh5gck665skwpkn322jk74qi6vb"; 26805 }; 26806 recipeFile = fetchurl { 26807 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e2a0e4698d4e71ec28656594f6a83504a823490/recipes/fuel"; ··· 26926 src = fetchFromGitHub { 26927 owner = "HIPERFIT"; 26928 repo = "futhark"; 26929 - rev = "c7b67d469f896fa9b93a0804c4ecc36cb1b4b320"; 26930 - sha256 = "0idyfkrdrmq3cmizjxvl8iqdz3769c38pkpib4vazyaglgn703mb"; 26931 }; 26932 recipeFile = fetchurl { 26933 url = "https://raw.githubusercontent.com/milkypostman/melpa/0607f01aad7e77d53595ad8db95d32acfd29b148/recipes/futhark-mode"; ··· 27048 fzf = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 27049 melpaBuild { 27050 pname = "fzf"; 27051 - version = "20171026.554"; 27052 src = fetchFromGitHub { 27053 owner = "bling"; 27054 repo = "fzf.el"; 27055 - rev = "ef1dc851077913a327261a6b971fab5f5f657831"; 27056 - sha256 = "12zbvr7806xiyx2q944nfnqqfnm43v9ziaihkb9n10s2sp6ippb7"; 27057 }; 27058 recipeFile = fetchurl { 27059 url = "https://raw.githubusercontent.com/milkypostman/melpa/1671e17c99ef1932c6a2e83fc4fa2e4eb6674bc8/recipes/fzf"; ··· 27235 general = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 27236 melpaBuild { 27237 pname = "general"; 27238 - version = "20171225.2112"; 27239 src = fetchFromGitHub { 27240 owner = "noctuid"; 27241 repo = "general.el"; 27242 - rev = "846ca8c4727e919bc5440a9e787e1d14b8b5aaa0"; 27243 - sha256 = "03681ra7vbsrnjw6nsjwgyrvs70zl65kdxi63rl80d1p7mbfsh41"; 27244 }; 27245 recipeFile = fetchurl { 27246 url = "https://raw.githubusercontent.com/milkypostman/melpa/d86383b443622d78f6d8ff7b8ac74c8d72879d26/recipes/general"; ··· 27365 src = fetchFromGitHub { 27366 owner = "sigma"; 27367 repo = "gh.el"; 27368 - rev = "458aa6e6b107a4b30b64939233c107d1378d0402"; 27369 - sha256 = "0x52v1rk94bprvg79nqr0kfy6lcy6r709g1rc72wir1da4zcmpcz"; 27370 }; 27371 recipeFile = fetchurl { 27372 url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/gh"; ··· 27529 ghub = callPackage ({ emacs, fetchFromGitHub, fetchurl, let-alist, lib, melpaBuild }: 27530 melpaBuild { 27531 pname = "ghub"; 27532 - version = "20171218.1028"; 27533 src = fetchFromGitHub { 27534 owner = "magit"; 27535 repo = "ghub"; 27536 - rev = "b5f81522b0b5b896a62347eb5f238f67b47790b0"; 27537 - sha256 = "17cg4h6dbs6148s511mbp091vdajq94iy2d9skx8lyx099j1l6sf"; 27538 }; 27539 recipeFile = fetchurl { 27540 url = "https://raw.githubusercontent.com/milkypostman/melpa/d5db83957187c9b65f697eba7e4c3320567cf4ab/recipes/ghub"; ··· 27739 git-commit = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, with-editor }: 27740 melpaBuild { 27741 pname = "git-commit"; 27742 - version = "20171214.929"; 27743 src = fetchFromGitHub { 27744 owner = "magit"; 27745 repo = "magit"; 27746 - rev = "ebd8c6510dc1c95e6ca4007a7f62ed037379d251"; 27747 - sha256 = "1qjnbkrm8svham59pddzwzjvp7s0icszc7dkm97s4yciikgmsirf"; 27748 }; 27749 recipeFile = fetchurl { 27750 url = "https://raw.githubusercontent.com/milkypostman/melpa/cec5af50ae7634cc566adfbfdf0f95c3e2951c0c/recipes/git-commit"; ··· 28558 gnu-apl-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 28559 melpaBuild { 28560 pname = "gnu-apl-mode"; 28561 - version = "20170406.732"; 28562 src = fetchFromGitHub { 28563 owner = "lokedhs"; 28564 repo = "gnu-apl-mode"; 28565 - rev = "d79e519308727dec897f2574c938c6425b9a30c2"; 28566 - sha256 = "1dr9wcj697d68dxg1026ggxvyvpxjdvydilmym3fhczijdpwm33y"; 28567 }; 28568 recipeFile = fetchurl { 28569 url = "https://raw.githubusercontent.com/milkypostman/melpa/369a55301bba0c4f7ce27f6e141944a523beaa0f/recipes/gnu-apl-mode"; ··· 28772 src = fetchFromGitHub { 28773 owner = "nsf"; 28774 repo = "gocode"; 28775 - rev = "22bc785b7506257947079201bd1a117e885af8bb"; 28776 - sha256 = "16pkv3xc19i0gaxgvixjsdm17ikmibvaq6rr4bg4rpzk2z2l11fg"; 28777 }; 28778 recipeFile = fetchurl { 28779 url = "https://raw.githubusercontent.com/milkypostman/melpa/04867a574773e8794335a2664d4f5e8b243f3ec9/recipes/go-autocomplete"; ··· 28999 go-imports = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 29000 melpaBuild { 29001 pname = "go-imports"; 29002 - version = "20171227.858"; 29003 src = fetchFromGitHub { 29004 owner = "yasushi-saito"; 29005 repo = "go-imports"; 29006 - rev = "403c93f717fcd62c4e4804e6aaa3d2aa961e9709"; 29007 - sha256 = "1dv383i45ca26s8g0y93n22di44f4q0si81pxihsf7vci5ic333g"; 29008 }; 29009 recipeFile = fetchurl { 29010 url = "https://raw.githubusercontent.com/milkypostman/melpa/4118ebf0db84cc047fab311c789bfbffd6eb2d92/recipes/go-imports"; ··· 29188 go-tag = callPackage ({ emacs, fetchFromGitHub, fetchurl, go-mode, lib, melpaBuild }: 29189 melpaBuild { 29190 pname = "go-tag"; 29191 - version = "20171204.1903"; 29192 src = fetchFromGitHub { 29193 owner = "brantou"; 29194 repo = "emacs-go-tag"; 29195 - rev = "9a55097c34e9c3170ecec31129c92e897e35058d"; 29196 - sha256 = "0m4h13czlsp0l46dkfhzvis7bikwi2g9azd4b1lzq5hls7nc6fwz"; 29197 }; 29198 recipeFile = fetchurl { 29199 url = "https://raw.githubusercontent.com/milkypostman/melpa/fc4cd3fd8fb0707912e205b9d71789ea8126c442/recipes/go-tag"; ··· 29339 src = fetchFromGitHub { 29340 owner = "golang"; 29341 repo = "lint"; 29342 - rev = "f635bddafc7154957bd70209ee858a4b97e64a9b"; 29343 - sha256 = "0sgi9p7dhsnl7i93vcp95zl9y5wljzq25x63pqbagcskwvcbyh8m"; 29344 }; 29345 recipeFile = fetchurl { 29346 url = "https://raw.githubusercontent.com/milkypostman/melpa/34f22d829257456abbc020c006b92da9c7a7860e/recipes/golint"; ··· 29608 goto-chg = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 29609 melpaBuild { 29610 pname = "goto-chg"; 29611 - version = "20171231.312"; 29612 src = fetchFromGitHub { 29613 owner = "emacs-evil"; 29614 repo = "goto-chg"; 29615 - rev = "6cb244922b733358fd6985b36c4b87ef2e177293"; 29616 - sha256 = "0miscmk5gg7mqqwjb5mlrkbpsx4pny2w3rpr90f7yiv30rf83b5j"; 29617 }; 29618 recipeFile = fetchurl { 29619 url = "https://raw.githubusercontent.com/milkypostman/melpa/cf1fc176430fe3ab55ce537a0efc59780bb812be/recipes/goto-chg"; ··· 29801 src = fetchFromGitHub { 29802 owner = "Groovy-Emacs-Modes"; 29803 repo = "groovy-emacs-modes"; 29804 - rev = "2bfaf08cd76981620f36b2b7fc52a9a0b8214d13"; 29805 - sha256 = "07l28zgjzvrm1jpnpzidx316x3k0n6ar1pkxjwzr56ikjlcgszxa"; 29806 }; 29807 recipeFile = fetchurl { 29808 url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe318b4e51a280a55c01fa30455e4a180df8bd6/recipes/grails-mode"; ··· 30184 groovy-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 30185 melpaBuild { 30186 pname = "groovy-mode"; 30187 - version = "20171230.930"; 30188 src = fetchFromGitHub { 30189 owner = "Groovy-Emacs-Modes"; 30190 repo = "groovy-emacs-modes"; 30191 - rev = "2bfaf08cd76981620f36b2b7fc52a9a0b8214d13"; 30192 - sha256 = "07l28zgjzvrm1jpnpzidx316x3k0n6ar1pkxjwzr56ikjlcgszxa"; 30193 }; 30194 recipeFile = fetchurl { 30195 url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe318b4e51a280a55c01fa30455e4a180df8bd6/recipes/groovy-mode"; ··· 30394 guix = callPackage ({ bui, dash, emacs, fetchFromGitHub, fetchurl, geiser, lib, magit-popup, melpaBuild }: 30395 melpaBuild { 30396 pname = "guix"; 30397 - version = "20171228.1131"; 30398 src = fetchFromGitHub { 30399 owner = "alezost"; 30400 repo = "guix.el"; 30401 - rev = "a43828f6e5d6dc4e623a4b78e0dfdddbf5b20185"; 30402 - sha256 = "0c19njb5cg6g3fav9322hkbl4h9zwcbymhc5wr0k9yqi7pv8gz0v"; 30403 }; 30404 recipeFile = fetchurl { 30405 url = "https://raw.githubusercontent.com/milkypostman/melpa/b3d8c73e8a946b8265487a0825d615d80aa3337d/recipes/guix"; ··· 30960 hasky-extensions = callPackage ({ avy-menu, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 30961 melpaBuild { 30962 pname = "hasky-extensions"; 30963 - version = "20171231.941"; 30964 src = fetchFromGitHub { 30965 owner = "hasky-mode"; 30966 repo = "hasky-extensions"; 30967 - rev = "c8f6abf9a05a573261a2b708ffbbcf28b717c1d8"; 30968 - sha256 = "0hy89yyv50ynywij0cpbd7k9ljc66j0zxj23wc6dsfvn5m2l9534"; 30969 }; 30970 recipeFile = fetchurl { 30971 url = "https://raw.githubusercontent.com/milkypostman/melpa/e3f73e3df8476fa231d04211866671dd74911603/recipes/hasky-extensions"; ··· 31169 helm = callPackage ({ async, emacs, fetchFromGitHub, fetchurl, helm-core, lib, melpaBuild, popup }: 31170 melpaBuild { 31171 pname = "helm"; 31172 - version = "20180101.14"; 31173 src = fetchFromGitHub { 31174 owner = "emacs-helm"; 31175 repo = "helm"; 31176 - rev = "2399979be21bd622c17c2f1719b7e133e85cb229"; 31177 - sha256 = "1k55p4vcqxpkd30wcjb7ghxb568vgx4rnzbd8qp582f9bw3sl5vf"; 31178 }; 31179 recipeFile = fetchurl { 31180 url = "https://raw.githubusercontent.com/milkypostman/melpa/7e8bccffdf69479892d76b9336a4bec3f35e919d/recipes/helm"; ··· 31799 helm-core = callPackage ({ async, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 31800 melpaBuild { 31801 pname = "helm-core"; 31802 - version = "20180102.19"; 31803 src = fetchFromGitHub { 31804 owner = "emacs-helm"; 31805 repo = "helm"; 31806 - rev = "2399979be21bd622c17c2f1719b7e133e85cb229"; 31807 - sha256 = "1k55p4vcqxpkd30wcjb7ghxb568vgx4rnzbd8qp582f9bw3sl5vf"; 31808 }; 31809 recipeFile = fetchurl { 31810 url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7a700c5665e6d72cb4cecf7fb5a2dd43ef9bf7/recipes/helm-core"; ··· 32093 helm-emms = callPackage ({ cl-lib ? null, emacs, emms, fetchFromGitHub, fetchurl, helm, lib, melpaBuild }: 32094 melpaBuild { 32095 pname = "helm-emms"; 32096 - version = "20171217.2138"; 32097 src = fetchFromGitHub { 32098 owner = "emacs-helm"; 32099 repo = "helm-emms"; 32100 - rev = "f1d3280f4a8b3523ef8c39ebeb50b8c85a112a2a"; 32101 - sha256 = "1lh60ymq5by4gl9487j9d9l973vgc7jkv6s1f5q1m4pr3b5p4pq2"; 32102 }; 32103 recipeFile = fetchurl { 32104 url = "https://raw.githubusercontent.com/milkypostman/melpa/db836b671705607f6cd9bce8229884b1f29b4a76/recipes/helm-emms"; ··· 32219 helm-flx = callPackage ({ emacs, fetchFromGitHub, fetchurl, flx, helm, lib, melpaBuild }: 32220 melpaBuild { 32221 pname = "helm-flx"; 32222 - version = "20170404.1230"; 32223 src = fetchFromGitHub { 32224 owner = "PythonNut"; 32225 repo = "helm-flx"; 32226 - rev = "c8650d9b34afbc236c28aee12cbee998fda8d810"; 32227 - sha256 = "0400maq605qq631a766lzmphyaxwq0lfvb6x29j6aqd6pgxxrjs5"; 32228 }; 32229 recipeFile = fetchurl { 32230 url = "https://raw.githubusercontent.com/milkypostman/melpa/f1418d260f34d698cec611978001c7fd1d1a8a89/recipes/helm-flx"; ··· 32979 src = fetchFromGitHub { 32980 owner = "leanprover"; 32981 repo = "lean-mode"; 32982 - rev = "649f6dcb3ed03f49dcb9ced3c829ce9f9e853729"; 32983 - sha256 = "10ipyy6irv5d2k3dz8qvmvaaj136r2mdbbbwi5s8hpqxqwd53gyi"; 32984 }; 32985 recipeFile = fetchurl { 32986 url = "https://raw.githubusercontent.com/milkypostman/melpa/42f4d6438c8aeb94ebc1782f2f5e2abd17f0ffde/recipes/helm-lean"; ··· 33332 helm-pass = callPackage ({ auth-password-store, fetchFromGitHub, fetchurl, helm, lib, melpaBuild, password-store }: 33333 melpaBuild { 33334 pname = "helm-pass"; 33335 - version = "20170627.1124"; 33336 src = fetchFromGitHub { 33337 owner = "jabranham"; 33338 repo = "helm-pass"; 33339 - rev = "dc599627789284eea044e881e105586f9e05bc9f"; 33340 - sha256 = "143vd248kziz95mdr568qh7wg1h00dxniqr144d867ng1gybi8cb"; 33341 }; 33342 recipeFile = fetchurl { 33343 url = "https://raw.githubusercontent.com/milkypostman/melpa/d8100599d69a760cd4548004a552cc0adcdb3bed/recipes/helm-pass"; ··· 33756 src = fetchFromGitHub { 33757 owner = "Andersbakken"; 33758 repo = "rtags"; 33759 - rev = "959e00bdc3698e9c2da03f77af362b659785dfa6"; 33760 - sha256 = "0vck1pm801jzf4czzbd64359hfi76sxpn5h4b5rh6axhvhhljb9q"; 33761 }; 33762 recipeFile = fetchurl { 33763 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/helm-rtags"; ··· 33962 helm-spotify-plus = callPackage ({ emacs, fetchFromGitHub, fetchurl, helm, lib, melpaBuild, multi }: 33963 melpaBuild { 33964 pname = "helm-spotify-plus"; 33965 - version = "20170320.609"; 33966 src = fetchFromGitHub { 33967 owner = "wandersoncferreira"; 33968 repo = "helm-spotify-plus"; 33969 - rev = "847dfafbb5e5d65a44464b0ec8e2b7d88864a9aa"; 33970 - sha256 = "0i1vnaiqcs220nc1mjbx0959aa0nbjxhrqkvbrj3zy7ybsya22gq"; 33971 }; 33972 recipeFile = fetchurl { 33973 url = "https://raw.githubusercontent.com/milkypostman/melpa/306aa9fd29f1495eef71476dfcba3b494223b0a9/recipes/helm-spotify-plus"; ··· 34298 helpful = callPackage ({ dash, dash-functional, elisp-refs, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s, shut-up }: 34299 melpaBuild { 34300 pname = "helpful"; 34301 - version = "20180101.352"; 34302 src = fetchFromGitHub { 34303 owner = "Wilfred"; 34304 repo = "helpful"; 34305 - rev = "08233ef9e9a4aacf046d7b0177b5d53bd5c9e926"; 34306 - sha256 = "0x3j2lcw4s0c7vrfbmxi3wpziqq1526sj40kldfh93qvgrllvkzl"; 34307 }; 34308 recipeFile = fetchurl { 34309 url = "https://raw.githubusercontent.com/milkypostman/melpa/889d34b654de13bd413d46071a5ff191cbf3d157/recipes/helpful"; ··· 34973 src = fetchFromGitHub { 34974 owner = "chrisdone"; 34975 repo = "hindent"; 34976 - rev = "7101c1da8b0a4fc62a45967c5f02c2922bbfcfd4"; 34977 - sha256 = "1w7l79mx9hf9x5igkpy794db7nipr6skvvlhf1zm28r3dk5s1r2v"; 34978 }; 34979 recipeFile = fetchurl { 34980 url = "https://raw.githubusercontent.com/milkypostman/melpa/dbae71a47446095f768be35e689025aed57f462f/recipes/hindent"; ··· 35053 historian = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 35054 melpaBuild { 35055 pname = "historian"; 35056 - version = "20170722.1714"; 35057 src = fetchFromGitHub { 35058 owner = "PythonNut"; 35059 repo = "historian.el"; 35060 - rev = "78ec5632e4f4fd005014bd762c4a5ccdeabbd33d"; 35061 - sha256 = "1ag9hpxrzg5add4nj2j08ymxrggnzdzqb8k1vcpkd8rg72138k3w"; 35062 }; 35063 recipeFile = fetchurl { 35064 url = "https://raw.githubusercontent.com/milkypostman/melpa/f16dacf64c52767c0c8aef653ac5d1a7a3bd0883/recipes/historian"; ··· 35973 ialign = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 35974 melpaBuild { 35975 pname = "ialign"; 35976 - version = "20171229.410"; 35977 src = fetchFromGitHub { 35978 owner = "mkcms"; 35979 repo = "interactive-align"; 35980 - rev = "82055a5546e6ae9f766896dfe8afc78092241ab5"; 35981 - sha256 = "07bmkmhw38ls94d9c1kpq7ilw7bny4n5y0g7iiyvdhm45vvq4if8"; 35982 }; 35983 recipeFile = fetchurl { 35984 url = "https://raw.githubusercontent.com/milkypostman/melpa/072f1f7ce17e2972863bce10af9c52b3c6502eab/recipes/ialign"; ··· 37293 inf-clojure = callPackage ({ clojure-mode, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 37294 melpaBuild { 37295 pname = "inf-clojure"; 37296 - version = "20180101.2315"; 37297 src = fetchFromGitHub { 37298 owner = "clojure-emacs"; 37299 repo = "inf-clojure"; 37300 - rev = "c4adc89c1c17c01c8da039464cdb5211030cbd1d"; 37301 - sha256 = "05qrbncf0snvh46ngfqklzy65kmcm7w4hpp017swl7kbrdgcfqqy"; 37302 }; 37303 recipeFile = fetchurl { 37304 url = "https://raw.githubusercontent.com/milkypostman/melpa/5d6112e06d1efcb7cb5652b0bec8d282d7f67bd9/recipes/inf-clojure"; ··· 37754 intero = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, flycheck, haskell-mode, lib, melpaBuild }: 37755 melpaBuild { 37756 pname = "intero"; 37757 - version = "20171220.1335"; 37758 src = fetchFromGitHub { 37759 owner = "commercialhaskell"; 37760 repo = "intero"; 37761 - rev = "2b9304a7a874ae718e0a30562ec2d6186e07a6c3"; 37762 - sha256 = "1r981185jwa4d6zr2cxv6jbg0wp88wz2vjl7fkkl7dv4vhhkamsn"; 37763 }; 37764 recipeFile = fetchurl { 37765 url = "https://raw.githubusercontent.com/milkypostman/melpa/1b56ca344ad944e03b669a9974e9b734b5b445bb/recipes/intero"; ··· 38069 irony = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, json ? null, lib, melpaBuild }: 38070 melpaBuild { 38071 pname = "irony"; 38072 - version = "20171222.1243"; 38073 src = fetchFromGitHub { 38074 owner = "Sarcasm"; 38075 repo = "irony-mode"; 38076 - rev = "f6c8810f6b78e2b3d66fb4ffb7513f4f8ff053e3"; 38077 - sha256 = "0hk5611lvx6ls9b39pqy38vwckqq60asmg2487m46nmdhvqbz0i0"; 38078 }; 38079 recipeFile = fetchurl { 38080 url = "https://raw.githubusercontent.com/milkypostman/melpa/d2b6a8d57b192325dcd30fddc9ff8dd1516ad680/recipes/irony"; ··· 38363 ivy = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 38364 melpaBuild { 38365 pname = "ivy"; 38366 - version = "20171231.144"; 38367 src = fetchFromGitHub { 38368 owner = "abo-abo"; 38369 repo = "swiper"; 38370 - rev = "c2bc6ac92a6cea730d7887813a816bdf873f9b92"; 38371 - sha256 = "040z731dm66w4c0475q8vl1lm4dnvi9yz2qslxdma0qdx70hymrr"; 38372 }; 38373 recipeFile = fetchurl { 38374 url = "https://raw.githubusercontent.com/milkypostman/melpa/06c24112a5e17c423a4d92607356b25eb90a9a7b/recipes/ivy"; ··· 38493 src = fetchFromGitHub { 38494 owner = "PythonNut"; 38495 repo = "historian.el"; 38496 - rev = "78ec5632e4f4fd005014bd762c4a5ccdeabbd33d"; 38497 - sha256 = "1ag9hpxrzg5add4nj2j08ymxrggnzdzqb8k1vcpkd8rg72138k3w"; 38498 }; 38499 recipeFile = fetchurl { 38500 url = "https://raw.githubusercontent.com/milkypostman/melpa/fb79cbc9af6cd443b9de97817d24bcc9050d5940/recipes/ivy-historian"; ··· 38514 src = fetchFromGitHub { 38515 owner = "abo-abo"; 38516 repo = "swiper"; 38517 - rev = "c2bc6ac92a6cea730d7887813a816bdf873f9b92"; 38518 - sha256 = "040z731dm66w4c0475q8vl1lm4dnvi9yz2qslxdma0qdx70hymrr"; 38519 }; 38520 recipeFile = fetchurl { 38521 url = "https://raw.githubusercontent.com/milkypostman/melpa/06c24112a5e17c423a4d92607356b25eb90a9a7b/recipes/ivy-hydra"; ··· 38615 ivy-rich = callPackage ({ emacs, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild }: 38616 melpaBuild { 38617 pname = "ivy-rich"; 38618 - version = "20171224.1848"; 38619 src = fetchFromGitHub { 38620 owner = "yevgnen"; 38621 repo = "ivy-rich"; 38622 - rev = "161e9eb51b9122a30cf288d96decb04731cc49b0"; 38623 - sha256 = "0wf24mncv9n4ssizf0219fd4nxc7pd5c6gjsilbsljm35vwczriq"; 38624 }; 38625 recipeFile = fetchurl { 38626 url = "https://raw.githubusercontent.com/milkypostman/melpa/0fc297f4949e8040d1b0b3271c9a70c64887b960/recipes/ivy-rich"; ··· 38640 src = fetchFromGitHub { 38641 owner = "Andersbakken"; 38642 repo = "rtags"; 38643 - rev = "959e00bdc3698e9c2da03f77af362b659785dfa6"; 38644 - sha256 = "0vck1pm801jzf4czzbd64359hfi76sxpn5h4b5rh6axhvhhljb9q"; 38645 }; 38646 recipeFile = fetchurl { 38647 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/ivy-rtags"; ··· 39600 js-auto-format-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 39601 melpaBuild { 39602 pname = "js-auto-format-mode"; 39603 - version = "20171229.414"; 39604 src = fetchFromGitHub { 39605 owner = "ybiquitous"; 39606 repo = "js-auto-format-mode"; 39607 - rev = "7872e6f1d8280830c70cae8f1e3edb8049aba295"; 39608 - sha256 = "0a9rbs0pjx953rbblmia9jznxykz5qa9q5wzkj341z6vfq9rq3rf"; 39609 }; 39610 recipeFile = fetchurl { 39611 url = "https://raw.githubusercontent.com/milkypostman/melpa/2d3be16771b5b5fde639da3ee97890620354ee7a/recipes/js-auto-format-mode"; ··· 39936 json-rpc = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 39937 melpaBuild { 39938 pname = "json-rpc"; 39939 - version = "20170402.955"; 39940 src = fetchFromGitHub { 39941 owner = "skeeto"; 39942 repo = "elisp-json-rpc"; 39943 - rev = "e77a62012e4d6c946666eed3a17454d5c6f83367"; 39944 - sha256 = "1pwa1ifz0c83lwwpj75h10wj7jyghsxg6wpdlfy4dp8102wr8nhg"; 39945 }; 39946 recipeFile = fetchurl { 39947 url = "https://raw.githubusercontent.com/milkypostman/melpa/82c6b97cdfe2970f028a00146b01e5734710291b/recipes/json-rpc"; ··· 40457 kaolin-themes = callPackage ({ autothemer, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 40458 melpaBuild { 40459 pname = "kaolin-themes"; 40460 - version = "20171231.2330"; 40461 src = fetchFromGitHub { 40462 owner = "ogdenwebb"; 40463 repo = "emacs-kaolin-themes"; 40464 - rev = "1c9185516c969fb70a51afca1ba01727b54557ea"; 40465 - sha256 = "0bs90drv377n5cxnpmrfld66w82pzjk955jmfc469syr6fx8mqbz"; 40466 }; 40467 recipeFile = fetchurl { 40468 url = "https://raw.githubusercontent.com/milkypostman/melpa/043a4e3bd5301ef8f4df2cbda0b3f4111eb399e4/recipes/kaolin-themes"; ··· 40965 src = fetchFromGitHub { 40966 owner = "kivy"; 40967 repo = "kivy"; 40968 - rev = "1d1935206085a220c3de090f1d269a0f35969976"; 40969 - sha256 = "1s2w74g39qqybssg29xgjgxid9hx09172fm1nlr2p814pq9q31yy"; 40970 }; 40971 recipeFile = fetchurl { 40972 url = "https://raw.githubusercontent.com/milkypostman/melpa/688e2a114073958c413e56e1d117d48db9d16fb8/recipes/kivy-mode"; ··· 41737 lean-mode = callPackage ({ dash, dash-functional, emacs, f, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, s }: 41738 melpaBuild { 41739 pname = "lean-mode"; 41740 - version = "20171222.207"; 41741 src = fetchFromGitHub { 41742 owner = "leanprover"; 41743 repo = "lean-mode"; 41744 - rev = "649f6dcb3ed03f49dcb9ced3c829ce9f9e853729"; 41745 - sha256 = "10ipyy6irv5d2k3dz8qvmvaaj136r2mdbbbwi5s8hpqxqwd53gyi"; 41746 }; 41747 recipeFile = fetchurl { 41748 url = "https://raw.githubusercontent.com/milkypostman/melpa/42f4d6438c8aeb94ebc1782f2f5e2abd17f0ffde/recipes/lean-mode"; ··· 42056 src = fetchFromGitHub { 42057 owner = "rvirding"; 42058 repo = "lfe"; 42059 - rev = "2880c8a2a7fe998238b6490fe3e3c484b5c5985e"; 42060 - sha256 = "1xcnh1hk815wizhp7h1mik3npm7zpbvg4554nwbj072gnbb9j1nx"; 42061 }; 42062 recipeFile = fetchurl { 42063 url = "https://raw.githubusercontent.com/milkypostman/melpa/c44bdb00707c9ef90160e0a44f7148b480635132/recipes/lfe-mode"; ··· 42333 lispy = callPackage ({ ace-window, emacs, fetchFromGitHub, fetchurl, hydra, iedit, lib, melpaBuild, swiper, zoutline }: 42334 melpaBuild { 42335 pname = "lispy"; 42336 - version = "20180101.1312"; 42337 src = fetchFromGitHub { 42338 owner = "abo-abo"; 42339 repo = "lispy"; 42340 - rev = "28bf928db432c61a59ec4eb78966844b8d7bbfe5"; 42341 - sha256 = "1i5vx2phxhwm38igfb9xxaas4q85mncs8zql87l1jwwij14v71xa"; 42342 }; 42343 recipeFile = fetchurl { 42344 url = "https://raw.githubusercontent.com/milkypostman/melpa/e23c062ff32d7aeae486c01e29c56a74727dcf1d/recipes/lispy"; ··· 42648 live-py-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 42649 melpaBuild { 42650 pname = "live-py-mode"; 42651 - version = "20171220.2312"; 42652 src = fetchFromGitHub { 42653 owner = "donkirkby"; 42654 repo = "live-py-plugin"; 42655 - rev = "056a021b082fbe9d3f85e0b3cb493c70318ee2f2"; 42656 - sha256 = "0bi7hxri7rn2rsiqmq82q3bdygirrpk8knjx3kxiw6hgmp3g1gr5"; 42657 }; 42658 recipeFile = fetchurl { 42659 url = "https://raw.githubusercontent.com/milkypostman/melpa/c7615237e80b46b5c50cb51a3ed5b07d92566fb7/recipes/live-py-mode"; ··· 42756 version = "20150910.644"; 42757 src = fetchgit { 42758 url = "https://llvm.org/git/llvm"; 42759 - rev = "21623270b8b07e1e82eca1f1dbd88d079176ca48"; 42760 - sha256 = "1c9j5dk5wl849kjalqd7jnq76055gc643mv2zn99prj9ziimqgcc"; 42761 }; 42762 recipeFile = fetchurl { 42763 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e2a0e4698d4e71ec28656594f6a83504a823490/recipes/llvm-mode"; ··· 43296 lsp-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }: 43297 melpaBuild { 43298 pname = "lsp-mode"; 43299 - version = "20171230.2213"; 43300 src = fetchFromGitHub { 43301 owner = "emacs-lsp"; 43302 repo = "lsp-mode"; 43303 - rev = "6aa831ac2ea8996e0ad5a0ab9573ec17c83d20f1"; 43304 - sha256 = "00sp25qhpk1y6qkhdfdp356w916awf0sap9bgvy23hwchi03g31v"; 43305 }; 43306 recipeFile = fetchurl { 43307 url = "https://raw.githubusercontent.com/milkypostman/melpa/1a7b69312e688211089a23b75910c05efb507e35/recipes/lsp-mode"; ··· 43380 lsp-ui = callPackage ({ emacs, fetchFromGitHub, fetchurl, flycheck, lib, lsp-mode, markdown-mode, melpaBuild }: 43381 melpaBuild { 43382 pname = "lsp-ui"; 43383 - version = "20180101.1522"; 43384 src = fetchFromGitHub { 43385 owner = "emacs-lsp"; 43386 repo = "lsp-ui"; 43387 - rev = "5292ac5434bcb9ce31af444177236a2622a57959"; 43388 - sha256 = "00g0hh494mfdygd4qlbmq9hcyrqhkikjx53xv03mkwnnbff1qag3"; 43389 }; 43390 recipeFile = fetchurl { 43391 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e4fa7cdf71f49f6998b26d81de9522248bc58e6/recipes/lsp-ui"; ··· 43422 lua-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 43423 melpaBuild { 43424 pname = "lua-mode"; 43425 - version = "20170130.435"; 43426 src = fetchFromGitHub { 43427 owner = "immerrr"; 43428 repo = "lua-mode"; 43429 - rev = "652e299cb967fccca827dda381d61a9c144d97de"; 43430 - sha256 = "1k64cjzylmfw89pyfjza8s9sxijraknwg573vh619wvnggflc7lb"; 43431 }; 43432 recipeFile = fetchurl { 43433 url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/lua-mode"; ··· 43737 magit = callPackage ({ async, dash, emacs, fetchFromGitHub, fetchurl, ghub, git-commit, let-alist, lib, magit-popup, melpaBuild, with-editor }: 43738 melpaBuild { 43739 pname = "magit"; 43740 - version = "20171227.2034"; 43741 src = fetchFromGitHub { 43742 owner = "magit"; 43743 repo = "magit"; 43744 - rev = "ebd8c6510dc1c95e6ca4007a7f62ed037379d251"; 43745 - sha256 = "1qjnbkrm8svham59pddzwzjvp7s0icszc7dkm97s4yciikgmsirf"; 43746 }; 43747 recipeFile = fetchurl { 43748 url = "https://raw.githubusercontent.com/milkypostman/melpa/0263ca6aea7bf6eae26a637454affbda6bd106df/recipes/magit"; ··· 45880 mixed-pitch = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 45881 melpaBuild { 45882 pname = "mixed-pitch"; 45883 - version = "20170723.955"; 45884 src = fetchFromGitHub { 45885 owner = "jabranham"; 45886 repo = "mixed-pitch"; 45887 - rev = "121ab33af7973292bcfb081be2db4664a972d7bd"; 45888 - sha256 = "0gdf50cgd0bdb5rv2a8m2q0xkdp304prvmrnw822dirf9g1jmn10"; 45889 }; 45890 recipeFile = fetchurl { 45891 url = "https://raw.githubusercontent.com/milkypostman/melpa/20e85b11dc864500d44b25e36c5e7c4c67c1ebe2/recipes/mixed-pitch"; ··· 46404 monokai-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 46405 melpaBuild { 46406 pname = "monokai-theme"; 46407 - version = "20171013.236"; 46408 src = fetchFromGitHub { 46409 owner = "oneKelvinSmith"; 46410 repo = "monokai-emacs"; 46411 - rev = "019e07947426f0192fc3458f3f72c19031b607de"; 46412 - sha256 = "0id35345zp0fchbcz8qk2lg71jyln91k56vfama27ss3nzy3f9kz"; 46413 }; 46414 recipeFile = fetchurl { 46415 url = "https://raw.githubusercontent.com/milkypostman/melpa/2bc9ce95a02fc4bcf7bc7547849c1c15d6db5089/recipes/monokai-theme"; ··· 46425 monroe = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 46426 melpaBuild { 46427 pname = "monroe"; 46428 - version = "20170623.103"; 46429 src = fetchFromGitHub { 46430 owner = "sanel"; 46431 repo = "monroe"; 46432 - rev = "2bb59ac84e030f7047e7443e2df25185b397a5d3"; 46433 - sha256 = "0jcyidk62djd47dv4m53k7wky92982pzz87n8zq1fijqic63iib9"; 46434 }; 46435 recipeFile = fetchurl { 46436 url = "https://raw.githubusercontent.com/milkypostman/melpa/590e5e784c5a1c12a241d90c9a0794d2737a61ef/recipes/monroe"; ··· 48270 nimbus-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 48271 melpaBuild { 48272 pname = "nimbus-theme"; 48273 - version = "20171214.355"; 48274 src = fetchFromGitHub { 48275 owner = "m-cat"; 48276 repo = "nimbus-theme"; 48277 - rev = "12de9c2ef7da3546c00329d530ebf4c9e3ecdf9b"; 48278 - sha256 = "0480j55qpr8cmpqh8bwc63n3y3lknfcyrn8075nljk2yl5v9jvfz"; 48279 }; 48280 recipeFile = fetchurl { 48281 url = "https://raw.githubusercontent.com/milkypostman/melpa/fc0e6b456b76e2379c64a86ad844362c58146dc6/recipes/nimbus-theme"; ··· 48501 no-littering = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 48502 melpaBuild { 48503 pname = "no-littering"; 48504 - version = "20171219.458"; 48505 src = fetchFromGitHub { 48506 owner = "emacscollective"; 48507 repo = "no-littering"; 48508 - rev = "1cbf83a4c54e4262936cdba8f77b6f5bd3c7afc2"; 48509 - sha256 = "0f77drmq4d6h586vxcv2spi2x5bv1nhf8s7jha3n90siiwbbjkq1"; 48510 }; 48511 recipeFile = fetchurl { 48512 url = "https://raw.githubusercontent.com/milkypostman/melpa/57a2fb9524df3fdfdc54c403112e12bd70888b23/recipes/no-littering"; ··· 48669 nord-theme = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 48670 melpaBuild { 48671 pname = "nord-theme"; 48672 - version = "20171005.1039"; 48673 src = fetchFromGitHub { 48674 owner = "arcticicestudio"; 48675 repo = "nord-emacs"; 48676 - rev = "be32879416bbed1d6524f7c30ac53fbfa5a0e024"; 48677 - sha256 = "0q347f9bjayfl8y8vz83kjamf1lp58386nhy0iacjxsq4riwpric"; 48678 }; 48679 recipeFile = fetchurl { 48680 url = "https://raw.githubusercontent.com/milkypostman/melpa/31cb60069825abe3998c8b43bc9177b39a7f3659/recipes/nord-theme"; ··· 48708 }) {}; 48709 notmuch = callPackage ({ fetchgit, fetchurl, lib, melpaBuild }: melpaBuild { 48710 pname = "notmuch"; 48711 - version = "20171231.526"; 48712 src = fetchgit { 48713 url = "git://git.notmuchmail.org/git/notmuch"; 48714 - rev = "c8fc3d1428d86a653a23a5f8c32ea8ac52c8f160"; 48715 - sha256 = "10prhf2xnz76f8xvyys7yg2rs7ci69bq33cy61y2pvii13hd9lcl"; 48716 }; 48717 recipeFile = fetchurl { 48718 url = "https://raw.githubusercontent.com/milkypostman/melpa/b19f21ed7485036e799ccd88edbf7896a379d759/recipes/notmuch"; ··· 48875 nu-mode = callPackage ({ ace-window, avy, fetchFromGitHub, fetchurl, lib, melpaBuild, transpose-frame, undo-tree, which-key }: 48876 melpaBuild { 48877 pname = "nu-mode"; 48878 - version = "20171226.1401"; 48879 src = fetchFromGitHub { 48880 owner = "pyluyten"; 48881 repo = "emacs-nu"; 48882 - rev = "0cfa37cb5ada9c2271c1922092a0f2631351245d"; 48883 - sha256 = "19gcdgcxmm8710ka0z4nsb7kxs94yyzzi9ldqvlgvbapyblkfwjd"; 48884 }; 48885 recipeFile = fetchurl { 48886 url = "https://raw.githubusercontent.com/milkypostman/melpa/230d5f8fdd965a24b8ff3cc94acf378d04815fca/recipes/nu-mode"; ··· 49158 src = fetchFromGitHub { 49159 owner = "astahlman"; 49160 repo = "ob-async"; 49161 - rev = "6099e94538083e035a4152335f93eae5b13c8d3f"; 49162 - sha256 = "1ws5yngga0zi8cxwd6nzgq17d1k6g44zw2pzivc2fyljxnm70892"; 49163 }; 49164 recipeFile = fetchurl { 49165 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ob-async"; ··· 49237 ob-cfengine3 = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 49238 melpaBuild { 49239 pname = "ob-cfengine3"; 49240 - version = "20170915.634"; 49241 src = fetchFromGitHub { 49242 owner = "nickanderson"; 49243 repo = "ob-cfengine3"; 49244 - rev = "f38f87256efcb2b02f5c7042900087be941c1ddc"; 49245 - sha256 = "09xn84d2vy3kxk2xihjml8zzrhv2cz2jy20dg7w6ll9wn38gs33h"; 49246 }; 49247 recipeFile = fetchurl { 49248 url = "https://raw.githubusercontent.com/milkypostman/melpa/d068233c438e76cbcc6e9a97cbec9b2550a18ed6/recipes/ob-cfengine3"; ··· 49258 ob-clojure-literate = callPackage ({ cider, dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 49259 melpaBuild { 49260 pname = "ob-clojure-literate"; 49261 - version = "20180101.427"; 49262 src = fetchFromGitHub { 49263 owner = "stardiviner"; 49264 repo = "ob-clojure-literate"; 49265 - rev = "e3c05e0926558f2bf614ca8611940644b798835f"; 49266 - sha256 = "08l5lw1gk0lgbq2mkz11iw2ni79wcc6crks53rqvx8dfvhbd7wy6"; 49267 }; 49268 recipeFile = fetchurl { 49269 url = "https://raw.githubusercontent.com/milkypostman/melpa/e958745861c9673248955443bcc2c76d504b32f7/recipes/ob-clojure-literate"; ··· 49657 ob-php = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 49658 melpaBuild { 49659 pname = "ob-php"; 49660 - version = "20171017.2206"; 49661 src = fetchFromGitHub { 49662 owner = "stardiviner"; 49663 repo = "ob-php"; 49664 - rev = "c281c1e17f0fd7de4adb6c3e6029dc2bd76beca1"; 49665 - sha256 = "1c0967cpimmr5j7ymr4654y62f615dfrv1h3385i7n57jsvqr6bs"; 49666 }; 49667 recipeFile = fetchurl { 49668 url = "https://raw.githubusercontent.com/milkypostman/melpa/940a22790c9e5fd2f7729c71efad907683cc392c/recipes/ob-php"; ··· 50968 org-brain = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 50969 melpaBuild { 50970 pname = "org-brain"; 50971 - version = "20180101.821"; 50972 src = fetchFromGitHub { 50973 owner = "Kungsgeten"; 50974 repo = "org-brain"; 50975 - rev = "8625974c444f2dddbdd1eeeb9e4063aa8977503b"; 50976 - sha256 = "040hxhq82cgfdmdk1sisklx9m5m6bpwp8w1l1fwb9rxnyzcsji4y"; 50977 }; 50978 recipeFile = fetchurl { 50979 url = "https://raw.githubusercontent.com/milkypostman/melpa/47480fbae06e4110d50bc89db7df05fa80afc7d3/recipes/org-brain"; ··· 51594 license = lib.licenses.free; 51595 }; 51596 }) {}; 51597 - org-jira = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, request }: 51598 melpaBuild { 51599 pname = "org-jira"; 51600 - version = "20171126.1833"; 51601 src = fetchFromGitHub { 51602 owner = "ahungry"; 51603 repo = "org-jira"; 51604 - rev = "d125ade5069e0840e204142ca3d4405cac2593f7"; 51605 - sha256 = "00wqz6k72iv6mwvpg9qv35qfkk8fpq1nsww80jddafdfzlslm0bw"; 51606 }; 51607 recipeFile = fetchurl { 51608 url = "https://raw.githubusercontent.com/milkypostman/melpa/730a585e5c9216a2428a134c09abcc20bc7c631d/recipes/org-jira"; 51609 sha256 = "0dvh9k0i75jxyy3v01c4cfyws8ij6718hsivi2xyrgig7pwp16ib"; 51610 name = "org-jira"; 51611 }; 51612 - packageRequires = [ cl-lib emacs request ]; 51613 meta = { 51614 homepage = "https://melpa.org/#/org-jira"; 51615 license = lib.licenses.free; ··· 51811 src = fetchFromGitHub { 51812 owner = "Rahi374"; 51813 repo = "org-notebook"; 51814 - rev = "d90c4aeca2442161e6dd89de175561af85aace03"; 51815 - sha256 = "15hf0x0v4fz6gxj8qx9pfm6xic7qni33nn4ga6cxbdgpwgyr61wz"; 51816 }; 51817 recipeFile = fetchurl { 51818 url = "https://raw.githubusercontent.com/milkypostman/melpa/04149b1f158e857ea824fe120372ac52a000adcf/recipes/org-notebook"; ··· 51982 org-pdfview = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, org, pdf-tools }: 51983 melpaBuild { 51984 pname = "org-pdfview"; 51985 - version = "20161130.1053"; 51986 src = fetchFromGitHub { 51987 owner = "markus1189"; 51988 repo = "org-pdfview"; 51989 - rev = "9de96eef6f187a10cd910e3bc3eb274d38856819"; 51990 - sha256 = "0lrcj3mcdfcdrndivhj5ds386zrsy78sfg0i8126wwwc5lfh48vq"; 51991 }; 51992 recipeFile = fetchurl { 51993 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-pdfview"; ··· 53440 src = fetchFromGitHub { 53441 owner = "articuluxe"; 53442 repo = "outrespace"; 53443 - rev = "020612dbbae2e5e9763b2c92038cbab406bc945f"; 53444 - sha256 = "0d6djy5j87caqwjnzy9ylz1pypkbjh46dynnpnfphlj85siwg6ji"; 53445 }; 53446 recipeFile = fetchurl { 53447 url = "https://raw.githubusercontent.com/milkypostman/melpa/2659a78181b8fe98ca4a80c75ec8c9b6dff44bb5/recipes/outrespace"; ··· 53667 ox-hugo = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 53668 melpaBuild { 53669 pname = "ox-hugo"; 53670 - version = "20171223.1052"; 53671 src = fetchFromGitHub { 53672 owner = "kaushalmodi"; 53673 repo = "ox-hugo"; 53674 - rev = "735d6d29ede5d851c8fa70dac97c9205457f4c5a"; 53675 - sha256 = "0z5lx5pgx169gpm6brxrajrlr4mbqjvq1hmsp5ff0ra5rqw8wj79"; 53676 }; 53677 recipeFile = fetchurl { 53678 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e1240bb7b5bb8773f804b987901566a20e3e8a9/recipes/ox-hugo"; ··· 53751 ox-mediawiki = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 53752 melpaBuild { 53753 pname = "ox-mediawiki"; 53754 - version = "20161228.850"; 53755 src = fetchFromGitHub { 53756 owner = "tomalexander"; 53757 repo = "orgmode-mediawiki"; 53758 - rev = "9e13392fe88817564f46a7a9f1eadebf54a2c346"; 53759 - sha256 = "1x584gbwr1jhbxgzmjr6z801lqzqcaqzypkz25zz2spmh4n8fz9f"; 53760 }; 53761 recipeFile = fetchurl { 53762 url = "https://raw.githubusercontent.com/milkypostman/melpa/24244d146306ce965df382c8958c7574c74313f2/recipes/ox-mediawiki"; ··· 54465 paper-theme = callPackage ({ emacs, fetchFromGitHub, fetchurl, hexrgb, lib, melpaBuild }: 54466 melpaBuild { 54467 pname = "paper-theme"; 54468 - version = "20170924.1231"; 54469 src = fetchFromGitHub { 54470 owner = "cadadr"; 54471 repo = "elisp"; 54472 - rev = "02829f582d03c149d0aace9a0bdf2bd405b2e4a2"; 54473 - sha256 = "0rvwhvmv9b6ma6jf5gbmmy9ahrsli4qflc8z2n2whl743rbcfpk6"; 54474 }; 54475 recipeFile = fetchurl { 54476 url = "https://raw.githubusercontent.com/milkypostman/melpa/a7ea18a56370348715dec91f75adc162c800dd10/recipes/paper-theme"; ··· 55114 pc-bufsw = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 55115 melpaBuild { 55116 pname = "pc-bufsw"; 55117 - version = "20150923.13"; 55118 src = fetchFromGitHub { 55119 owner = "ibukanov"; 55120 repo = "pc-bufsw"; 55121 - rev = "a76120bca9821c355069f135b4e6978351b66bc2"; 55122 - sha256 = "1jj5h92qakrn9d5d88dvl43b7ppw96rm11hqg3791i6k48nx1d1m"; 55123 }; 55124 recipeFile = fetchurl { 55125 url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2bbd34d673935846c286e73a1e2efaa00ab01a/recipes/pc-bufsw"; ··· 55571 license = lib.licenses.free; 55572 }; 55573 }) {}; 55574 - persp-fr = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, persp-mode }: 55575 melpaBuild { 55576 pname = "persp-fr"; 55577 - version = "20170908.44"; 55578 src = fetchFromGitHub { 55579 owner = "rocher"; 55580 repo = "persp-fr"; 55581 - rev = "4d2d1a75019f520742da79f1aeed9c4a960677e0"; 55582 - sha256 = "1waakbmxwm0xdnl0iznyk61ccwdjvwv5g1naml31r7q0cnk0jfz8"; 55583 }; 55584 recipeFile = fetchurl { 55585 url = "https://raw.githubusercontent.com/milkypostman/melpa/8e09213dddf003a1275eafb767431a507ecf7639/recipes/persp-fr"; 55586 sha256 = "0p4379yr1b32l8ghq1axyb8qhp28gnq5qxxvbk3mdzgbwwj8y4b2"; 55587 name = "persp-fr"; 55588 }; 55589 - packageRequires = [ emacs persp-mode ]; 55590 meta = { 55591 homepage = "https://melpa.org/#/persp-fr"; 55592 license = lib.licenses.free; ··· 55595 persp-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 55596 melpaBuild { 55597 pname = "persp-mode"; 55598 - version = "20171014.111"; 55599 src = fetchFromGitHub { 55600 owner = "Bad-ptr"; 55601 repo = "persp-mode.el"; 55602 - rev = "ccf87da2c230c3a91e627105b0f034a954e6842a"; 55603 - sha256 = "1dv3ghl9falw888bl1w0d5pzp0jz8qsbisd7kfd887bsyn7x7jqw"; 55604 }; 55605 recipeFile = fetchurl { 55606 url = "https://raw.githubusercontent.com/milkypostman/melpa/caad63d14f770f07d09b6174b7b40c5ab06a1083/recipes/persp-mode"; ··· 56120 php-mode = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 56121 melpaBuild { 56122 pname = "php-mode"; 56123 - version = "20171225.342"; 56124 src = fetchFromGitHub { 56125 owner = "ejmr"; 56126 repo = "php-mode"; 56127 - rev = "e755a691ad2a08c6add57e74286c5a8da2f020f8"; 56128 - sha256 = "13jj03c3vny1qybcbp8wbs73sa8ysi0n77753lrg56h8yqx84l3z"; 56129 }; 56130 recipeFile = fetchurl { 56131 url = "https://raw.githubusercontent.com/milkypostman/melpa/7cdbc35fee67b87b87ec72aa00e6dca77aef17c4/recipes/php-mode"; ··· 56645 plan9-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 56646 melpaBuild { 56647 pname = "plan9-theme"; 56648 - version = "20170529.2212"; 56649 src = fetchFromGitHub { 56650 owner = "john2x"; 56651 repo = "plan9-theme.el"; 56652 - rev = "cdc50195f6579e6c3e6e8060142ce25b609f7949"; 56653 - sha256 = "17grr5rvazh448qzrksxrgp0yclp32s2rxs4h5pygky7knb5vf3v"; 56654 }; 56655 recipeFile = fetchurl { 56656 url = "https://raw.githubusercontent.com/milkypostman/melpa/cdc4c2bafaa09e38edd485a9091db689fbda2fe6/recipes/plan9-theme"; ··· 56897 version = "20170419.303"; 56898 src = fetchgit { 56899 url = "https://git.savannah.gnu.org/git/gettext.git"; 56900 - rev = "981c523ddbd1462970335a1069573ca3bdd3df5e"; 56901 - sha256 = "1aq95scp0lg5r1fsn62r54dqamm3174wzrr0h3vxx75m3iycsxxi"; 56902 }; 56903 recipeFile = fetchurl { 56904 url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/po-mode"; ··· 57159 src = fetchFromGitHub { 57160 owner = "TatriX"; 57161 repo = "pomidor"; 57162 - rev = "f97a42cd261b5cf51ce07e1edaacb687472bd71f"; 57163 - sha256 = "14j1k0iqxpz8yfsdw5c31df4xxgcpvia3n4170fx48amvw475ip9"; 57164 }; 57165 recipeFile = fetchurl { 57166 url = "https://raw.githubusercontent.com/milkypostman/melpa/4e0d4f313081594df23f357c40feb456847d8bd0/recipes/pomidor"; ··· 57638 prassee-theme = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 57639 melpaBuild { 57640 pname = "prassee-theme"; 57641 - version = "20171231.1852"; 57642 src = fetchFromGitHub { 57643 owner = "prassee"; 57644 repo = "prassee-emacs-theme"; 57645 - rev = "293926b947bc5f479880addce87eb114aaa977f6"; 57646 - sha256 = "0qnxhql3dv99yjxhzcqg71h0wrxjr3n1qmibmbzk74c68rzp3nrn"; 57647 }; 57648 recipeFile = fetchurl { 57649 url = "https://raw.githubusercontent.com/milkypostman/melpa/15425b576045af1c508912e2091daf475b80b429/recipes/prassee-theme"; ··· 58099 projectile = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, pkg-info }: 58100 melpaBuild { 58101 pname = "projectile"; 58102 - version = "20171229.1155"; 58103 src = fetchFromGitHub { 58104 owner = "bbatsov"; 58105 repo = "projectile"; 58106 - rev = "5b3ac9b7eb7c1c70fbd05db11bdd67c5b2f0a4b0"; 58107 - sha256 = "1c7djn90yjm34yg6s3ibvx424fnfb9f6fzw7ppkcf2qq0jqh3z51"; 58108 }; 58109 recipeFile = fetchurl { 58110 url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/projectile"; ··· 58544 src = fetchFromGitHub { 58545 owner = "google"; 58546 repo = "protobuf"; 58547 - rev = "8529f2aee33ae793c9ce362a45370b98f675370a"; 58548 - sha256 = "0nsygvv5vd7apfirjilsp59gm2kxr82xl038l3zw6h40rr69kq3f"; 58549 }; 58550 recipeFile = fetchurl { 58551 url = "https://raw.githubusercontent.com/milkypostman/melpa/b4e7f5f641251e17add561991d3bcf1fde23467b/recipes/protobuf-mode"; ··· 59283 pyim = callPackage ({ async, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, popup, pyim-basedict }: 59284 melpaBuild { 59285 pname = "pyim"; 59286 - version = "20180101.2256"; 59287 src = fetchFromGitHub { 59288 owner = "tumashu"; 59289 repo = "pyim"; 59290 - rev = "1868d2dbcd73b072bf63a7dfe7c034068c9c4ebf"; 59291 - sha256 = "16avf1h40rhai3lyn1klhdpksxqp7xliblalcvmdp5mh2v2g19w7"; 59292 }; 59293 recipeFile = fetchurl { 59294 url = "https://raw.githubusercontent.com/milkypostman/melpa/151a0af91a58e27f724854d85d5dd9668229fe8d/recipes/pyim"; ··· 59413 src = fetchFromGitHub { 59414 owner = "PyCQA"; 59415 repo = "pylint"; 59416 - rev = "2d461678e2c1c02985c4042bbc15ac6f3611c61d"; 59417 - sha256 = "1gmx6xlj6rzil7x42pcqrgslzsaf4h59b10d9cpqc9nsfyfy42ac"; 59418 }; 59419 recipeFile = fetchurl { 59420 url = "https://raw.githubusercontent.com/milkypostman/melpa/a073c91d6f4d31b82f6bfee785044c4e3ae96d3f/recipes/pylint"; ··· 59556 python-mode = callPackage ({ fetchFromGitLab, fetchurl, lib, melpaBuild }: 59557 melpaBuild { 59558 pname = "python-mode"; 59559 - version = "20171222.430"; 59560 src = fetchFromGitLab { 59561 owner = "python-mode-devs"; 59562 repo = "python-mode"; 59563 - rev = "0719d93c3c2138f366392419daf9c1a651597153"; 59564 - sha256 = "04r4njqc2i2lqgcsl9iwzzwkh7kxkxc237j6gl5ik7pn95yr87ff"; 59565 }; 59566 recipeFile = fetchurl { 59567 url = "https://raw.githubusercontent.com/milkypostman/melpa/82861e1ab114451af5e1106d53195afd3605448a/recipes/python-mode"; ··· 60648 real-auto-save = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 60649 melpaBuild { 60650 pname = "real-auto-save"; 60651 - version = "20170918.730"; 60652 src = fetchFromGitHub { 60653 owner = "chillaranand"; 60654 repo = "real-auto-save"; 60655 - rev = "780d6c1c219e1f1efde1159a99af97b1c54c005d"; 60656 - sha256 = "1wcyvyc3nwr9a89v8i4wmqvy2fwf7x7f3kcj7a8kdnp2albkvwsa"; 60657 }; 60658 recipeFile = fetchurl { 60659 url = "https://raw.githubusercontent.com/milkypostman/melpa/525039a3dc29190829bf50d608ef09bc4a8557af/recipes/real-auto-save"; ··· 60669 realgud = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, load-relative, loc-changes, melpaBuild, test-simple }: 60670 melpaBuild { 60671 pname = "realgud"; 60672 - version = "20171228.919"; 60673 src = fetchFromGitHub { 60674 owner = "rocky"; 60675 repo = "emacs-dbgr"; 60676 - rev = "c593d0cb226e1517d47670efc68325b12fe20057"; 60677 - sha256 = "03hqngshin19108p4k4zz1f240rmar2h5f7slb85mx69nip1svnd"; 60678 }; 60679 recipeFile = fetchurl { 60680 url = "https://raw.githubusercontent.com/milkypostman/melpa/7ca56f05df6c8430a5cbdc55caac58ba79ed6ce5/recipes/realgud"; ··· 60990 redprl = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 60991 melpaBuild { 60992 pname = "redprl"; 60993 - version = "20180101.2200"; 60994 src = fetchFromGitHub { 60995 owner = "RedPRL"; 60996 repo = "sml-redprl"; 60997 - rev = "3df6aa8888c282112c7df9508ff94cfded2bbff9"; 60998 - sha256 = "0fyps4h2ckcgyz0mx633nlkcl7nzgbsyaq0jd6ci58hgapqmkfnw"; 60999 }; 61000 recipeFile = fetchurl { 61001 url = "https://raw.githubusercontent.com/milkypostman/melpa/06e7371d703ffdc5b6ea555f2ed289e57e71e377/recipes/redprl"; ··· 61640 restclient-test = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, restclient }: 61641 melpaBuild { 61642 pname = "restclient-test"; 61643 - version = "20160618.315"; 61644 src = fetchFromGitHub { 61645 owner = "simenheg"; 61646 repo = "restclient-test.el"; 61647 - rev = "a21e41b905b423e762eeb4da3a236c8b1aea8c49"; 61648 - sha256 = "1lan49723rpzg1q7w8x3iggazwl4zirq5l8nhpb8m5hmg21a4kih"; 61649 }; 61650 recipeFile = fetchurl { 61651 url = "https://raw.githubusercontent.com/milkypostman/melpa/82e3078fc1f96d276fd288c3d7b91df5df4717a6/recipes/restclient-test"; ··· 62207 rtags = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 62208 melpaBuild { 62209 pname = "rtags"; 62210 - version = "20171219.340"; 62211 src = fetchFromGitHub { 62212 owner = "Andersbakken"; 62213 repo = "rtags"; 62214 - rev = "959e00bdc3698e9c2da03f77af362b659785dfa6"; 62215 - sha256 = "0vck1pm801jzf4czzbd64359hfi76sxpn5h4b5rh6axhvhhljb9q"; 62216 }; 62217 recipeFile = fetchurl { 62218 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/rtags"; ··· 63051 src = fetchFromGitHub { 63052 owner = "openscad"; 63053 repo = "openscad"; 63054 - rev = "47402a706468da612ad752dc59917d0d00d6218c"; 63055 - sha256 = "0j7i3zcnz4j8h611bwq8nxw59k99p8l7k4qzzlii2k2xnplqq6iv"; 63056 }; 63057 recipeFile = fetchurl { 63058 url = "https://raw.githubusercontent.com/milkypostman/melpa/2d27782b9ac8474fbd4f51535351207c9c84984c/recipes/scad-mode"; ··· 63610 license = lib.licenses.free; 63611 }; 63612 }) {}; 63613 - secretaria = callPackage ({ alert, emacs, f, fetchgit, fetchurl, lib, melpaBuild, org, s }: 63614 melpaBuild { 63615 pname = "secretaria"; 63616 - version = "20170828.945"; 63617 src = fetchgit { 63618 url = "https://bitbucket.org/shackra/secretaria.el"; 63619 - rev = "1cd32d957864be1ba5c44a3f505f662832169a28"; 63620 - sha256 = "1xvwzmcfwfxsm9chbjnqjsipmv5pqpzk5d0ybw3rcdc47nag3jdg"; 63621 }; 63622 recipeFile = fetchurl { 63623 url = "https://raw.githubusercontent.com/milkypostman/melpa/7b4c9ccbf2eeaa290f3b9d1e5eaaeb5b5547b365/recipes/secretaria"; 63624 sha256 = "1a8jf91wplzazssh0s8ld0g8rp57gdfvxlsyn643w3mbp3ny8ybv"; 63625 name = "secretaria"; 63626 }; 63627 - packageRequires = [ alert emacs f org s ]; 63628 meta = { 63629 homepage = "https://melpa.org/#/secretaria"; 63630 license = lib.licenses.free; ··· 64074 shader-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 64075 melpaBuild { 64076 pname = "shader-mode"; 64077 - version = "20171108.916"; 64078 src = fetchFromGitHub { 64079 owner = "midnightSuyama"; 64080 repo = "shader-mode"; 64081 - rev = "29118fc483bd6ad3fa42cb80867fae9dbd613fff"; 64082 - sha256 = "1hybqwaicdy99wp8chaxjxyhqd8fwqvq1fh7w49wdy83lwr5g3a0"; 64083 }; 64084 recipeFile = fetchurl { 64085 url = "https://raw.githubusercontent.com/milkypostman/melpa/4396f3c10a38f91d5f98684efbeb02812e479209/recipes/shader-mode"; ··· 64410 shimbun = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 64411 melpaBuild { 64412 pname = "shimbun"; 64413 - version = "20171018.131"; 64414 src = fetchFromGitHub { 64415 owner = "emacsorphanage"; 64416 repo = "w3m"; 64417 - rev = "33f17ec647363ff0f8c6b9c800f9cfdd32417f79"; 64418 - sha256 = "1zh0xn0nhngd4h0rs19vasl961qpm75h7q8yg1v5m0pfrgkai3i2"; 64419 }; 64420 recipeFile = fetchurl { 64421 url = "https://raw.githubusercontent.com/milkypostman/melpa/30de78c9cf83de30093a5647976eeaf552d4b2cb/recipes/shimbun"; ··· 64893 simple-paren = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 64894 melpaBuild { 64895 pname = "simple-paren"; 64896 - version = "20171229.1018"; 64897 src = fetchFromGitHub { 64898 owner = "andreas-roehler"; 64899 repo = "simple-paren"; 64900 - rev = "40b3ef7e3e8aae8b0148b621895a692f47924526"; 64901 - sha256 = "035lcbi901124fcvpg4f9yg74ff80ycidh6drvyskb7w94lhhsc2"; 64902 }; 64903 recipeFile = fetchurl { 64904 url = "https://raw.githubusercontent.com/milkypostman/melpa/5e8886feb4a034fddd40d7381508b09db79f608f/recipes/simple-paren"; ··· 65166 slack = callPackage ({ alert, circe, emojify, fetchFromGitHub, fetchurl, lib, melpaBuild, oauth2, request, websocket }: 65167 melpaBuild { 65168 pname = "slack"; 65169 - version = "20171227.2128"; 65170 src = fetchFromGitHub { 65171 owner = "yuya373"; 65172 repo = "emacs-slack"; 65173 - rev = "965c43728e2eb97f2fd894183a4ef3990dea9388"; 65174 - sha256 = "12bs51xyfz99h8msviwyw85wd39riavy7dk25mx9c8f92nc5hmqb"; 65175 }; 65176 recipeFile = fetchurl { 65177 url = "https://raw.githubusercontent.com/milkypostman/melpa/f0258cc41de809b67811a5dde3d475c429df0695/recipes/slack"; ··· 65250 slime-company = callPackage ({ company, fetchFromGitHub, fetchurl, lib, melpaBuild, slime }: 65251 melpaBuild { 65252 pname = "slime-company"; 65253 - version = "20161229.743"; 65254 src = fetchFromGitHub { 65255 owner = "anwyn"; 65256 repo = "slime-company"; 65257 - rev = "6c244690c80387a32b0cb984843e00c8b75ad6bb"; 65258 - sha256 = "1hl1hqkc1pxga9k2k8k15d7dip7sfsmwf4wm4sh346m6nj606q8g"; 65259 }; 65260 recipeFile = fetchurl { 65261 url = "https://raw.githubusercontent.com/milkypostman/melpa/abe5036c6de996a723bc800e0f031314e1188660/recipes/slime-company"; ··· 65690 smart-jump = callPackage ({ dumb-jump, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 65691 melpaBuild { 65692 pname = "smart-jump"; 65693 - version = "20171224.1559"; 65694 src = fetchFromGitHub { 65695 owner = "jojojames"; 65696 repo = "smart-jump"; 65697 - rev = "e36a5b415542344f778116bd0f072fc2d0d93764"; 65698 - sha256 = "0fx2ai9pyvw096n2165b4yl3xm33rcyz6r5sdy8p5djs0hvwk4s6"; 65699 }; 65700 recipeFile = fetchurl { 65701 url = "https://raw.githubusercontent.com/milkypostman/melpa/52f29e14e61b28cd1637ca5d6bd878d91a71251f/recipes/smart-jump"; ··· 66873 spacemacs-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 66874 melpaBuild { 66875 pname = "spacemacs-theme"; 66876 - version = "20171217.611"; 66877 src = fetchFromGitHub { 66878 owner = "nashamri"; 66879 repo = "spacemacs-theme"; 66880 - rev = "a8b51ed10a1a0f648dc8c2cc16043189be0edd88"; 66881 - sha256 = "18p16w05yrln7h2hg126bm5qxv09miqxcqrf68bfd5hc61na3nws"; 66882 }; 66883 recipeFile = fetchurl { 66884 url = "https://raw.githubusercontent.com/milkypostman/melpa/6c8ac39214856c1598beca0bd609e011b562346f/recipes/spacemacs-theme"; ··· 67121 license = lib.licenses.free; 67122 }; 67123 }) {}; 67124 - spike-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 67125 - melpaBuild { 67126 - pname = "spike-theme"; 67127 - version = "20160530.733"; 67128 - src = fetchFromGitHub { 67129 - owner = "m31271n"; 67130 - repo = "spike-theme"; 67131 - rev = "7a7766be0b6197103840644bb074f864d0d91cd8"; 67132 - sha256 = "0ah19a68d6fda3g5zzvqz28cms0yiadykkx7p8hiid4s4mdl41hj"; 67133 - }; 67134 - recipeFile = fetchurl { 67135 - url = "https://raw.githubusercontent.com/milkypostman/melpa/cd64f15c3fb7eee1bfdd0d7db5affa5c10052a6f/recipes/spike-theme"; 67136 - sha256 = "06pv0zzw0w12xlafyhakf09cl0hkyzis0g2bh2jn3pv4ac2kmwkp"; 67137 - name = "spike-theme"; 67138 - }; 67139 - packageRequires = []; 67140 - meta = { 67141 - homepage = "https://melpa.org/#/spike-theme"; 67142 - license = lib.licenses.free; 67143 - }; 67144 - }) {}; 67145 - spiral = callPackage ({ a, clojure-mode, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, treepy }: 67146 melpaBuild { 67147 pname = "spiral"; 67148 - version = "20180101.614"; 67149 src = fetchFromGitHub { 67150 owner = "unrepl"; 67151 repo = "spiral"; 67152 - rev = "bd9ec34ab1f3e5a442614d9ad61970e1280b8825"; 67153 - sha256 = "193dr2a7lv5yrgs8as5785azbpivspbv97fvd29qg2k02a74cr65"; 67154 }; 67155 recipeFile = fetchurl { 67156 url = "https://raw.githubusercontent.com/milkypostman/melpa/77609e10c836a26de43ddb304ecfa275e314da21/recipes/spiral"; 67157 sha256 = "18rww2nfy5s22czabk71wqzrb53r0p2635872vr44b6kfwlb6qcw"; 67158 name = "spiral"; 67159 }; 67160 - packageRequires = [ a clojure-mode emacs treepy ]; 67161 meta = { 67162 homepage = "https://melpa.org/#/spiral"; 67163 license = lib.licenses.free; ··· 67964 string-inflection = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 67965 melpaBuild { 67966 pname = "string-inflection"; 67967 - version = "20171117.1731"; 67968 src = fetchFromGitHub { 67969 owner = "akicho8"; 67970 repo = "string-inflection"; 67971 - rev = "e644c8bf2a5e36ddadcfe4de657588c00fd368dd"; 67972 - sha256 = "1p5i5jkybzjb008hlq90mjrbcap67dszzmp9flarkq6p0sf1lw12"; 67973 }; 67974 recipeFile = fetchurl { 67975 url = "https://raw.githubusercontent.com/milkypostman/melpa/5c2e2b6dba8686236c2595475cfddac5fd700e60/recipes/string-inflection"; ··· 68634 swiper = callPackage ({ emacs, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild }: 68635 melpaBuild { 68636 pname = "swiper"; 68637 - version = "20171217.334"; 68638 src = fetchFromGitHub { 68639 owner = "abo-abo"; 68640 repo = "swiper"; 68641 - rev = "c2bc6ac92a6cea730d7887813a816bdf873f9b92"; 68642 - sha256 = "040z731dm66w4c0475q8vl1lm4dnvi9yz2qslxdma0qdx70hymrr"; 68643 }; 68644 recipeFile = fetchurl { 68645 url = "https://raw.githubusercontent.com/milkypostman/melpa/e64cad81615ef3ec34fab1f438b0c55134833c97/recipes/swiper"; ··· 68949 syntactic-close = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 68950 melpaBuild { 68951 pname = "syntactic-close"; 68952 - version = "20171220.1206"; 68953 src = fetchFromGitHub { 68954 owner = "emacs-berlin"; 68955 repo = "syntactic-close"; 68956 - rev = "3d24416b485babc8c0f51285e9434a98d0ec413b"; 68957 - sha256 = "1fmad879ljzrcaz2rvgqjd9q6c97a5lrhwlni47gfgimi0y447mw"; 68958 }; 68959 recipeFile = fetchurl { 68960 url = "https://raw.githubusercontent.com/milkypostman/melpa/f2c15c0c8ee37a1de042a974c6daddbfa7f33f1d/recipes/syntactic-close"; ··· 69011 system-packages = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 69012 melpaBuild { 69013 pname = "system-packages"; 69014 - version = "20171225.2019"; 69015 src = fetchFromGitHub { 69016 owner = "jabranham"; 69017 repo = "system-packages"; 69018 - rev = "feaf28c2e6e29ad0c08e1075c64e9049359ac141"; 69019 - sha256 = "198lpcxvgyzkpbrq0qaknpjw8z08gqbinx64avdxxm6vzp3ywvq3"; 69020 }; 69021 recipeFile = fetchurl { 69022 url = "https://raw.githubusercontent.com/milkypostman/melpa/8c423d8c1ff251bd34df20bdb8b425c2f55ae1b1/recipes/system-packages"; ··· 70295 src = fetchFromGitHub { 70296 owner = "apache"; 70297 repo = "thrift"; 70298 - rev = "0a84eae1db28abb5e3ee730e8fa40a154c6e1097"; 70299 - sha256 = "1qhljnamzq6i8rxh0p7hvvw9rw99bfl381x66bnyq27i8b8bmnfz"; 70300 }; 70301 recipeFile = fetchurl { 70302 url = "https://raw.githubusercontent.com/milkypostman/melpa/857ab7e3a5c290265d88ebacb9685b3faee586e5/recipes/thrift"; ··· 71055 traad = callPackage ({ dash, deferred, fetchFromGitHub, fetchurl, lib, melpaBuild, popup, request, request-deferred, virtualenvwrapper }: 71056 melpaBuild { 71057 pname = "traad"; 71058 - version = "20171130.2146"; 71059 src = fetchFromGitHub { 71060 owner = "abingham"; 71061 repo = "emacs-traad"; 71062 - rev = "78e67f7ecef4804cfd1b7c241ee2de8560600f4e"; 71063 - sha256 = "0nnc41lalyy6hwb3m6cz1yn9hm8qlkdz25n0p8d8w9l0sks9a3bg"; 71064 }; 71065 recipeFile = fetchurl { 71066 url = "https://raw.githubusercontent.com/milkypostman/melpa/2b3eb31c077fcaff94b74b757c1ce17650333943/recipes/traad"; ··· 71087 src = fetchFromGitHub { 71088 owner = "jorgenschaefer"; 71089 repo = "circe"; 71090 - rev = "4070f2d2c5585e5280fa57edc16e31dfebd9b7d7"; 71091 - sha256 = "1gmgb8cxqc891gzzf518467y9p65162sj0c1xgahzjan5gxhh25m"; 71092 }; 71093 recipeFile = fetchurl { 71094 url = "https://raw.githubusercontent.com/milkypostman/melpa/a2b295656d53fddc76cacc86b239e5648e49e3a4/recipes/tracking"; ··· 71293 treemacs = callPackage ({ ace-window, cl-lib ? null, dash, emacs, f, fetchFromGitHub, fetchurl, hydra, lib, melpaBuild, pfuture, s }: 71294 melpaBuild { 71295 pname = "treemacs"; 71296 - version = "20171226.500"; 71297 src = fetchFromGitHub { 71298 owner = "Alexander-Miller"; 71299 repo = "treemacs"; 71300 - rev = "27acfd3fdd46e1d2b565915f0f2e6cc93633de9d"; 71301 - sha256 = "0dami07sfmdg1lm2nhgak1x977ddq041hx1p7rd2n6mzzhrjp343"; 71302 }; 71303 recipeFile = fetchurl { 71304 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs"; ··· 71318 src = fetchFromGitHub { 71319 owner = "Alexander-Miller"; 71320 repo = "treemacs"; 71321 - rev = "27acfd3fdd46e1d2b565915f0f2e6cc93633de9d"; 71322 - sha256 = "0dami07sfmdg1lm2nhgak1x977ddq041hx1p7rd2n6mzzhrjp343"; 71323 }; 71324 recipeFile = fetchurl { 71325 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-evil"; ··· 71339 src = fetchFromGitHub { 71340 owner = "Alexander-Miller"; 71341 repo = "treemacs"; 71342 - rev = "27acfd3fdd46e1d2b565915f0f2e6cc93633de9d"; 71343 - sha256 = "0dami07sfmdg1lm2nhgak1x977ddq041hx1p7rd2n6mzzhrjp343"; 71344 }; 71345 recipeFile = fetchurl { 71346 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-projectile"; ··· 71774 twittering-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 71775 melpaBuild { 71776 pname = "twittering-mode"; 71777 - version = "20171231.24"; 71778 src = fetchFromGitHub { 71779 owner = "hayamiz"; 71780 repo = "twittering-mode"; 71781 - rev = "bc0dfd600a19860f79eec1b0f8ab18c8094f79ee"; 71782 - sha256 = "0apwkiqiq53b3skpy643bb9cxi4n0gkxvi8j7a4sdxix48lwmwkp"; 71783 }; 71784 recipeFile = fetchurl { 71785 url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/twittering-mode"; ··· 73632 vue-html-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 73633 melpaBuild { 73634 pname = "vue-html-mode"; 73635 - version = "20170928.1057"; 73636 src = fetchFromGitHub { 73637 owner = "AdamNiederer"; 73638 repo = "vue-html-mode"; 73639 - rev = "9218c61ff1ab2bdc6a6711d21ad760198d3511a8"; 73640 - sha256 = "1xpbr2fajn0nk53abb2x9m0qs0ygxfl62gdxd2iqfcwj56fswj9y"; 73641 }; 73642 recipeFile = fetchurl { 73643 url = "https://raw.githubusercontent.com/milkypostman/melpa/48588b163ab76204b9054340071e758045480e19/recipes/vue-html-mode"; ··· 73653 vue-mode = callPackage ({ edit-indirect, fetchFromGitHub, fetchurl, lib, melpaBuild, mmm-mode, ssass-mode, vue-html-mode }: 73654 melpaBuild { 73655 pname = "vue-mode"; 73656 - version = "20171029.1905"; 73657 src = fetchFromGitHub { 73658 owner = "CodeFalling"; 73659 repo = "vue-mode"; 73660 - rev = "c93c725121bed4d8686bafe89a4ef4af1545a877"; 73661 - sha256 = "1bky3r8aw6h1c9c1xpzzjmkk677bnxhdbgp810c9wgg3w0w852kl"; 73662 }; 73663 recipeFile = fetchurl { 73664 url = "https://raw.githubusercontent.com/milkypostman/melpa/2e5e0a9fff332aeec09f6d3d758e2b67dfdf8397/recipes/vue-mode"; ··· 73695 w3m = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 73696 melpaBuild { 73697 pname = "w3m"; 73698 - version = "20171210.2030"; 73699 src = fetchFromGitHub { 73700 owner = "emacsorphanage"; 73701 repo = "w3m"; 73702 - rev = "33f17ec647363ff0f8c6b9c800f9cfdd32417f79"; 73703 - sha256 = "1zh0xn0nhngd4h0rs19vasl961qpm75h7q8yg1v5m0pfrgkai3i2"; 73704 }; 73705 recipeFile = fetchurl { 73706 url = "https://raw.githubusercontent.com/milkypostman/melpa/30de78c9cf83de30093a5647976eeaf552d4b2cb/recipes/w3m"; ··· 75667 xah-fly-keys = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 75668 melpaBuild { 75669 pname = "xah-fly-keys"; 75670 - version = "20171229.1015"; 75671 src = fetchFromGitHub { 75672 owner = "xahlee"; 75673 repo = "xah-fly-keys"; 75674 - rev = "2c7abcf737112ee8c6da4182be3c1c9b54eeb189"; 75675 - sha256 = "1lvfc5smckcb5j4hrdv21983cyzhwys3smjkaxnf2xmys2bwi1fy"; 75676 }; 75677 recipeFile = fetchurl { 75678 url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-fly-keys"; ··· 76343 src = fetchFromGitHub { 76344 owner = "drdv"; 76345 repo = "yahtzee"; 76346 - rev = "5dc0bc6ddfae85bbef9bca6026b75cbc87439ef9"; 76347 - sha256 = "1jg8lazdwyp8gnv3k4ip4qaw026bq094aa13zn9qcnkj16dmkk7i"; 76348 }; 76349 recipeFile = fetchurl { 76350 url = "https://raw.githubusercontent.com/milkypostman/melpa/200169fdabce0ae3a2ecb6f4f3255c15ec3ed094/recipes/yahtzee"; ··· 76486 yapfify = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 76487 melpaBuild { 76488 pname = "yapfify"; 76489 - version = "20170519.115"; 76490 src = fetchFromGitHub { 76491 owner = "JorisE"; 76492 repo = "yapfify"; 76493 - rev = "492eb038b35f49b1012fb843d880bccc40f2260b"; 76494 - sha256 = "1jj1j525xlwhylsysay52f4rdrwz3r72ghx4iggkxqiqbv919ia4"; 76495 }; 76496 recipeFile = fetchurl { 76497 url = "https://raw.githubusercontent.com/milkypostman/melpa/060c32d8e9fdc56fe702d265a935d74d76082f86/recipes/yapfify"; ··· 76612 yasnippet = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 76613 melpaBuild { 76614 pname = "yasnippet"; 76615 - version = "20180101.1211"; 76616 src = fetchFromGitHub { 76617 owner = "joaotavora"; 76618 repo = "yasnippet"; 76619 - rev = "ce11fd66900eb9f871af03dc945c85a8ac980821"; 76620 - sha256 = "103z5702dg4n0laivk17b0l49b4fq7njmvmxghmxsjr3l0n8mh26"; 76621 }; 76622 recipeFile = fetchurl { 76623 url = "https://raw.githubusercontent.com/milkypostman/melpa/5d1927dc3351d3522de1baccdc4ce200ba52bd6e/recipes/yasnippet"; ··· 76633 yasnippet-snippets = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, yasnippet }: 76634 melpaBuild { 76635 pname = "yasnippet-snippets"; 76636 - version = "20171127.423"; 76637 src = fetchFromGitHub { 76638 owner = "AndreaCrotti"; 76639 repo = "yasnippet-snippets"; 76640 - rev = "72d3292f7a5df67502ae990278642f56164e1463"; 76641 - sha256 = "10r2z3fi28dj31w7qk9sjkx3wpvciqa2qa9harvgkrs1n2anxhj9"; 76642 }; 76643 recipeFile = fetchurl { 76644 url = "https://raw.githubusercontent.com/milkypostman/melpa/25b8d4efe2e7833eb95dfdf33aa3ecc34af7a687/recipes/yasnippet-snippets"; ··· 76674 }) {}; 76675 yatex = callPackage ({ fetchhg, fetchurl, lib, melpaBuild }: melpaBuild { 76676 pname = "yatex"; 76677 - version = "20180102.635"; 76678 src = fetchhg { 76679 url = "https://www.yatex.org/hgrepos/yatex/"; 76680 - rev = "feef2aa1f50f"; 76681 - sha256 = "0453y7a9lq28bmbrrcbsnsrwnhjphq4s4vcr9ncb5252m6fnwdyl"; 76682 }; 76683 recipeFile = fetchurl { 76684 url = "https://raw.githubusercontent.com/milkypostman/melpa/e28710244a1bef8f56156fe1c271520896a9c694/recipes/yatex"; ··· 77039 zerodark-theme = callPackage ({ all-the-icons, fetchFromGitHub, fetchurl, flycheck, lib, magit, melpaBuild }: 77040 melpaBuild { 77041 pname = "zerodark-theme"; 77042 - version = "20171228.1139"; 77043 src = fetchFromGitHub { 77044 owner = "NicolasPetton"; 77045 repo = "zerodark-theme"; 77046 - rev = "bbad75027d56e49ee13eb2c93ccc26100d48650e"; 77047 - sha256 = "0ci7wzkg9dy95s2svmsfdvlh29wdc321yxhnab5ka27h8v75jwy8"; 77048 }; 77049 recipeFile = fetchurl { 77050 url = "https://raw.githubusercontent.com/milkypostman/melpa/d00b78ead693e844e35c760fe2c39b8ed6cb0d81/recipes/zerodark-theme";
··· 824 src = fetchFromGitHub { 825 owner = "Andersbakken"; 826 repo = "rtags"; 827 + rev = "db5ad3a48c579b3522411bd2411c09dbb27af578"; 828 + sha256 = "1ihv65hfq22yk4wx4njkm73q4s04fr84ib3mjjk8l18xpzl6alal"; 829 }; 830 recipeFile = fetchurl { 831 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/ac-rtags"; ··· 1030 ace-link = callPackage ({ avy, fetchFromGitHub, fetchurl, lib, melpaBuild }: 1031 melpaBuild { 1032 pname = "ace-link"; 1033 + version = "20180101.1328"; 1034 src = fetchFromGitHub { 1035 owner = "abo-abo"; 1036 repo = "ace-link"; 1037 + rev = "43d224546a2a557857294a8e3d13c4fe63508e03"; 1038 + sha256 = "0cw4br2nx4fa9jsal6b9gavffqjrhq2xgf87szi61dkgi2gacf7y"; 1039 }; 1040 recipeFile = fetchurl { 1041 url = "https://raw.githubusercontent.com/milkypostman/melpa/68032f40c0ce4170a22db535be4bfa7099f61f85/recipes/ace-link"; ··· 1197 adafruit-wisdom = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 1198 melpaBuild { 1199 pname = "adafruit-wisdom"; 1200 + version = "20180107.1521"; 1201 src = fetchFromGitHub { 1202 owner = "gonewest818"; 1203 repo = "adafruit-wisdom.el"; 1204 + rev = "f637f1b7cb397d4b993a20e94687663f6f09c615"; 1205 + sha256 = "0b5k8526p0c3xp2x5xbb5w0qgljasa1lywbbj5jqgnn64i7l5y2h"; 1206 }; 1207 recipeFile = fetchurl { 1208 url = "https://raw.githubusercontent.com/milkypostman/melpa/18483af52c26f719fbfde626db84a67750bf4754/recipes/adafruit-wisdom"; ··· 1344 ag = callPackage ({ cl-lib ? null, dash, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 1345 melpaBuild { 1346 pname = "ag"; 1347 + version = "20180102.1441"; 1348 src = fetchFromGitHub { 1349 owner = "Wilfred"; 1350 repo = "ag.el"; 1351 + rev = "d00aa65ec2da6944f1ed81da440ad7a9024cfbf0"; 1352 + sha256 = "1cjchz7dq42ha6wrn21jqbmf333rg73bz4ppsnd9kz6vqnkgnya0"; 1353 }; 1354 recipeFile = fetchurl { 1355 url = "https://raw.githubusercontent.com/milkypostman/melpa/67f410ac3a58a038e194bcf174bc0a8ceceafb9a/recipes/ag"; ··· 1552 alect-themes = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 1553 melpaBuild { 1554 pname = "alect-themes"; 1555 + version = "20180107.1311"; 1556 src = fetchFromGitHub { 1557 owner = "alezost"; 1558 repo = "alect-themes"; 1559 + rev = "418e23d9ab85deeaa4818f8dc72e27061687b3e3"; 1560 + sha256 = "1b1rsnm85haq04p4189vg2hxff8ncrjv8xmmiwr527ipq7wmd4wf"; 1561 }; 1562 recipeFile = fetchurl { 1563 url = "https://raw.githubusercontent.com/milkypostman/melpa/84c25a290ae4bcc4674434c83c66ae128e4c4282/recipes/alect-themes"; ··· 1573 alert = callPackage ({ fetchFromGitHub, fetchurl, gntp, lib, log4e, melpaBuild }: 1574 melpaBuild { 1575 pname = "alert"; 1576 + version = "20180105.2127"; 1577 src = fetchFromGitHub { 1578 owner = "jwiegley"; 1579 repo = "alert"; 1580 + rev = "c85a9dcc5d6cdb253b12967573884cc7858c6581"; 1581 + sha256 = "1qfwwrivrjsxdlmb0fxwf92aadlzawjy661rg64cyqckilcdah0d"; 1582 }; 1583 recipeFile = fetchurl { 1584 url = "https://raw.githubusercontent.com/milkypostman/melpa/113953825ac4ff98d90a5375eb48d8b7bfa224e7/recipes/alert"; ··· 1678 all-the-icons-gnus = callPackage ({ all-the-icons, dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 1679 melpaBuild { 1680 pname = "all-the-icons-gnus"; 1681 + version = "20180108.153"; 1682 src = fetchFromGitHub { 1683 owner = "nlamirault"; 1684 repo = "all-the-icons-gnus"; 1685 + rev = "61830f1da0f8ad8e9235133f5470daeb50d2de41"; 1686 + sha256 = "19hjy14yalw736cjqbgm3dv4cly545k57ac16vj6c6jalb7wi0l5"; 1687 }; 1688 recipeFile = fetchurl { 1689 url = "https://raw.githubusercontent.com/milkypostman/melpa/f8ed74d39d165343c81c2a21aa47e3d3895d8119/recipes/all-the-icons-gnus"; ··· 2882 async = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 2883 melpaBuild { 2884 pname = "async"; 2885 + version = "20180103.2312"; 2886 src = fetchFromGitHub { 2887 owner = "jwiegley"; 2888 repo = "emacs-async"; 2889 + rev = "324549ba1dcf610c3766c272f86bae9d2c49fc70"; 2890 + sha256 = "087wkd06v9blxnzhpr5fzv75l1m6vbr82s3v4vg4ny8kjq61af0p"; 2891 }; 2892 recipeFile = fetchurl { 2893 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/async"; ··· 4037 avy-migemo = callPackage ({ avy, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, migemo }: 4038 melpaBuild { 4039 pname = "avy-migemo"; 4040 + version = "20180104.624"; 4041 src = fetchFromGitHub { 4042 owner = "momomo5717"; 4043 repo = "avy-migemo"; 4044 + rev = "526494a2ae86b66a22848e5dc274480e3b4d04ca"; 4045 + sha256 = "04fkgiixfd0xgb2m0b48ngv2fmvz2vnjajfl1b59paczz8pnw96l"; 4046 }; 4047 recipeFile = fetchurl { 4048 url = "https://raw.githubusercontent.com/milkypostman/melpa/6a02db29eb3e4b76b4a9cdbc966df5a1bd35dec0/recipes/avy-migemo"; ··· 4462 }) {}; 4463 bbdb = callPackage ({ fetchgit, fetchurl, lib, melpaBuild }: melpaBuild { 4464 pname = "bbdb"; 4465 + version = "20180106.910"; 4466 src = fetchgit { 4467 url = "https://git.savannah.nongnu.org/git/bbdb.git"; 4468 + rev = "f18720ff5cd963a0bf6fc0e41293e50c0172b8ae"; 4469 + sha256 = "1s5qi8njiqdpgnzlik36islzh13zfhybnynqisr61p602pn4ghk7"; 4470 }; 4471 recipeFile = fetchurl { 4472 url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/bbdb"; ··· 5490 boon = callPackage ({ dash, emacs, expand-region, fetchFromGitHub, fetchurl, lib, melpaBuild, multiple-cursors }: 5491 melpaBuild { 5492 pname = "boon"; 5493 + version = "20180108.41"; 5494 src = fetchFromGitHub { 5495 owner = "jyp"; 5496 repo = "boon"; 5497 + rev = "836f25c5baa363691a8d31712d07248c0d9a49a7"; 5498 + sha256 = "1jh6c6i1jy1f8hskqbpqj2babk9yvqyjxyxy0x11686riasc5vps"; 5499 }; 5500 recipeFile = fetchurl { 5501 url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/boon"; ··· 5847 buckwalter = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 5848 melpaBuild { 5849 pname = "buckwalter"; 5850 + version = "20180107.843"; 5851 src = fetchFromGitHub { 5852 owner = "joehakimrahme"; 5853 repo = "buckwalter.el"; 5854 + rev = "2aa5451c3682c268adebc6b1191a796466732f53"; 5855 + sha256 = "0g270jyf2fd3x8p0jcd86j751spfphgsmwjxl61rk1x1kiql4icd"; 5856 }; 5857 recipeFile = fetchurl { 5858 url = "https://raw.githubusercontent.com/milkypostman/melpa/7dd38487731cc978e104afa39f8954cfc33ba27f/recipes/buckwalter"; ··· 6690 src = fetchFromGitHub { 6691 owner = "ocaml"; 6692 repo = "ocaml"; 6693 + rev = "cc539b70ff27afa241936aacc88983d63474e770"; 6694 + sha256 = "0nwmbsa9gy5qpmy45qn4ihawrbg6avbancbg0va5dcfbjavp1wz2"; 6695 }; 6696 recipeFile = fetchurl { 6697 url = "https://raw.githubusercontent.com/milkypostman/melpa/d5a3263cdcc229b11a3e96edbf632d56f32c47aa/recipes/caml"; ··· 7193 src = fetchFromGitHub { 7194 owner = "cfengine"; 7195 repo = "core"; 7196 + rev = "388f399536b757722886b777084e22ddad4eb451"; 7197 + sha256 = "0qaxgqrgj9dpgv1d9k9a66lqpclrs22pcyppgl2m71fkqzm09ip4"; 7198 }; 7199 recipeFile = fetchurl { 7200 url = "https://raw.githubusercontent.com/milkypostman/melpa/c737839aeda583e61257ad40157e24df7f918b0f/recipes/cfengine-code-style"; ··· 7319 src = fetchFromGitHub { 7320 owner = "MaxSt"; 7321 repo = "challenger-deep"; 7322 + rev = "e0462b42218c94288f5c8a62f2b217bb8037995a"; 7323 + sha256 = "1v64yx8pr3aqds3grh79y27qg8x5ad3hwxv96pw0hlhvqc62s4ai"; 7324 }; 7325 recipeFile = fetchurl { 7326 url = "https://raw.githubusercontent.com/milkypostman/melpa/7942f539d025c1e2b059d49e1984716cbbc90a67/recipes/challenger-deep-theme"; ··· 7777 cider = callPackage ({ clojure-mode, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, pkg-info, queue, seq, spinner }: 7778 melpaBuild { 7779 pname = "cider"; 7780 + version = "20180107.2236"; 7781 src = fetchFromGitHub { 7782 owner = "clojure-emacs"; 7783 repo = "cider"; 7784 + rev = "4fe3a30cf45ee8af911a80b78e6d4d05c42d0f32"; 7785 + sha256 = "0z6q2h9nis72sydj1ky37v6g1klchzd04w7ykin0rpm2c0mvbigr"; 7786 }; 7787 recipeFile = fetchurl { 7788 url = "https://raw.githubusercontent.com/milkypostman/melpa/55a937aed818dbe41530037da315f705205f189b/recipes/cider"; ··· 7987 circe = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 7988 melpaBuild { 7989 pname = "circe"; 7990 + version = "20180105.1158"; 7991 src = fetchFromGitHub { 7992 owner = "jorgenschaefer"; 7993 repo = "circe"; 7994 + rev = "9835ecb758c09400082eb8f1c0336eedbfed0134"; 7995 + sha256 = "0vhzqcqmhl3rzxrhfyy6r2yp5d07wd8y820cf0hfby6j5i4j247p"; 7996 }; 7997 recipeFile = fetchurl { 7998 url = "https://raw.githubusercontent.com/milkypostman/melpa/a2b295656d53fddc76cacc86b239e5648e49e3a4/recipes/circe"; ··· 8008 circe-notifications = callPackage ({ alert, circe, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 8009 melpaBuild { 8010 pname = "circe-notifications"; 8011 + version = "20180102.1518"; 8012 src = fetchFromGitHub { 8013 owner = "eqyiel"; 8014 repo = "circe-notifications"; 8015 + rev = "291149ac12877bbd062da993479d3533a26862b0"; 8016 + sha256 = "18mva5nn919c86sgk6kdh437vdnlh9bk7fg10xqcpics1yv3viaw"; 8017 }; 8018 recipeFile = fetchurl { 8019 url = "https://raw.githubusercontent.com/milkypostman/melpa/76c0408423c4e0728789de7b356b2971d6c446c7/recipes/circe-notifications"; ··· 8713 cmake-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 8714 melpaBuild { 8715 pname = "cmake-mode"; 8716 + version = "20180104.1137"; 8717 src = fetchFromGitHub { 8718 owner = "Kitware"; 8719 repo = "CMake"; 8720 + rev = "2c089d80de3945e4f08f13557d59e04cbc942a60"; 8721 + sha256 = "01164wd8p0wwabnynsqv34pz53ji1s3k7nb0ff51i616q6095rdx"; 8722 }; 8723 recipeFile = fetchurl { 8724 url = "https://raw.githubusercontent.com/milkypostman/melpa/598723893ae4bc2e60f527a072efe6ed9d4e2488/recipes/cmake-mode"; ··· 9861 company-flx = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, flx, lib, melpaBuild }: 9862 melpaBuild { 9863 pname = "company-flx"; 9864 + version = "20180102.2118"; 9865 src = fetchFromGitHub { 9866 owner = "PythonNut"; 9867 repo = "company-flx"; 9868 + rev = "05efcafb488f587bb6e60923078d97227462eb68"; 9869 + sha256 = "12cg8amyk1pg1d2n8fb0mmls14jzwx08hq6s6g7wyd9s7y96hkhb"; 9870 }; 9871 recipeFile = fetchurl { 9872 url = "https://raw.githubusercontent.com/milkypostman/melpa/f27d718ee67f8c91b208a35adbbcdac67bbb89ce/recipes/company-flx"; ··· 9949 src = fetchFromGitHub { 9950 owner = "nsf"; 9951 repo = "gocode"; 9952 + rev = "416643789f088aa5077f667cecde7f966131f6be"; 9953 + sha256 = "1vggwjpcssxp075l8aippgr318m0nkfjyakq7j24ml48g4gc48rm"; 9954 }; 9955 recipeFile = fetchurl { 9956 url = "https://raw.githubusercontent.com/milkypostman/melpa/04867a574773e8794335a2664d4f5e8b243f3ec9/recipes/company-go"; ··· 10054 src = fetchFromGitHub { 10055 owner = "leanprover"; 10056 repo = "lean-mode"; 10057 + rev = "3403179a38693a221bfa86def0c99f6342c5eb73"; 10058 + sha256 = "0w6zc1w7kic3ds5hf30i3mj9wxbq2c8wdywbslfprwwi1hxyzmsq"; 10059 }; 10060 recipeFile = fetchurl { 10061 url = "https://raw.githubusercontent.com/milkypostman/melpa/42f4d6438c8aeb94ebc1782f2f5e2abd17f0ffde/recipes/company-lean"; ··· 10071 company-lsp = callPackage ({ company, dash, emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, melpaBuild, s }: 10072 melpaBuild { 10073 pname = "company-lsp"; 10074 + version = "20180102.1535"; 10075 src = fetchFromGitHub { 10076 owner = "tigersoldier"; 10077 repo = "company-lsp"; 10078 + rev = "678d5e8f1ad76e7bd9e5bf93ed6813f54e769773"; 10079 + sha256 = "1yqcikpgnnqg986zyy23jifq40pspdhrhhz825vp92g1k724gj86"; 10080 }; 10081 recipeFile = fetchurl { 10082 url = "https://raw.githubusercontent.com/milkypostman/melpa/5125f53307c1af3d9ccf2bae3c25e7d23dfe1932/recipes/company-lsp"; ··· 10354 src = fetchFromGitHub { 10355 owner = "Andersbakken"; 10356 repo = "rtags"; 10357 + rev = "db5ad3a48c579b3522411bd2411c09dbb27af578"; 10358 + sha256 = "1ihv65hfq22yk4wx4njkm73q4s04fr84ib3mjjk8l18xpzl6alal"; 10359 }; 10360 recipeFile = fetchurl { 10361 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/company-rtags"; ··· 10980 counsel = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, swiper }: 10981 melpaBuild { 10982 pname = "counsel"; 10983 + version = "20180106.127"; 10984 src = fetchFromGitHub { 10985 owner = "abo-abo"; 10986 repo = "swiper"; 10987 + rev = "e5c5037fd5f2735b11fc90363f312431619fa8c2"; 10988 + sha256 = "0ssm6dgzzqvwwmwvnws8s0ac4f8dif5sxl9flx296df7s7xryzcv"; 10989 }; 10990 recipeFile = fetchurl { 10991 url = "https://raw.githubusercontent.com/milkypostman/melpa/06c50f32b8d603db0d70e77907e36862cd66b811/recipes/counsel"; ··· 11127 counsel-projectile = callPackage ({ counsel, fetchFromGitHub, fetchurl, lib, melpaBuild, projectile }: 11128 melpaBuild { 11129 pname = "counsel-projectile"; 11130 + version = "20180105.632"; 11131 src = fetchFromGitHub { 11132 owner = "ericdanan"; 11133 repo = "counsel-projectile"; 11134 + rev = "4d78ae8c90e8ebb903b8e70442989a69e46ff069"; 11135 + sha256 = "0s81jrmfql3cjh0bf6vfk3gpb94xqcpbkvjah11j0d0ijgw4y1dg"; 11136 }; 11137 recipeFile = fetchurl { 11138 url = "https://raw.githubusercontent.com/milkypostman/melpa/389f16f886a385b02f466540f042a16eea8ba792/recipes/counsel-projectile"; ··· 11589 crystal-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 11590 melpaBuild { 11591 pname = "crystal-mode"; 11592 + version = "20180104.1920"; 11593 src = fetchFromGitHub { 11594 owner = "crystal-lang-tools"; 11595 repo = "emacs-crystal-mode"; 11596 + rev = "0fe6815201bebe4c5ff6857bd541d95b05132b10"; 11597 + sha256 = "0r75dvc0jqcqi1qjns8zj132dnm0s6mvqlqynkis16nigbawix8m"; 11598 }; 11599 recipeFile = fetchurl { 11600 url = "https://raw.githubusercontent.com/milkypostman/melpa/d4b9b47d7deecf0cf24a42b26d50021cb1219a69/recipes/crystal-mode"; ··· 11652 csound-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, multi, shut-up }: 11653 melpaBuild { 11654 pname = "csound-mode"; 11655 + version = "20180106.1819"; 11656 src = fetchFromGitHub { 11657 owner = "hlolli"; 11658 repo = "csound-mode"; 11659 + rev = "3af632652c33e733e0da598f1254f8fcc50fe5b6"; 11660 + sha256 = "11xmc3kqn0i702lc103h49yya70fhyib8qi4b15slpnliqx2q8f4"; 11661 }; 11662 recipeFile = fetchurl { 11663 url = "https://raw.githubusercontent.com/milkypostman/melpa/c940d29de11e43b4abf2901c466c94d426a21818/recipes/csound-mode"; ··· 12097 src = fetchFromGitHub { 12098 owner = "cython"; 12099 repo = "cython"; 12100 + rev = "5b6497c8329c778c97f6f59f3f358304bc1ebd1e"; 12101 + sha256 = "07wwv24zcpxbdjf3mrx2ax4ji70kz1s2llisycfkv8lpfnw96yc9"; 12102 }; 12103 recipeFile = fetchurl { 12104 url = "https://raw.githubusercontent.com/milkypostman/melpa/be9bfabe3f79153cb859efc7c3051db244a63879/recipes/cython-mode"; ··· 12240 danneskjold-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 12241 melpaBuild { 12242 pname = "danneskjold-theme"; 12243 + version = "20180104.1316"; 12244 src = fetchFromGitHub { 12245 owner = "rails-to-cosmos"; 12246 repo = "danneskjold-theme"; 12247 + rev = "bbbc0a93959ac0d22bb3c37243f3d964b7892528"; 12248 + sha256 = "0mp16yf9hklddfq220bpiad9hp059rpr0akm3gzl30qdbxqxi8q1"; 12249 }; 12250 recipeFile = fetchurl { 12251 url = "https://raw.githubusercontent.com/milkypostman/melpa/557244a3b60c7cd3ca964ff843aa1e9d5a1e32ec/recipes/danneskjold-theme"; ··· 12261 dante = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, flycheck, haskell-mode, lib, melpaBuild, s }: 12262 melpaBuild { 12263 pname = "dante"; 12264 + version = "20180107.1329"; 12265 src = fetchFromGitHub { 12266 owner = "jyp"; 12267 repo = "dante"; 12268 + rev = "f597233a765b80660c6332b5565c7d651e378acc"; 12269 + sha256 = "1jjdr1h0hihwh3jabxyy4dq4l6z7w4lhrlmyb6xsxkqss7xsb74c"; 12270 }; 12271 recipeFile = fetchurl { 12272 url = "https://raw.githubusercontent.com/milkypostman/melpa/5afa8226077cbda4b76f52734cf8e0b745ab88e8/recipes/dante"; ··· 12492 dash = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 12493 melpaBuild { 12494 pname = "dash"; 12495 + version = "20180107.818"; 12496 src = fetchFromGitHub { 12497 owner = "magnars"; 12498 repo = "dash.el"; 12499 + rev = "528e5a51f1af668e3075f2beccd2b39785ccb2ba"; 12500 + sha256 = "0c65wkyzqsi0jignbhl0j9hh0711069x0l54sqbfb72viy0sppck"; 12501 }; 12502 recipeFile = fetchurl { 12503 url = "https://raw.githubusercontent.com/milkypostman/melpa/57eed8767c3e98614259c408dc0b5c54d3473883/recipes/dash"; ··· 12534 dash-functional = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 12535 melpaBuild { 12536 pname = "dash-functional"; 12537 + version = "20180107.818"; 12538 src = fetchFromGitHub { 12539 owner = "magnars"; 12540 repo = "dash.el"; 12541 + rev = "528e5a51f1af668e3075f2beccd2b39785ccb2ba"; 12542 + sha256 = "0c65wkyzqsi0jignbhl0j9hh0711069x0l54sqbfb72viy0sppck"; 12543 }; 12544 recipeFile = fetchurl { 12545 url = "https://raw.githubusercontent.com/milkypostman/melpa/57eed8767c3e98614259c408dc0b5c54d3473883/recipes/dash-functional"; ··· 12933 define-word = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 12934 melpaBuild { 12935 pname = "define-word"; 12936 + version = "20180105.1152"; 12937 src = fetchFromGitHub { 12938 owner = "abo-abo"; 12939 repo = "define-word"; 12940 + rev = "d52e9898a2719bd5003184196aa3b889c4fcb7b3"; 12941 + sha256 = "1is3yjk7jv3nqn7fg76pnicwkhc7bf0wklvygdw1hskwj46ii6g8"; 12942 }; 12943 recipeFile = fetchurl { 12944 url = "https://raw.githubusercontent.com/milkypostman/melpa/e318b30d8b2b89981f4b89d78e5a46e77d3de412/recipes/define-word"; ··· 13436 dimmer = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 13437 melpaBuild { 13438 pname = "dimmer"; 13439 + version = "20180104.2127"; 13440 src = fetchFromGitHub { 13441 owner = "gonewest818"; 13442 repo = "dimmer.el"; 13443 + rev = "f2e9a383cf03597bde9bcd3fa2e7ecb4ca266041"; 13444 + sha256 = "14nmk6kld5q6wd6z3r8v938gyi1x6875i0fbfbmfs5v1hykdm2s5"; 13445 }; 13446 recipeFile = fetchurl { 13447 url = "https://raw.githubusercontent.com/milkypostman/melpa/8ae80e9202d69ed3214325dd15c4b2f114263954/recipes/dimmer"; ··· 13919 dired-sidebar = callPackage ({ dired-subtree, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 13920 melpaBuild { 13921 pname = "dired-sidebar"; 13922 + version = "20180107.1247"; 13923 src = fetchFromGitHub { 13924 owner = "jojojames"; 13925 repo = "dired-sidebar"; 13926 + rev = "6b195f841bc86281e0c642999ad4fa03174e832c"; 13927 + sha256 = "0bw28p2mcj73rbhpij2mchq7dyfl7881rwmn5qz00km5n64yshlg"; 13928 }; 13929 recipeFile = fetchurl { 13930 url = "https://raw.githubusercontent.com/milkypostman/melpa/30e15c8361b01195f198197e704828fbcac0e8d6/recipes/dired-sidebar"; ··· 14758 docker = callPackage ({ dash, docker-tramp, emacs, fetchFromGitHub, fetchurl, json-mode, lib, magit-popup, melpaBuild, s, tablist }: 14759 melpaBuild { 14760 pname = "docker"; 14761 + version = "20180107.925"; 14762 src = fetchFromGitHub { 14763 owner = "Silex"; 14764 repo = "docker.el"; 14765 + rev = "5a6e407ee9c6035245749ee1f249aed16d651728"; 14766 + sha256 = "0gl2rbx649yc4rbljmhdqsa17hnv24lpj5y8fxdh27gnjqksg2zq"; 14767 }; 14768 recipeFile = fetchurl { 14769 url = "https://raw.githubusercontent.com/milkypostman/melpa/6c74bf8a41c17bc733636f9e7c05f3858d17936b/recipes/docker"; ··· 14955 doom-themes = callPackage ({ all-the-icons, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 14956 melpaBuild { 14957 pname = "doom-themes"; 14958 + version = "20180105.1142"; 14959 src = fetchFromGitHub { 14960 owner = "hlissner"; 14961 repo = "emacs-doom-themes"; 14962 + rev = "464774515c348ad32bad4b062d768d443f44beaf"; 14963 + sha256 = "17pszvr2i27drym63j4hkmdhra5j6ixv5i2ab5b8i8049fbrnqzf"; 14964 }; 14965 recipeFile = fetchurl { 14966 url = "https://raw.githubusercontent.com/milkypostman/melpa/c5084bc2c3fe378af6ff39d65e40649c6359b7b5/recipes/doom-themes"; ··· 15459 dumb-jump = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, popup, s }: 15460 melpaBuild { 15461 pname = "dumb-jump"; 15462 + version = "20180107.2324"; 15463 src = fetchFromGitHub { 15464 owner = "jacktasia"; 15465 repo = "dumb-jump"; 15466 + rev = "2e87dc528cfdde9b8e13bb7dcadc12f482bf98fa"; 15467 + sha256 = "1jl2mg3w2xj7njdvldilav0drgvr15ddx0bq8jkgxa9l0k718dl7"; 15468 }; 15469 recipeFile = fetchurl { 15470 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dumb-jump"; ··· 15899 easy-hugo = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 15900 melpaBuild { 15901 pname = "easy-hugo"; 15902 + version = "20180103.1855"; 15903 src = fetchFromGitHub { 15904 owner = "masasam"; 15905 repo = "emacs-easy-hugo"; 15906 + rev = "61a504616705feae8c3fd8b01bf315e2cb89f699"; 15907 + sha256 = "1lr2hbz4gxcn2r5m3hx4izk8aawgy0fls0isp6cvcgs1s54s2kxi"; 15908 }; 15909 recipeFile = fetchurl { 15910 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/easy-hugo"; ··· 15920 easy-jekyll = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 15921 melpaBuild { 15922 pname = "easy-jekyll"; 15923 + version = "20180103.1726"; 15924 src = fetchFromGitHub { 15925 owner = "masasam"; 15926 repo = "emacs-easy-jekyll"; 15927 + rev = "4a529ce42a720960f2594b7081359c8766fc2643"; 15928 + sha256 = "1gr72wqs620i56cchblwgsca9wd0fxxcz750fpp594j7xcxn9scl"; 15929 }; 15930 recipeFile = fetchurl { 15931 url = "https://raw.githubusercontent.com/milkypostman/melpa/c3f281145bad12c27bdbef32ccc07b6a5f13b577/recipes/easy-jekyll"; ··· 16914 src = fetchFromGitHub { 16915 owner = "dimitri"; 16916 repo = "el-get"; 16917 + rev = "dfa944ef26802771dca0feea9ea5a17350da9232"; 16918 + sha256 = "0qfshiriffbh6bxvghg9y0fzdqayywd4kzjwvq7cin2k99dhhrsa"; 16919 }; 16920 recipeFile = fetchurl { 16921 url = "https://raw.githubusercontent.com/milkypostman/melpa/1c61197a2b616d6d3c6b652248cb166196846b44/recipes/el-get"; ··· 17208 src = fetchFromGitHub { 17209 owner = "stardiviner"; 17210 repo = "eldoc-overlay"; 17211 + rev = "a391396f4cdf30a2f27a4c426b58b44ab3d0f0d0"; 17212 + sha256 = "1g1sp6ws4y28536jkf5crbkmnrl7jcbh5s3ysyys6xn8gvz0vm17"; 17213 }; 17214 recipeFile = fetchurl { 17215 url = "https://raw.githubusercontent.com/milkypostman/melpa/f865b248002d6d3ba9653c2221072a4aa54cd740/recipes/eldoc-overlay"; ··· 17330 elfeed = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 17331 melpaBuild { 17332 pname = "elfeed"; 17333 + version = "20180107.1156"; 17334 src = fetchFromGitHub { 17335 owner = "skeeto"; 17336 repo = "elfeed"; 17337 + rev = "138fd5661ac07b19525de7750177b1f0d2054006"; 17338 + sha256 = "1wknh0ns0cqbqygyn7xr1drb7zq1c02r10ap1spsazkbsq5nhdwd"; 17339 }; 17340 recipeFile = fetchurl { 17341 url = "https://raw.githubusercontent.com/milkypostman/melpa/407ae027fcec444622c2a822074b95996df9e6af/recipes/elfeed"; ··· 17425 src = fetchFromGitHub { 17426 owner = "skeeto"; 17427 repo = "elfeed"; 17428 + rev = "138fd5661ac07b19525de7750177b1f0d2054006"; 17429 + sha256 = "1wknh0ns0cqbqygyn7xr1drb7zq1c02r10ap1spsazkbsq5nhdwd"; 17430 }; 17431 recipeFile = fetchurl { 17432 url = "https://raw.githubusercontent.com/milkypostman/melpa/62459d16ee44d5fcf170c0ebc981ca2c7d4672f2/recipes/elfeed-web"; ··· 17883 elpy = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, find-file-in-project, highlight-indentation, lib, melpaBuild, pyvenv, s, yasnippet }: 17884 melpaBuild { 17885 pname = "elpy"; 17886 + version = "20180107.1243"; 17887 src = fetchFromGitHub { 17888 owner = "jorgenschaefer"; 17889 repo = "elpy"; 17890 + rev = "e59e3d67b5a2053cb121d235bc51a0d6d438058a"; 17891 + sha256 = "1l3sr011cx8sclhw720iph9r03ja7fx3qcixpc65gmxy4r3ihjz0"; 17892 }; 17893 recipeFile = fetchurl { 17894 url = "https://raw.githubusercontent.com/milkypostman/melpa/1d8fcd8745bb15402c9f3b6f4573ea151415237a/recipes/elpy"; ··· 18500 emms = callPackage ({ cl-lib ? null, fetchgit, fetchurl, lib, melpaBuild }: 18501 melpaBuild { 18502 pname = "emms"; 18503 + version = "20180103.520"; 18504 src = fetchgit { 18505 url = "https://git.savannah.gnu.org/git/emms.git"; 18506 + rev = "3a8d16d91edae81ffb2bb9efa12d41712edfd4f8"; 18507 + sha256 = "1cwsjrjasb2gi28aavy64g4sg9wwfq3wab24klssh3290qrr3gkb"; 18508 }; 18509 recipeFile = fetchurl { 18510 url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/emms"; ··· 19698 src = fetchFromGitHub { 19699 owner = "erlang"; 19700 repo = "otp"; 19701 + rev = "68a0f569410f7375c44a9d806930b1172c1d92a8"; 19702 + sha256 = "0vbrnca9rfncgyz95505mmg25wl95dab5djjw5nffd627sxgnj2q"; 19703 }; 19704 recipeFile = fetchurl { 19705 url = "https://raw.githubusercontent.com/milkypostman/melpa/d9cd526f43981e0826af59cdc4bb702f644781d9/recipes/erlang"; ··· 20680 evil = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, goto-chg, lib, melpaBuild, undo-tree }: 20681 melpaBuild { 20682 pname = "evil"; 20683 + version = "20180103.2356"; 20684 src = fetchFromGitHub { 20685 owner = "emacs-evil"; 20686 repo = "evil"; 20687 + rev = "d5e3a83a5783fb0317efbe349bb6a03e65011506"; 20688 + sha256 = "0bra0cp1ncnxndkc317ighm396f526hbrfzx542yfpfq74s51qj5"; 20689 }; 20690 recipeFile = fetchurl { 20691 url = "https://raw.githubusercontent.com/milkypostman/melpa/440482c0edac8ee8bd4fe22f6bc5c1607f34c7ad/recipes/evil"; ··· 20827 evil-collection = callPackage ({ emacs, evil, fetchFromGitHub, fetchurl, lib, melpaBuild }: 20828 melpaBuild { 20829 pname = "evil-collection"; 20830 + version = "20180106.1137"; 20831 src = fetchFromGitHub { 20832 owner = "jojojames"; 20833 repo = "evil-collection"; 20834 + rev = "1e448e5a426e5c03b8da5f0a203eaa4c681833c6"; 20835 + sha256 = "05b70vn46s05ag0s27wagpaznvas3n68hwl03sz84n8d48ix7i59"; 20836 }; 20837 recipeFile = fetchurl { 20838 url = "https://raw.githubusercontent.com/milkypostman/melpa/d7538c9eb00b6826867891b037e7aa537ac5b160/recipes/evil-collection"; ··· 20890 evil-easymotion = callPackage ({ avy, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 20891 melpaBuild { 20892 pname = "evil-easymotion"; 20893 + version = "20180102.2115"; 20894 src = fetchFromGitHub { 20895 owner = "PythonNut"; 20896 repo = "evil-easymotion"; 20897 + rev = "07e1c88b2ea9962e837f97b57dbf3c5bab22662e"; 20898 + sha256 = "1j3z7j2g3vsylaykinvbm47c2z8gr172qc6zdfpgzz0hskklkszy"; 20899 }; 20900 recipeFile = fetchurl { 20901 url = "https://raw.githubusercontent.com/milkypostman/melpa/e67955ead0b9d69acab40d66d4e0b821229d635c/recipes/evil-easymotion"; ··· 21730 evil-surround = callPackage ({ evil, fetchFromGitHub, fetchurl, lib, melpaBuild }: 21731 melpaBuild { 21732 pname = "evil-surround"; 21733 + version = "20180102.601"; 21734 src = fetchFromGitHub { 21735 owner = "emacs-evil"; 21736 repo = "evil-surround"; 21737 + rev = "5a20c9757eff64e1567d313eb254126aef2bf3b2"; 21738 + sha256 = "094vz707iyjknmhmhdlzc8sv8x86yxgx863c23nm6fjn5n5h7jmz"; 21739 }; 21740 recipeFile = fetchurl { 21741 url = "https://raw.githubusercontent.com/milkypostman/melpa/2c9dc47a4c837c44429a74fd998fe468c00639f2/recipes/evil-surround"; ··· 21818 src = fetchFromGitHub { 21819 owner = "emacs-evil"; 21820 repo = "evil"; 21821 + rev = "d5e3a83a5783fb0317efbe349bb6a03e65011506"; 21822 + sha256 = "0bra0cp1ncnxndkc317ighm396f526hbrfzx542yfpfq74s51qj5"; 21823 }; 21824 recipeFile = fetchurl { 21825 url = "https://raw.githubusercontent.com/milkypostman/melpa/87da8c50f9167ad9c3844b23becb6904f809611d/recipes/evil-test-helpers"; ··· 22254 extempore-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 22255 melpaBuild { 22256 pname = "extempore-mode"; 22257 + version = "20180104.2221"; 22258 src = fetchFromGitHub { 22259 owner = "extemporelang"; 22260 repo = "extempore-emacs-mode"; 22261 + rev = "ae5f40d4b0883a4519e460cd7720e5fcc3a68fa5"; 22262 + sha256 = "1f888h7xv6zz6kq38ak1vpwjrjr2sqgwpfxwb9x0ldf3kkx4wf1w"; 22263 }; 22264 recipeFile = fetchurl { 22265 url = "https://raw.githubusercontent.com/milkypostman/melpa/7bd3e57171f5283604e9375613a7a94416ee99a7/recipes/extempore-mode"; ··· 22430 f = callPackage ({ dash, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 22431 melpaBuild { 22432 pname = "f"; 22433 + version = "20180106.122"; 22434 src = fetchFromGitHub { 22435 owner = "rejeep"; 22436 repo = "f.el"; 22437 + rev = "de6d4d40ddc844eee643e92d47b9d6a63fbebb48"; 22438 + sha256 = "1a47xk3yp1rp17fqg7ldl3d3fb888h0fz3sysqfdz1bfdgs8a9bk"; 22439 }; 22440 recipeFile = fetchurl { 22441 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/f"; ··· 23651 flow-minor-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 23652 melpaBuild { 23653 pname = "flow-minor-mode"; 23654 + version = "20180104.1348"; 23655 src = fetchFromGitHub { 23656 owner = "an-sh"; 23657 repo = "flow-minor-mode"; 23658 + rev = "50dded94ad201fdc9453656a8b15179981cd5acd"; 23659 + sha256 = "1vaqml0ypbc14mnwycgm9slkds3bgg6x5qz99kck98acbcfijxk6"; 23660 }; 23661 recipeFile = fetchurl { 23662 url = "https://raw.githubusercontent.com/milkypostman/melpa/66504f789069922ea56f268f4da90fac52b601ff/recipes/flow-minor-mode"; ··· 23735 flx-isearch = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, flx, lib, melpaBuild }: 23736 melpaBuild { 23737 pname = "flx-isearch"; 23738 + version = "20180102.2114"; 23739 src = fetchFromGitHub { 23740 owner = "PythonNut"; 23741 repo = "flx-isearch"; 23742 + rev = "f132fd6367e369885ab3a865fbfe20eee989bc0b"; 23743 + sha256 = "1dcvfl4fyhgw0rhfhixzlzjfr99fisa83f7lmlwzz2zs96myhhkz"; 23744 }; 23745 recipeFile = fetchurl { 23746 url = "https://raw.githubusercontent.com/milkypostman/melpa/2cd1438cc0821b8ae1d01e2a3bc8f07ca8a79134/recipes/flx-isearch"; ··· 24054 src = fetchFromGitHub { 24055 owner = "crystal-lang-tools"; 24056 repo = "emacs-crystal-mode"; 24057 + rev = "0fe6815201bebe4c5ff6857bd541d95b05132b10"; 24058 + sha256 = "0r75dvc0jqcqi1qjns8zj132dnm0s6mvqlqynkis16nigbawix8m"; 24059 }; 24060 recipeFile = fetchurl { 24061 url = "https://raw.githubusercontent.com/milkypostman/melpa/c718f809af30226611358f9aaed7519e52923fd3/recipes/flycheck-crystal"; ··· 24999 src = fetchFromGitHub { 25000 owner = "Andersbakken"; 25001 repo = "rtags"; 25002 + rev = "db5ad3a48c579b3522411bd2411c09dbb27af578"; 25003 + sha256 = "1ihv65hfq22yk4wx4njkm73q4s04fr84ib3mjjk8l18xpzl6alal"; 25004 }; 25005 recipeFile = fetchurl { 25006 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/flycheck-rtags"; ··· 26070 src = fetchFromGitHub { 26071 owner = "troyp"; 26072 repo = "fn.el"; 26073 + rev = "f685fd0c08ec3b1d1b9974b37e62edd78a000cb8"; 26074 + sha256 = "1k8pwlpcvlwr4pavg85ja8hdc7rrbafqs1mhhqr5gbq8cp822sja"; 26075 }; 26076 recipeFile = fetchurl { 26077 url = "https://raw.githubusercontent.com/milkypostman/melpa/6d2929604b6dd21d6cf425643927a9c216801dc1/recipes/fn"; ··· 26318 forecast = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 26319 melpaBuild { 26320 pname = "forecast"; 26321 + version = "20180106.920"; 26322 src = fetchFromGitHub { 26323 owner = "cadadr"; 26324 repo = "elisp"; 26325 + rev = "28d7339f2e70c617f2e8e3979b45d78883a27282"; 26326 + sha256 = "1ank29f64cwdg9faqz8fknaz0cn4jma18197n6q3fhb6mfl081hn"; 26327 }; 26328 recipeFile = fetchurl { 26329 url = "https://raw.githubusercontent.com/milkypostman/melpa/a7ea18a56370348715dec91f75adc162c800dd10/recipes/forecast"; ··· 26507 fountain-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 26508 melpaBuild { 26509 pname = "fountain-mode"; 26510 + version = "20180107.2123"; 26511 src = fetchFromGitHub { 26512 owner = "rnkn"; 26513 repo = "fountain-mode"; 26514 + rev = "361f2a58151c9e6ab52b59cdd230a3add461a2bb"; 26515 + sha256 = "10sgscfw70yw6khzl4nr1w1zh28g7rh4fwr3p2q4ny4z1zsxvbl9"; 26516 }; 26517 recipeFile = fetchurl { 26518 url = "https://raw.githubusercontent.com/milkypostman/melpa/913386ac8d5049d37154da3ab32bde408a226511/recipes/fountain-mode"; ··· 26591 frames-only-mode = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 26592 melpaBuild { 26593 pname = "frames-only-mode"; 26594 + version = "20180107.901"; 26595 src = fetchFromGitHub { 26596 owner = "davidshepherd7"; 26597 repo = "frames-only-mode"; 26598 + rev = "5351741363bb9b4d44ec62ae91cbc9f102cf09f5"; 26599 + sha256 = "1a8hz0wqxb14d3kkv91v1wawqllggz7245h4sv62291jmvvhdbb9"; 26600 }; 26601 recipeFile = fetchurl { 26602 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e628416ad9420b3ac5bbfacf930a86d98958ac8/recipes/frames-only-mode"; ··· 26800 src = fetchFromGitHub { 26801 owner = "factor"; 26802 repo = "factor"; 26803 + rev = "bf5e51b5c33d5bdd5658f7e8275850d11fc39ca8"; 26804 + sha256 = "1sgq8nq6jzgy8akxycvcmgqjaf424v7v9r41pk7r8lw57csrnz37"; 26805 }; 26806 recipeFile = fetchurl { 26807 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e2a0e4698d4e71ec28656594f6a83504a823490/recipes/fuel"; ··· 26926 src = fetchFromGitHub { 26927 owner = "HIPERFIT"; 26928 repo = "futhark"; 26929 + rev = "7c726dd897420c9387b3117f11fa78806b66d715"; 26930 + sha256 = "0lrpn51ncix4f6cmzac4kymb8w2g3fr44z66xchggdflhys6bvp8"; 26931 }; 26932 recipeFile = fetchurl { 26933 url = "https://raw.githubusercontent.com/milkypostman/melpa/0607f01aad7e77d53595ad8db95d32acfd29b148/recipes/futhark-mode"; ··· 27048 fzf = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 27049 melpaBuild { 27050 pname = "fzf"; 27051 + version = "20180102.1712"; 27052 src = fetchFromGitHub { 27053 owner = "bling"; 27054 repo = "fzf.el"; 27055 + rev = "b750cccae7c37a9ee4d40d928bb508cc3234bfbf"; 27056 + sha256 = "0a1g7bv4qakzzrvvsh5m5ic3yhha57fj3d09gmr7rb5b3p2kl5cz"; 27057 }; 27058 recipeFile = fetchurl { 27059 url = "https://raw.githubusercontent.com/milkypostman/melpa/1671e17c99ef1932c6a2e83fc4fa2e4eb6674bc8/recipes/fzf"; ··· 27235 general = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 27236 melpaBuild { 27237 pname = "general"; 27238 + version = "20180106.1028"; 27239 src = fetchFromGitHub { 27240 owner = "noctuid"; 27241 repo = "general.el"; 27242 + rev = "cdcf369b4b290f5e1e4cac37e48bad21096ac72a"; 27243 + sha256 = "1qcb8y4akdnn8j4kfmdynb94v8m0l6qi013kskhq46waf03kw5vg"; 27244 }; 27245 recipeFile = fetchurl { 27246 url = "https://raw.githubusercontent.com/milkypostman/melpa/d86383b443622d78f6d8ff7b8ac74c8d72879d26/recipes/general"; ··· 27365 src = fetchFromGitHub { 27366 owner = "sigma"; 27367 repo = "gh.el"; 27368 + rev = "b46dce307e90c3527bc9ed9532a06f29ecf3b085"; 27369 + sha256 = "01r8pyfjb6jpa1fi2n4wplymyk0gz2b60g0ngn5hlpirbzqyvy8y"; 27370 }; 27371 recipeFile = fetchurl { 27372 url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/gh"; ··· 27529 ghub = callPackage ({ emacs, fetchFromGitHub, fetchurl, let-alist, lib, melpaBuild }: 27530 melpaBuild { 27531 pname = "ghub"; 27532 + version = "20171223.916"; 27533 src = fetchFromGitHub { 27534 owner = "magit"; 27535 repo = "ghub"; 27536 + rev = "1395d56496c1581dda0c70a091500e2b947b8d35"; 27537 + sha256 = "0p5vn34jln08y4hnywf2vxdcjcqmr043if4da0s3h2cawd7liw2i"; 27538 }; 27539 recipeFile = fetchurl { 27540 url = "https://raw.githubusercontent.com/milkypostman/melpa/d5db83957187c9b65f697eba7e4c3320567cf4ab/recipes/ghub"; ··· 27739 git-commit = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, with-editor }: 27740 melpaBuild { 27741 pname = "git-commit"; 27742 + version = "20180107.1020"; 27743 src = fetchFromGitHub { 27744 owner = "magit"; 27745 repo = "magit"; 27746 + rev = "53eeafcdcb12f9deb74548ffa5b17c397ad7def2"; 27747 + sha256 = "0pvwmbgmqdpy599nr6518yxzl5k8lkdi7a93v1dr7hcf3lg5ygpg"; 27748 }; 27749 recipeFile = fetchurl { 27750 url = "https://raw.githubusercontent.com/milkypostman/melpa/cec5af50ae7634cc566adfbfdf0f95c3e2951c0c/recipes/git-commit"; ··· 28558 gnu-apl-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 28559 melpaBuild { 28560 pname = "gnu-apl-mode"; 28561 + version = "20180107.513"; 28562 src = fetchFromGitHub { 28563 owner = "lokedhs"; 28564 repo = "gnu-apl-mode"; 28565 + rev = "1fce747e48290549c859de7b15e6efc351d60861"; 28566 + sha256 = "1540qqndv17g39s143mjkk12is9hynx6x6nzpk811sv5rph986iq"; 28567 }; 28568 recipeFile = fetchurl { 28569 url = "https://raw.githubusercontent.com/milkypostman/melpa/369a55301bba0c4f7ce27f6e141944a523beaa0f/recipes/gnu-apl-mode"; ··· 28772 src = fetchFromGitHub { 28773 owner = "nsf"; 28774 repo = "gocode"; 28775 + rev = "416643789f088aa5077f667cecde7f966131f6be"; 28776 + sha256 = "1vggwjpcssxp075l8aippgr318m0nkfjyakq7j24ml48g4gc48rm"; 28777 }; 28778 recipeFile = fetchurl { 28779 url = "https://raw.githubusercontent.com/milkypostman/melpa/04867a574773e8794335a2664d4f5e8b243f3ec9/recipes/go-autocomplete"; ··· 28999 go-imports = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 29000 melpaBuild { 29001 pname = "go-imports"; 29002 + version = "20180107.1423"; 29003 src = fetchFromGitHub { 29004 owner = "yasushi-saito"; 29005 repo = "go-imports"; 29006 + rev = "5b3a1d520c599553f621efaf9aec71609d2b9bb6"; 29007 + sha256 = "19v05qc9fmrbdcrjliw02hqrl29dqsg3l57qp2rn8z63n3s17rqq"; 29008 }; 29009 recipeFile = fetchurl { 29010 url = "https://raw.githubusercontent.com/milkypostman/melpa/4118ebf0db84cc047fab311c789bfbffd6eb2d92/recipes/go-imports"; ··· 29188 go-tag = callPackage ({ emacs, fetchFromGitHub, fetchurl, go-mode, lib, melpaBuild }: 29189 melpaBuild { 29190 pname = "go-tag"; 29191 + version = "20180106.2125"; 29192 src = fetchFromGitHub { 29193 owner = "brantou"; 29194 repo = "emacs-go-tag"; 29195 + rev = "e7cfc490b728dad085ae3c741ef5220d5e88dacf"; 29196 + sha256 = "1zpj88kyvsnsxzwnmb2a0nlrgviskw6q31faw8y84q08iyp7d8gc"; 29197 }; 29198 recipeFile = fetchurl { 29199 url = "https://raw.githubusercontent.com/milkypostman/melpa/fc4cd3fd8fb0707912e205b9d71789ea8126c442/recipes/go-tag"; ··· 29339 src = fetchFromGitHub { 29340 owner = "golang"; 29341 repo = "lint"; 29342 + rev = "e14d9b0f1d332b1420c1ffa32562ad2dc84d645d"; 29343 + sha256 = "15ynf78v39n71aplrhbqvzfblhndp8cd6lnknm586sdl81wama6p"; 29344 }; 29345 recipeFile = fetchurl { 29346 url = "https://raw.githubusercontent.com/milkypostman/melpa/34f22d829257456abbc020c006b92da9c7a7860e/recipes/golint"; ··· 29608 goto-chg = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 29609 melpaBuild { 29610 pname = "goto-chg"; 29611 + version = "20180105.1033"; 29612 src = fetchFromGitHub { 29613 owner = "emacs-evil"; 29614 repo = "goto-chg"; 29615 + rev = "e5b38e4e1378f6ea48fa9e8439f49c2998654aa4"; 29616 + sha256 = "1fxdvgdafavc4sad5i8g0wvpdqzlgzmvfi07yrah1c5vwkrslbvj"; 29617 }; 29618 recipeFile = fetchurl { 29619 url = "https://raw.githubusercontent.com/milkypostman/melpa/cf1fc176430fe3ab55ce537a0efc59780bb812be/recipes/goto-chg"; ··· 29801 src = fetchFromGitHub { 29802 owner = "Groovy-Emacs-Modes"; 29803 repo = "groovy-emacs-modes"; 29804 + rev = "fb024c2ace201a3d8b869802276b8e6a581e8fc1"; 29805 + sha256 = "0iw6wwmi48b0q46pszb57s5wxfwkpgjcfbx6b7sk8n6j60sz0i87"; 29806 }; 29807 recipeFile = fetchurl { 29808 url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe318b4e51a280a55c01fa30455e4a180df8bd6/recipes/grails-mode"; ··· 30184 groovy-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 30185 melpaBuild { 30186 pname = "groovy-mode"; 30187 + version = "20180105.215"; 30188 src = fetchFromGitHub { 30189 owner = "Groovy-Emacs-Modes"; 30190 repo = "groovy-emacs-modes"; 30191 + rev = "fb024c2ace201a3d8b869802276b8e6a581e8fc1"; 30192 + sha256 = "0iw6wwmi48b0q46pszb57s5wxfwkpgjcfbx6b7sk8n6j60sz0i87"; 30193 }; 30194 recipeFile = fetchurl { 30195 url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe318b4e51a280a55c01fa30455e4a180df8bd6/recipes/groovy-mode"; ··· 30394 guix = callPackage ({ bui, dash, emacs, fetchFromGitHub, fetchurl, geiser, lib, magit-popup, melpaBuild }: 30395 melpaBuild { 30396 pname = "guix"; 30397 + version = "20180107.1303"; 30398 src = fetchFromGitHub { 30399 owner = "alezost"; 30400 repo = "guix.el"; 30401 + rev = "b4d897f7daafb5794809760340548b96b0a89ac3"; 30402 + sha256 = "1bl6k0vdjl9b10pz76afwnmagjjazp1pxl9rash4m1f6zry4hbj7"; 30403 }; 30404 recipeFile = fetchurl { 30405 url = "https://raw.githubusercontent.com/milkypostman/melpa/b3d8c73e8a946b8265487a0825d615d80aa3337d/recipes/guix"; ··· 30960 hasky-extensions = callPackage ({ avy-menu, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 30961 melpaBuild { 30962 pname = "hasky-extensions"; 30963 + version = "20180107.2112"; 30964 src = fetchFromGitHub { 30965 owner = "hasky-mode"; 30966 repo = "hasky-extensions"; 30967 + rev = "d75dc57f4eaeb92785bde6c26c1031710be1cf00"; 30968 + sha256 = "135rn33ldrhz3z6fg1rcdaxs1dnahliw782qc4ffxkays186id63"; 30969 }; 30970 recipeFile = fetchurl { 30971 url = "https://raw.githubusercontent.com/milkypostman/melpa/e3f73e3df8476fa231d04211866671dd74911603/recipes/hasky-extensions"; ··· 31169 helm = callPackage ({ async, emacs, fetchFromGitHub, fetchurl, helm-core, lib, melpaBuild, popup }: 31170 melpaBuild { 31171 pname = "helm"; 31172 + version = "20180108.414"; 31173 src = fetchFromGitHub { 31174 owner = "emacs-helm"; 31175 repo = "helm"; 31176 + rev = "455ef14604064296b5e382b044d4775814d89eaa"; 31177 + sha256 = "07kplf1a4zkyczq9mv5kilbj8lf1bv1khwwnzmxn1yd9dgzyfcnf"; 31178 }; 31179 recipeFile = fetchurl { 31180 url = "https://raw.githubusercontent.com/milkypostman/melpa/7e8bccffdf69479892d76b9336a4bec3f35e919d/recipes/helm"; ··· 31799 helm-core = callPackage ({ async, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 31800 melpaBuild { 31801 pname = "helm-core"; 31802 + version = "20180108.514"; 31803 src = fetchFromGitHub { 31804 owner = "emacs-helm"; 31805 repo = "helm"; 31806 + rev = "455ef14604064296b5e382b044d4775814d89eaa"; 31807 + sha256 = "07kplf1a4zkyczq9mv5kilbj8lf1bv1khwwnzmxn1yd9dgzyfcnf"; 31808 }; 31809 recipeFile = fetchurl { 31810 url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7a700c5665e6d72cb4cecf7fb5a2dd43ef9bf7/recipes/helm-core"; ··· 32093 helm-emms = callPackage ({ cl-lib ? null, emacs, emms, fetchFromGitHub, fetchurl, helm, lib, melpaBuild }: 32094 melpaBuild { 32095 pname = "helm-emms"; 32096 + version = "20180104.2127"; 32097 src = fetchFromGitHub { 32098 owner = "emacs-helm"; 32099 repo = "helm-emms"; 32100 + rev = "8133c1a854c8f9e32b3b4c74638fe197535c08f1"; 32101 + sha256 = "06111034rvh770ljzdbw7d6rkvy40bjvp4c06ss5s624pyd6qd74"; 32102 }; 32103 recipeFile = fetchurl { 32104 url = "https://raw.githubusercontent.com/milkypostman/melpa/db836b671705607f6cd9bce8229884b1f29b4a76/recipes/helm-emms"; ··· 32219 helm-flx = callPackage ({ emacs, fetchFromGitHub, fetchurl, flx, helm, lib, melpaBuild }: 32220 melpaBuild { 32221 pname = "helm-flx"; 32222 + version = "20180102.2116"; 32223 src = fetchFromGitHub { 32224 owner = "PythonNut"; 32225 repo = "helm-flx"; 32226 + rev = "6640fac5cb16bee73c95b8ed1248a4e5e113690e"; 32227 + sha256 = "1fh1dy6xpc476hs87mn9fwxhxi97h7clfnnm7dxb7hg43xmgsjjs"; 32228 }; 32229 recipeFile = fetchurl { 32230 url = "https://raw.githubusercontent.com/milkypostman/melpa/f1418d260f34d698cec611978001c7fd1d1a8a89/recipes/helm-flx"; ··· 32979 src = fetchFromGitHub { 32980 owner = "leanprover"; 32981 repo = "lean-mode"; 32982 + rev = "3403179a38693a221bfa86def0c99f6342c5eb73"; 32983 + sha256 = "0w6zc1w7kic3ds5hf30i3mj9wxbq2c8wdywbslfprwwi1hxyzmsq"; 32984 }; 32985 recipeFile = fetchurl { 32986 url = "https://raw.githubusercontent.com/milkypostman/melpa/42f4d6438c8aeb94ebc1782f2f5e2abd17f0ffde/recipes/helm-lean"; ··· 33332 helm-pass = callPackage ({ auth-password-store, fetchFromGitHub, fetchurl, helm, lib, melpaBuild, password-store }: 33333 melpaBuild { 33334 pname = "helm-pass"; 33335 + version = "20180103.1838"; 33336 src = fetchFromGitHub { 33337 owner = "jabranham"; 33338 repo = "helm-pass"; 33339 + rev = "05a56bb04115153aa84d285e2068e9dd99ed6a38"; 33340 + sha256 = "0j7rlgv71cnl0flny6hpjsa99d3mslmxzkshgj0h3zmikp39gimj"; 33341 }; 33342 recipeFile = fetchurl { 33343 url = "https://raw.githubusercontent.com/milkypostman/melpa/d8100599d69a760cd4548004a552cc0adcdb3bed/recipes/helm-pass"; ··· 33756 src = fetchFromGitHub { 33757 owner = "Andersbakken"; 33758 repo = "rtags"; 33759 + rev = "db5ad3a48c579b3522411bd2411c09dbb27af578"; 33760 + sha256 = "1ihv65hfq22yk4wx4njkm73q4s04fr84ib3mjjk8l18xpzl6alal"; 33761 }; 33762 recipeFile = fetchurl { 33763 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/helm-rtags"; ··· 33962 helm-spotify-plus = callPackage ({ emacs, fetchFromGitHub, fetchurl, helm, lib, melpaBuild, multi }: 33963 melpaBuild { 33964 pname = "helm-spotify-plus"; 33965 + version = "20180107.338"; 33966 src = fetchFromGitHub { 33967 owner = "wandersoncferreira"; 33968 repo = "helm-spotify-plus"; 33969 + rev = "895f241f1259891d5c89cd42023f119f9fa121d6"; 33970 + sha256 = "1sjw0bapik01f3lfnsirpayn7b0169lbjhppb2mqzr3xjxm58wbs"; 33971 }; 33972 recipeFile = fetchurl { 33973 url = "https://raw.githubusercontent.com/milkypostman/melpa/306aa9fd29f1495eef71476dfcba3b494223b0a9/recipes/helm-spotify-plus"; ··· 34298 helpful = callPackage ({ dash, dash-functional, elisp-refs, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s, shut-up }: 34299 melpaBuild { 34300 pname = "helpful"; 34301 + version = "20180107.728"; 34302 src = fetchFromGitHub { 34303 owner = "Wilfred"; 34304 repo = "helpful"; 34305 + rev = "04073c80f3c82fa488edcd0cffa4961ff40cf885"; 34306 + sha256 = "1cv7ajqrb0mqqlbv1b34ccj4k2qpi3bv217fkh580l8y6g2lcdk6"; 34307 }; 34308 recipeFile = fetchurl { 34309 url = "https://raw.githubusercontent.com/milkypostman/melpa/889d34b654de13bd413d46071a5ff191cbf3d157/recipes/helpful"; ··· 34973 src = fetchFromGitHub { 34974 owner = "chrisdone"; 34975 repo = "hindent"; 34976 + rev = "cba1110ca413a41a443b8368d63d295d7d36de7a"; 34977 + sha256 = "020dj6q483b7fabspgvnjqw0rhrgj3q1ncdcpafmyn1fgip5y0zq"; 34978 }; 34979 recipeFile = fetchurl { 34980 url = "https://raw.githubusercontent.com/milkypostman/melpa/dbae71a47446095f768be35e689025aed57f462f/recipes/hindent"; ··· 35053 historian = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 35054 melpaBuild { 35055 pname = "historian"; 35056 + version = "20180102.2118"; 35057 src = fetchFromGitHub { 35058 owner = "PythonNut"; 35059 repo = "historian.el"; 35060 + rev = "ba560443a216befd4460fcf16dc6c7f23cb73d8d"; 35061 + sha256 = "1g1p02kx50nry4vm5bcp7kyjnn9lafc9a57nirnkf0gm41m6yj8q"; 35062 }; 35063 recipeFile = fetchurl { 35064 url = "https://raw.githubusercontent.com/milkypostman/melpa/f16dacf64c52767c0c8aef653ac5d1a7a3bd0883/recipes/historian"; ··· 35973 ialign = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 35974 melpaBuild { 35975 pname = "ialign"; 35976 + version = "20180107.305"; 35977 src = fetchFromGitHub { 35978 owner = "mkcms"; 35979 repo = "interactive-align"; 35980 + rev = "df591e452f9a56c69fb69de961baa75751bae3d8"; 35981 + sha256 = "1k3c0wxbn6yrd75275ny66avp70qpd3glnmagsgq3x8mbyxh233d"; 35982 }; 35983 recipeFile = fetchurl { 35984 url = "https://raw.githubusercontent.com/milkypostman/melpa/072f1f7ce17e2972863bce10af9c52b3c6502eab/recipes/ialign"; ··· 37293 inf-clojure = callPackage ({ clojure-mode, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 37294 melpaBuild { 37295 pname = "inf-clojure"; 37296 + version = "20180102.1324"; 37297 src = fetchFromGitHub { 37298 owner = "clojure-emacs"; 37299 repo = "inf-clojure"; 37300 + rev = "247ca70f8ba5104be292aea20fbde6adb37e359f"; 37301 + sha256 = "11hyva006bc4hbhzjwb4brilm6fb7qfm5h66nl0gmmyva40y6412"; 37302 }; 37303 recipeFile = fetchurl { 37304 url = "https://raw.githubusercontent.com/milkypostman/melpa/5d6112e06d1efcb7cb5652b0bec8d282d7f67bd9/recipes/inf-clojure"; ··· 37754 intero = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, flycheck, haskell-mode, lib, melpaBuild }: 37755 melpaBuild { 37756 pname = "intero"; 37757 + version = "20180102.1220"; 37758 src = fetchFromGitHub { 37759 owner = "commercialhaskell"; 37760 repo = "intero"; 37761 + rev = "322b3c017153a536ffa3559b64fc1ac16af19a69"; 37762 + sha256 = "14gmm3l2wwm96xzijjl070mg8d48zj5hqqxs4vh56hadjd2aijlp"; 37763 }; 37764 recipeFile = fetchurl { 37765 url = "https://raw.githubusercontent.com/milkypostman/melpa/1b56ca344ad944e03b669a9974e9b734b5b445bb/recipes/intero"; ··· 38069 irony = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, json ? null, lib, melpaBuild }: 38070 melpaBuild { 38071 pname = "irony"; 38072 + version = "20180104.1109"; 38073 src = fetchFromGitHub { 38074 owner = "Sarcasm"; 38075 repo = "irony-mode"; 38076 + rev = "82ba45ec15c9011bbdf1d69cf25c8193d33c0028"; 38077 + sha256 = "0iby446mpgjrs4kg0ji8435h3aamdvcxbmv1j3qg0i9p6abmi7f8"; 38078 }; 38079 recipeFile = fetchurl { 38080 url = "https://raw.githubusercontent.com/milkypostman/melpa/d2b6a8d57b192325dcd30fddc9ff8dd1516ad680/recipes/irony"; ··· 38363 ivy = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 38364 melpaBuild { 38365 pname = "ivy"; 38366 + version = "20180104.1212"; 38367 src = fetchFromGitHub { 38368 owner = "abo-abo"; 38369 repo = "swiper"; 38370 + rev = "e5c5037fd5f2735b11fc90363f312431619fa8c2"; 38371 + sha256 = "0ssm6dgzzqvwwmwvnws8s0ac4f8dif5sxl9flx296df7s7xryzcv"; 38372 }; 38373 recipeFile = fetchurl { 38374 url = "https://raw.githubusercontent.com/milkypostman/melpa/06c24112a5e17c423a4d92607356b25eb90a9a7b/recipes/ivy"; ··· 38493 src = fetchFromGitHub { 38494 owner = "PythonNut"; 38495 repo = "historian.el"; 38496 + rev = "ba560443a216befd4460fcf16dc6c7f23cb73d8d"; 38497 + sha256 = "1g1p02kx50nry4vm5bcp7kyjnn9lafc9a57nirnkf0gm41m6yj8q"; 38498 }; 38499 recipeFile = fetchurl { 38500 url = "https://raw.githubusercontent.com/milkypostman/melpa/fb79cbc9af6cd443b9de97817d24bcc9050d5940/recipes/ivy-historian"; ··· 38514 src = fetchFromGitHub { 38515 owner = "abo-abo"; 38516 repo = "swiper"; 38517 + rev = "e5c5037fd5f2735b11fc90363f312431619fa8c2"; 38518 + sha256 = "0ssm6dgzzqvwwmwvnws8s0ac4f8dif5sxl9flx296df7s7xryzcv"; 38519 }; 38520 recipeFile = fetchurl { 38521 url = "https://raw.githubusercontent.com/milkypostman/melpa/06c24112a5e17c423a4d92607356b25eb90a9a7b/recipes/ivy-hydra"; ··· 38615 ivy-rich = callPackage ({ emacs, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild }: 38616 melpaBuild { 38617 pname = "ivy-rich"; 38618 + version = "20180107.1736"; 38619 src = fetchFromGitHub { 38620 owner = "yevgnen"; 38621 repo = "ivy-rich"; 38622 + rev = "a87d37430afb4cfe1bfff8f65acf3197ca8e0fe9"; 38623 + sha256 = "15vshxg2yv2fy1s78xh7gns3lgk50x40y7kw3qvlsdrkfrwbkfdv"; 38624 }; 38625 recipeFile = fetchurl { 38626 url = "https://raw.githubusercontent.com/milkypostman/melpa/0fc297f4949e8040d1b0b3271c9a70c64887b960/recipes/ivy-rich"; ··· 38640 src = fetchFromGitHub { 38641 owner = "Andersbakken"; 38642 repo = "rtags"; 38643 + rev = "db5ad3a48c579b3522411bd2411c09dbb27af578"; 38644 + sha256 = "1ihv65hfq22yk4wx4njkm73q4s04fr84ib3mjjk8l18xpzl6alal"; 38645 }; 38646 recipeFile = fetchurl { 38647 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/ivy-rtags"; ··· 39600 js-auto-format-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 39601 melpaBuild { 39602 pname = "js-auto-format-mode"; 39603 + version = "20180103.718"; 39604 src = fetchFromGitHub { 39605 owner = "ybiquitous"; 39606 repo = "js-auto-format-mode"; 39607 + rev = "37e83641fd5eab45e813e4bc74a835fe7229c160"; 39608 + sha256 = "0hmrhp3lijd77kl0b98nbl1p8fmgjfry2hhvh5vickx3315w7qgw"; 39609 }; 39610 recipeFile = fetchurl { 39611 url = "https://raw.githubusercontent.com/milkypostman/melpa/2d3be16771b5b5fde639da3ee97890620354ee7a/recipes/js-auto-format-mode"; ··· 39936 json-rpc = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 39937 melpaBuild { 39938 pname = "json-rpc"; 39939 + version = "20180104.728"; 39940 src = fetchFromGitHub { 39941 owner = "skeeto"; 39942 repo = "elisp-json-rpc"; 39943 + rev = "0992ae71964055230aa5d4d934a1b93b5dfd7eb4"; 39944 + sha256 = "0nfccwxss3dz1ig6i3dig703xpsy90m7i96bm3pysrw2jfp4by9s"; 39945 }; 39946 recipeFile = fetchurl { 39947 url = "https://raw.githubusercontent.com/milkypostman/melpa/82c6b97cdfe2970f028a00146b01e5734710291b/recipes/json-rpc"; ··· 40457 kaolin-themes = callPackage ({ autothemer, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 40458 melpaBuild { 40459 pname = "kaolin-themes"; 40460 + version = "20180103.1058"; 40461 src = fetchFromGitHub { 40462 owner = "ogdenwebb"; 40463 repo = "emacs-kaolin-themes"; 40464 + rev = "3fd999ba8940ddda2ad9db7359901d3573a58864"; 40465 + sha256 = "1mc9x9pr51dkm1h70ijvllympk2nch52pqy1qzh4m09haqw6akxq"; 40466 }; 40467 recipeFile = fetchurl { 40468 url = "https://raw.githubusercontent.com/milkypostman/melpa/043a4e3bd5301ef8f4df2cbda0b3f4111eb399e4/recipes/kaolin-themes"; ··· 40965 src = fetchFromGitHub { 40966 owner = "kivy"; 40967 repo = "kivy"; 40968 + rev = "00c161d076fc754357a133e483699146cdd81518"; 40969 + sha256 = "14xlqqxpsp2pvcgzmqk98psff23a5s09637s0aqcij51rd7g5zsv"; 40970 }; 40971 recipeFile = fetchurl { 40972 url = "https://raw.githubusercontent.com/milkypostman/melpa/688e2a114073958c413e56e1d117d48db9d16fb8/recipes/kivy-mode"; ··· 41737 lean-mode = callPackage ({ dash, dash-functional, emacs, f, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, s }: 41738 melpaBuild { 41739 pname = "lean-mode"; 41740 + version = "20180105.1619"; 41741 src = fetchFromGitHub { 41742 owner = "leanprover"; 41743 repo = "lean-mode"; 41744 + rev = "3403179a38693a221bfa86def0c99f6342c5eb73"; 41745 + sha256 = "0w6zc1w7kic3ds5hf30i3mj9wxbq2c8wdywbslfprwwi1hxyzmsq"; 41746 }; 41747 recipeFile = fetchurl { 41748 url = "https://raw.githubusercontent.com/milkypostman/melpa/42f4d6438c8aeb94ebc1782f2f5e2abd17f0ffde/recipes/lean-mode"; ··· 42056 src = fetchFromGitHub { 42057 owner = "rvirding"; 42058 repo = "lfe"; 42059 + rev = "3878e7009e9d1d8f3fb26e1b8bdaf21e681f1b52"; 42060 + sha256 = "0c88my6c4ycbjqwd8m5jw4ilh4bfap3202sr11z0r6wvc6kf44wk"; 42061 }; 42062 recipeFile = fetchurl { 42063 url = "https://raw.githubusercontent.com/milkypostman/melpa/c44bdb00707c9ef90160e0a44f7148b480635132/recipes/lfe-mode"; ··· 42333 lispy = callPackage ({ ace-window, emacs, fetchFromGitHub, fetchurl, hydra, iedit, lib, melpaBuild, swiper, zoutline }: 42334 melpaBuild { 42335 pname = "lispy"; 42336 + version = "20180105.1040"; 42337 src = fetchFromGitHub { 42338 owner = "abo-abo"; 42339 repo = "lispy"; 42340 + rev = "ee96631f416c410dd30077311f593bf1c58eb50e"; 42341 + sha256 = "1hvlvyx0iarh7p8n8sgz4x75clg0i3f4chfis0zi0nxag274nl1r"; 42342 }; 42343 recipeFile = fetchurl { 42344 url = "https://raw.githubusercontent.com/milkypostman/melpa/e23c062ff32d7aeae486c01e29c56a74727dcf1d/recipes/lispy"; ··· 42648 live-py-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 42649 melpaBuild { 42650 pname = "live-py-mode"; 42651 + version = "20180107.2134"; 42652 src = fetchFromGitHub { 42653 owner = "donkirkby"; 42654 repo = "live-py-plugin"; 42655 + rev = "00b7d06e525ef8d18064261ff125ac965ad06e8f"; 42656 + sha256 = "03qklbvz4w0qxcw43pj9kmsj5gnl1c3x3nywirjsn0klldi5q37r"; 42657 }; 42658 recipeFile = fetchurl { 42659 url = "https://raw.githubusercontent.com/milkypostman/melpa/c7615237e80b46b5c50cb51a3ed5b07d92566fb7/recipes/live-py-mode"; ··· 42756 version = "20150910.644"; 42757 src = fetchgit { 42758 url = "https://llvm.org/git/llvm"; 42759 + rev = "14e29de03db7e2b075b70fdb419f7ac428381b11"; 42760 + sha256 = "01ly5kms4w7b3jqq3d8d11cg18mlqivzk6ps9hb14wissv4mqg9f"; 42761 }; 42762 recipeFile = fetchurl { 42763 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e2a0e4698d4e71ec28656594f6a83504a823490/recipes/llvm-mode"; ··· 43296 lsp-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }: 43297 melpaBuild { 43298 pname = "lsp-mode"; 43299 + version = "20180105.103"; 43300 src = fetchFromGitHub { 43301 owner = "emacs-lsp"; 43302 repo = "lsp-mode"; 43303 + rev = "768b07d3a76af7ba8dbe4c25aae6379da05fb306"; 43304 + sha256 = "1lv8i9lwi1r2npab0nrxmma8ghzlj8nm06kw8iyjyh5c83vi9wab"; 43305 }; 43306 recipeFile = fetchurl { 43307 url = "https://raw.githubusercontent.com/milkypostman/melpa/1a7b69312e688211089a23b75910c05efb507e35/recipes/lsp-mode"; ··· 43380 lsp-ui = callPackage ({ emacs, fetchFromGitHub, fetchurl, flycheck, lib, lsp-mode, markdown-mode, melpaBuild }: 43381 melpaBuild { 43382 pname = "lsp-ui"; 43383 + version = "20180107.2330"; 43384 src = fetchFromGitHub { 43385 owner = "emacs-lsp"; 43386 repo = "lsp-ui"; 43387 + rev = "cc4e2035b1a7594bc0de1dd84e5bb6d7b607c39b"; 43388 + sha256 = "1i6z4slca09rnsd0n589wxm5dazkm7dkxzp0l5v522glys0p36xk"; 43389 }; 43390 recipeFile = fetchurl { 43391 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e4fa7cdf71f49f6998b26d81de9522248bc58e6/recipes/lsp-ui"; ··· 43422 lua-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 43423 melpaBuild { 43424 pname = "lua-mode"; 43425 + version = "20180104.626"; 43426 src = fetchFromGitHub { 43427 owner = "immerrr"; 43428 repo = "lua-mode"; 43429 + rev = "6c691839b7e784884ae5c390bf1927953cd2bde7"; 43430 + sha256 = "0fm1d85302q79r4zrzmdx4v5c1vvr53g687vm5frf9sv8gg6hx0w"; 43431 }; 43432 recipeFile = fetchurl { 43433 url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/lua-mode"; ··· 43737 magit = callPackage ({ async, dash, emacs, fetchFromGitHub, fetchurl, ghub, git-commit, let-alist, lib, magit-popup, melpaBuild, with-editor }: 43738 melpaBuild { 43739 pname = "magit"; 43740 + version = "20180107.832"; 43741 src = fetchFromGitHub { 43742 owner = "magit"; 43743 repo = "magit"; 43744 + rev = "53eeafcdcb12f9deb74548ffa5b17c397ad7def2"; 43745 + sha256 = "0pvwmbgmqdpy599nr6518yxzl5k8lkdi7a93v1dr7hcf3lg5ygpg"; 43746 }; 43747 recipeFile = fetchurl { 43748 url = "https://raw.githubusercontent.com/milkypostman/melpa/0263ca6aea7bf6eae26a637454affbda6bd106df/recipes/magit"; ··· 45880 mixed-pitch = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 45881 melpaBuild { 45882 pname = "mixed-pitch"; 45883 + version = "20180103.1839"; 45884 src = fetchFromGitHub { 45885 owner = "jabranham"; 45886 repo = "mixed-pitch"; 45887 + rev = "e6f063bdc968f8ff21418e9f3b1d501cd0e5d4bd"; 45888 + sha256 = "1jgwg8y77gm8fkggmi64vcv855swnb0nra2b59np6k1qacqj1zkq"; 45889 }; 45890 recipeFile = fetchurl { 45891 url = "https://raw.githubusercontent.com/milkypostman/melpa/20e85b11dc864500d44b25e36c5e7c4c67c1ebe2/recipes/mixed-pitch"; ··· 46404 monokai-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 46405 melpaBuild { 46406 pname = "monokai-theme"; 46407 + version = "20180104.429"; 46408 src = fetchFromGitHub { 46409 owner = "oneKelvinSmith"; 46410 repo = "monokai-emacs"; 46411 + rev = "bb5cbbd5895b8b3fbc6af572b1fd0aacd4988a8a"; 46412 + sha256 = "1f0jl4a3b6i9skbcym0qzpszy620385m947l2ba2wxf1na7rc626"; 46413 }; 46414 recipeFile = fetchurl { 46415 url = "https://raw.githubusercontent.com/milkypostman/melpa/2bc9ce95a02fc4bcf7bc7547849c1c15d6db5089/recipes/monokai-theme"; ··· 46425 monroe = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 46426 melpaBuild { 46427 pname = "monroe"; 46428 + version = "20180108.224"; 46429 src = fetchFromGitHub { 46430 owner = "sanel"; 46431 repo = "monroe"; 46432 + rev = "c1dd7fe6e14a0ec2dae3135e74dffa797c9df28a"; 46433 + sha256 = "1853vvipyngv6chs10rswx5mhm9p3fgm1n3kpp4chhbc3040q97r"; 46434 }; 46435 recipeFile = fetchurl { 46436 url = "https://raw.githubusercontent.com/milkypostman/melpa/590e5e784c5a1c12a241d90c9a0794d2737a61ef/recipes/monroe"; ··· 48270 nimbus-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 48271 melpaBuild { 48272 pname = "nimbus-theme"; 48273 + version = "20180106.437"; 48274 src = fetchFromGitHub { 48275 owner = "m-cat"; 48276 repo = "nimbus-theme"; 48277 + rev = "3cb301760d3ff8bb26cad325dc29001893672a46"; 48278 + sha256 = "1h1yxn0whyb8wf13vs55a8zs66jz9svm9780sxaxcdr3gkvgqmd7"; 48279 }; 48280 recipeFile = fetchurl { 48281 url = "https://raw.githubusercontent.com/milkypostman/melpa/fc0e6b456b76e2379c64a86ad844362c58146dc6/recipes/nimbus-theme"; ··· 48501 no-littering = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 48502 melpaBuild { 48503 pname = "no-littering"; 48504 + version = "20180108.305"; 48505 src = fetchFromGitHub { 48506 owner = "emacscollective"; 48507 repo = "no-littering"; 48508 + rev = "e585ca177a55808a17a53e8a9020198a18175543"; 48509 + sha256 = "197dr52a2xw3da7zaia48qndmgrs3h8nx6wan9zslpy8497c8bbn"; 48510 }; 48511 recipeFile = fetchurl { 48512 url = "https://raw.githubusercontent.com/milkypostman/melpa/57a2fb9524df3fdfdc54c403112e12bd70888b23/recipes/no-littering"; ··· 48669 nord-theme = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 48670 melpaBuild { 48671 pname = "nord-theme"; 48672 + version = "20180102.1001"; 48673 src = fetchFromGitHub { 48674 owner = "arcticicestudio"; 48675 repo = "nord-emacs"; 48676 + rev = "b5c1dc762fe3acaa88a0ce9640085d45d0109c43"; 48677 + sha256 = "0j1cbwlh646gkjp70maqbq7izchgc23wdax50ykgkw3mxhjrlsf2"; 48678 }; 48679 recipeFile = fetchurl { 48680 url = "https://raw.githubusercontent.com/milkypostman/melpa/31cb60069825abe3998c8b43bc9177b39a7f3659/recipes/nord-theme"; ··· 48708 }) {}; 48709 notmuch = callPackage ({ fetchgit, fetchurl, lib, melpaBuild }: melpaBuild { 48710 pname = "notmuch"; 48711 + version = "20180104.1635"; 48712 src = fetchgit { 48713 url = "git://git.notmuchmail.org/git/notmuch"; 48714 + rev = "54982e520c3bee74e947e311ee5b1219396fa1a8"; 48715 + sha256 = "00ni0vnsq4p7cka9jy9fw2rdmkm3gxii7blq1c87bpbvrlwjzrhl"; 48716 }; 48717 recipeFile = fetchurl { 48718 url = "https://raw.githubusercontent.com/milkypostman/melpa/b19f21ed7485036e799ccd88edbf7896a379d759/recipes/notmuch"; ··· 48875 nu-mode = callPackage ({ ace-window, avy, fetchFromGitHub, fetchurl, lib, melpaBuild, transpose-frame, undo-tree, which-key }: 48876 melpaBuild { 48877 pname = "nu-mode"; 48878 + version = "20180104.1243"; 48879 src = fetchFromGitHub { 48880 owner = "pyluyten"; 48881 repo = "emacs-nu"; 48882 + rev = "91056b70667036bc78d6c8585cf0bc8fe7ba21c0"; 48883 + sha256 = "0pf8ng0r829lrbqjz61wjdag9cb27cx0cj2idgpy92hfiy9s6saa"; 48884 }; 48885 recipeFile = fetchurl { 48886 url = "https://raw.githubusercontent.com/milkypostman/melpa/230d5f8fdd965a24b8ff3cc94acf378d04815fca/recipes/nu-mode"; ··· 49158 src = fetchFromGitHub { 49159 owner = "astahlman"; 49160 repo = "ob-async"; 49161 + rev = "99a6f24191cacb343d6090ecc8c1c67f768b2e22"; 49162 + sha256 = "1cw62nsdnmllpkn4mqi80vp6s17yf6an418gvr06z8cxqndw07h1"; 49163 }; 49164 recipeFile = fetchurl { 49165 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ob-async"; ··· 49237 ob-cfengine3 = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 49238 melpaBuild { 49239 pname = "ob-cfengine3"; 49240 + version = "20180102.1012"; 49241 src = fetchFromGitHub { 49242 owner = "nickanderson"; 49243 repo = "ob-cfengine3"; 49244 + rev = "93ebcfceec3734f4bd187ae123686187d66fd401"; 49245 + sha256 = "0cyjdg8vzaf31gqsgmz5znw7v2p36jiz3sj1jvw7vhr8s4iar81i"; 49246 }; 49247 recipeFile = fetchurl { 49248 url = "https://raw.githubusercontent.com/milkypostman/melpa/d068233c438e76cbcc6e9a97cbec9b2550a18ed6/recipes/ob-cfengine3"; ··· 49258 ob-clojure-literate = callPackage ({ cider, dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 49259 melpaBuild { 49260 pname = "ob-clojure-literate"; 49261 + version = "20180106.2121"; 49262 src = fetchFromGitHub { 49263 owner = "stardiviner"; 49264 repo = "ob-clojure-literate"; 49265 + rev = "e2b264f0f42467436f71aac81ca848fe9ab517d5"; 49266 + sha256 = "1w0mga44s7lghivw0ixm8gb8ryav5myd9i4x0xbdc8512jgy6a91"; 49267 }; 49268 recipeFile = fetchurl { 49269 url = "https://raw.githubusercontent.com/milkypostman/melpa/e958745861c9673248955443bcc2c76d504b32f7/recipes/ob-clojure-literate"; ··· 49657 ob-php = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 49658 melpaBuild { 49659 pname = "ob-php"; 49660 + version = "20180103.441"; 49661 src = fetchFromGitHub { 49662 owner = "stardiviner"; 49663 repo = "ob-php"; 49664 + rev = "08b41282fba31abca030a387062c3f1eb25a723f"; 49665 + sha256 = "1anrqqd4g4pq2ngslgkqarxisgmn9i7nggj2m76ny7ga1hxi2agv"; 49666 }; 49667 recipeFile = fetchurl { 49668 url = "https://raw.githubusercontent.com/milkypostman/melpa/940a22790c9e5fd2f7729c71efad907683cc392c/recipes/ob-php"; ··· 50968 org-brain = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 50969 melpaBuild { 50970 pname = "org-brain"; 50971 + version = "20180107.1655"; 50972 src = fetchFromGitHub { 50973 owner = "Kungsgeten"; 50974 repo = "org-brain"; 50975 + rev = "42596a3c29e9b6b64c05b04db04d23ea282560e4"; 50976 + sha256 = "1ca0x87i6vqs004dr6qc9hi1lqbvj82464cbfj3vr0z2n5pi7hl5"; 50977 }; 50978 recipeFile = fetchurl { 50979 url = "https://raw.githubusercontent.com/milkypostman/melpa/47480fbae06e4110d50bc89db7df05fa80afc7d3/recipes/org-brain"; ··· 51594 license = lib.licenses.free; 51595 }; 51596 }) {}; 51597 + org-jira = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, request, s }: 51598 melpaBuild { 51599 pname = "org-jira"; 51600 + version = "20180103.1813"; 51601 src = fetchFromGitHub { 51602 owner = "ahungry"; 51603 repo = "org-jira"; 51604 + rev = "51a1b2248ec421aecdd38aaf5c2876a036b08bb7"; 51605 + sha256 = "0zyh5nn9hgiz0ic67ypahaah5f3vjmall7z0ffn4gl0fy22sar6h"; 51606 }; 51607 recipeFile = fetchurl { 51608 url = "https://raw.githubusercontent.com/milkypostman/melpa/730a585e5c9216a2428a134c09abcc20bc7c631d/recipes/org-jira"; 51609 sha256 = "0dvh9k0i75jxyy3v01c4cfyws8ij6718hsivi2xyrgig7pwp16ib"; 51610 name = "org-jira"; 51611 }; 51612 + packageRequires = [ cl-lib emacs request s ]; 51613 meta = { 51614 homepage = "https://melpa.org/#/org-jira"; 51615 license = lib.licenses.free; ··· 51811 src = fetchFromGitHub { 51812 owner = "Rahi374"; 51813 repo = "org-notebook"; 51814 + rev = "86042d866bf441e2c9bb51f995e5994141b78517"; 51815 + sha256 = "0znxn6zzc9645m3wmkryf4xwjskf7gwylrg6z2kmr1wpjlpfwb01"; 51816 }; 51817 recipeFile = fetchurl { 51818 url = "https://raw.githubusercontent.com/milkypostman/melpa/04149b1f158e857ea824fe120372ac52a000adcf/recipes/org-notebook"; ··· 51982 org-pdfview = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, org, pdf-tools }: 51983 melpaBuild { 51984 pname = "org-pdfview"; 51985 + version = "20180102.2349"; 51986 src = fetchFromGitHub { 51987 owner = "markus1189"; 51988 repo = "org-pdfview"; 51989 + rev = "645f451df82fb5ebdf42b2c208711d307781062d"; 51990 + sha256 = "1iq90f821iycqs1qff1m2vjl1czri01c484gcnn50wnf7mdfynhk"; 51991 }; 51992 recipeFile = fetchurl { 51993 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/org-pdfview"; ··· 53440 src = fetchFromGitHub { 53441 owner = "articuluxe"; 53442 repo = "outrespace"; 53443 + rev = "0a3b53d283fe8adb8de45766d284704ed4557e23"; 53444 + sha256 = "0cas2divgdjai06f6jk5c808vhvg5dcwyc9nam2krvd8k5y5nd8q"; 53445 }; 53446 recipeFile = fetchurl { 53447 url = "https://raw.githubusercontent.com/milkypostman/melpa/2659a78181b8fe98ca4a80c75ec8c9b6dff44bb5/recipes/outrespace"; ··· 53667 ox-hugo = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 53668 melpaBuild { 53669 pname = "ox-hugo"; 53670 + version = "20180107.1554"; 53671 src = fetchFromGitHub { 53672 owner = "kaushalmodi"; 53673 repo = "ox-hugo"; 53674 + rev = "44ac07fb5d3a30662dd2c4643fe9d9e3ce85465d"; 53675 + sha256 = "1p3053kkjq1kv91jm6myp3ikjvh53c3yrnvrxfg5jndr6p1zawqz"; 53676 }; 53677 recipeFile = fetchurl { 53678 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e1240bb7b5bb8773f804b987901566a20e3e8a9/recipes/ox-hugo"; ··· 53751 ox-mediawiki = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 53752 melpaBuild { 53753 pname = "ox-mediawiki"; 53754 + version = "20180105.1354"; 53755 src = fetchFromGitHub { 53756 owner = "tomalexander"; 53757 repo = "orgmode-mediawiki"; 53758 + rev = "a9327150293e370e500ba55bddfe5fc435c6bf9b"; 53759 + sha256 = "0dsq86hli24imdkgsf45asx23kriw9di3d0cf5z8axfpkcbkn770"; 53760 }; 53761 recipeFile = fetchurl { 53762 url = "https://raw.githubusercontent.com/milkypostman/melpa/24244d146306ce965df382c8958c7574c74313f2/recipes/ox-mediawiki"; ··· 54465 paper-theme = callPackage ({ emacs, fetchFromGitHub, fetchurl, hexrgb, lib, melpaBuild }: 54466 melpaBuild { 54467 pname = "paper-theme"; 54468 + version = "20180107.1613"; 54469 src = fetchFromGitHub { 54470 owner = "cadadr"; 54471 repo = "elisp"; 54472 + rev = "28d7339f2e70c617f2e8e3979b45d78883a27282"; 54473 + sha256 = "1ank29f64cwdg9faqz8fknaz0cn4jma18197n6q3fhb6mfl081hn"; 54474 }; 54475 recipeFile = fetchurl { 54476 url = "https://raw.githubusercontent.com/milkypostman/melpa/a7ea18a56370348715dec91f75adc162c800dd10/recipes/paper-theme"; ··· 55114 pc-bufsw = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 55115 melpaBuild { 55116 pname = "pc-bufsw"; 55117 + version = "20180107.1040"; 55118 src = fetchFromGitHub { 55119 owner = "ibukanov"; 55120 repo = "pc-bufsw"; 55121 + rev = "b99ba484e18ebf2b88654704146746490bb7625f"; 55122 + sha256 = "184nnkfh7n6vbbmvykvklr1dn3dcwjj3w800irdg55bbnkxxzkj4"; 55123 }; 55124 recipeFile = fetchurl { 55125 url = "https://raw.githubusercontent.com/milkypostman/melpa/5f2bbd34d673935846c286e73a1e2efaa00ab01a/recipes/pc-bufsw"; ··· 55571 license = lib.licenses.free; 55572 }; 55573 }) {}; 55574 + persp-fr = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, persp-mode }: 55575 melpaBuild { 55576 pname = "persp-fr"; 55577 + version = "20180103.642"; 55578 src = fetchFromGitHub { 55579 owner = "rocher"; 55580 repo = "persp-fr"; 55581 + rev = "aeb3b5de6135269091bb9aa0396973766c27fc88"; 55582 + sha256 = "0l6hlgn54iw2f6ry0gw79rsbz1r4svxf2xwffi580vi68wrcnvf2"; 55583 }; 55584 recipeFile = fetchurl { 55585 url = "https://raw.githubusercontent.com/milkypostman/melpa/8e09213dddf003a1275eafb767431a507ecf7639/recipes/persp-fr"; 55586 sha256 = "0p4379yr1b32l8ghq1axyb8qhp28gnq5qxxvbk3mdzgbwwj8y4b2"; 55587 name = "persp-fr"; 55588 }; 55589 + packageRequires = [ dash emacs persp-mode ]; 55590 meta = { 55591 homepage = "https://melpa.org/#/persp-fr"; 55592 license = lib.licenses.free; ··· 55595 persp-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 55596 melpaBuild { 55597 pname = "persp-mode"; 55598 + version = "20180104.843"; 55599 src = fetchFromGitHub { 55600 owner = "Bad-ptr"; 55601 repo = "persp-mode.el"; 55602 + rev = "eef754ce06159e220a9f3c99db3809925f41b8f1"; 55603 + sha256 = "1x4s1nlnvab3sgzm0glkazfpc7lkh64af5nc4jjz1jzin8v0m055"; 55604 }; 55605 recipeFile = fetchurl { 55606 url = "https://raw.githubusercontent.com/milkypostman/melpa/caad63d14f770f07d09b6174b7b40c5ab06a1083/recipes/persp-mode"; ··· 56120 php-mode = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 56121 melpaBuild { 56122 pname = "php-mode"; 56123 + version = "20180105.541"; 56124 src = fetchFromGitHub { 56125 owner = "ejmr"; 56126 repo = "php-mode"; 56127 + rev = "c3f3ac1665a77a0d3ee425244c77d923eadc9621"; 56128 + sha256 = "1flhbqqg2jnlh8l8p7g130arq3fx27z5h8ki98wgd070s794x39y"; 56129 }; 56130 recipeFile = fetchurl { 56131 url = "https://raw.githubusercontent.com/milkypostman/melpa/7cdbc35fee67b87b87ec72aa00e6dca77aef17c4/recipes/php-mode"; ··· 56645 plan9-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 56646 melpaBuild { 56647 pname = "plan9-theme"; 56648 + version = "20180102.1852"; 56649 src = fetchFromGitHub { 56650 owner = "john2x"; 56651 repo = "plan9-theme.el"; 56652 + rev = "2a31fb9251922667692337c867612947d2139696"; 56653 + sha256 = "0g01a34q3dsn23s7s94xxmrvqalmvzi3hdz2hgh4swn4hrp4bzqf"; 56654 }; 56655 recipeFile = fetchurl { 56656 url = "https://raw.githubusercontent.com/milkypostman/melpa/cdc4c2bafaa09e38edd485a9091db689fbda2fe6/recipes/plan9-theme"; ··· 56897 version = "20170419.303"; 56898 src = fetchgit { 56899 url = "https://git.savannah.gnu.org/git/gettext.git"; 56900 + rev = "d4e434046121b395e8e96ac3dcb4a8f6113f4fd3"; 56901 + sha256 = "1abk6v8afmbn1sfyjkw14zvq1xgfnpsvi6m4qaglpa460awsnq9c"; 56902 }; 56903 recipeFile = fetchurl { 56904 url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/po-mode"; ··· 57159 src = fetchFromGitHub { 57160 owner = "TatriX"; 57161 repo = "pomidor"; 57162 + rev = "612912789b01d5d53975f0b2e64322ab79035be1"; 57163 + sha256 = "0ia344z9gvnq37kvac534mpcl5rx84qg2cjgr6lrxa4svnq6353x"; 57164 }; 57165 recipeFile = fetchurl { 57166 url = "https://raw.githubusercontent.com/milkypostman/melpa/4e0d4f313081594df23f357c40feb456847d8bd0/recipes/pomidor"; ··· 57638 prassee-theme = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 57639 melpaBuild { 57640 pname = "prassee-theme"; 57641 + version = "20180105.1644"; 57642 src = fetchFromGitHub { 57643 owner = "prassee"; 57644 repo = "prassee-emacs-theme"; 57645 + rev = "b68d13f929364b9bb087f8f587798144218f7dc6"; 57646 + sha256 = "08r22xsrlycl0lyqg5qi5wv5w4zhdawmi8ikdgvn5776qaixb6r7"; 57647 }; 57648 recipeFile = fetchurl { 57649 url = "https://raw.githubusercontent.com/milkypostman/melpa/15425b576045af1c508912e2091daf475b80b429/recipes/prassee-theme"; ··· 58099 projectile = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, pkg-info }: 58100 melpaBuild { 58101 pname = "projectile"; 58102 + version = "20180107.2233"; 58103 src = fetchFromGitHub { 58104 owner = "bbatsov"; 58105 repo = "projectile"; 58106 + rev = "293849974df45b60bad572bfdc5166575fbbf0a5"; 58107 + sha256 = "0pi1m7wzw772hvxx1iaqj33nw9mlgdp8pnir41205awl2hh7w2i0"; 58108 }; 58109 recipeFile = fetchurl { 58110 url = "https://raw.githubusercontent.com/milkypostman/melpa/ca7bf43ef8893bf04e9658390e306ef69e80a156/recipes/projectile"; ··· 58544 src = fetchFromGitHub { 58545 owner = "google"; 58546 repo = "protobuf"; 58547 + rev = "bab843b8b96757ed2138fdc01dc5d82d47a2239c"; 58548 + sha256 = "0b5vj227rr501fzy8y6hbg0q2y0z6hs8yk39m7crw3fwd4zqyn0h"; 58549 }; 58550 recipeFile = fetchurl { 58551 url = "https://raw.githubusercontent.com/milkypostman/melpa/b4e7f5f641251e17add561991d3bcf1fde23467b/recipes/protobuf-mode"; ··· 59283 pyim = callPackage ({ async, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, popup, pyim-basedict }: 59284 melpaBuild { 59285 pname = "pyim"; 59286 + version = "20180108.310"; 59287 src = fetchFromGitHub { 59288 owner = "tumashu"; 59289 repo = "pyim"; 59290 + rev = "eefbdec87ae923c91dbe33fcfc1af5a47b2e2ba5"; 59291 + sha256 = "0y7m9446dlip4qwx7s3w2jgx5s0r1s4cjvgacby20l1vs25k5drk"; 59292 }; 59293 recipeFile = fetchurl { 59294 url = "https://raw.githubusercontent.com/milkypostman/melpa/151a0af91a58e27f724854d85d5dd9668229fe8d/recipes/pyim"; ··· 59413 src = fetchFromGitHub { 59414 owner = "PyCQA"; 59415 repo = "pylint"; 59416 + rev = "f5a7e4327d2f31744d3ae84e46ac4cde1b76b2d3"; 59417 + sha256 = "138zpjb1ckvh5bwl3l7ig7wl57b7zlr91yx2mgk71j3bbwjcjjg4"; 59418 }; 59419 recipeFile = fetchurl { 59420 url = "https://raw.githubusercontent.com/milkypostman/melpa/a073c91d6f4d31b82f6bfee785044c4e3ae96d3f/recipes/pylint"; ··· 59556 python-mode = callPackage ({ fetchFromGitLab, fetchurl, lib, melpaBuild }: 59557 melpaBuild { 59558 pname = "python-mode"; 59559 + version = "20180104.1009"; 59560 src = fetchFromGitLab { 59561 owner = "python-mode-devs"; 59562 repo = "python-mode"; 59563 + rev = "ff5ca6ed9e5eabad355bfb1218bd8020a846b77f"; 59564 + sha256 = "1na11xf6w781kifh8rp02909difn4jy66z38h0q1lhjdm82p2p25"; 59565 }; 59566 recipeFile = fetchurl { 59567 url = "https://raw.githubusercontent.com/milkypostman/melpa/82861e1ab114451af5e1106d53195afd3605448a/recipes/python-mode"; ··· 60648 real-auto-save = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 60649 melpaBuild { 60650 pname = "real-auto-save"; 60651 + version = "20180107.1850"; 60652 src = fetchFromGitHub { 60653 owner = "chillaranand"; 60654 repo = "real-auto-save"; 60655 + rev = "d813632c1e754539cc92953ac4c3609105f9af58"; 60656 + sha256 = "0gz0w7zxl865shz9mf5xv8xi5mjq969600jqh4laazvhyk32skmg"; 60657 }; 60658 recipeFile = fetchurl { 60659 url = "https://raw.githubusercontent.com/milkypostman/melpa/525039a3dc29190829bf50d608ef09bc4a8557af/recipes/real-auto-save"; ··· 60669 realgud = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, load-relative, loc-changes, melpaBuild, test-simple }: 60670 melpaBuild { 60671 pname = "realgud"; 60672 + version = "20180102.1645"; 60673 src = fetchFromGitHub { 60674 owner = "rocky"; 60675 repo = "emacs-dbgr"; 60676 + rev = "2b3ffb5c375dd32a633668eec969148590b489b4"; 60677 + sha256 = "0sbldlhji6rzxjs2hip54sn376ar6rqbyaancmg85y85349q6q3b"; 60678 }; 60679 recipeFile = fetchurl { 60680 url = "https://raw.githubusercontent.com/milkypostman/melpa/7ca56f05df6c8430a5cbdc55caac58ba79ed6ce5/recipes/realgud"; ··· 60990 redprl = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 60991 melpaBuild { 60992 pname = "redprl"; 60993 + version = "20180102.1356"; 60994 src = fetchFromGitHub { 60995 owner = "RedPRL"; 60996 repo = "sml-redprl"; 60997 + rev = "73a87f907871e5dcd559e2ed2ea73370021b0390"; 60998 + sha256 = "1j1i8l81a3s5h482r7whsdl1fbgmnb2s2zijf7vbnq92dvmx6pfm"; 60999 }; 61000 recipeFile = fetchurl { 61001 url = "https://raw.githubusercontent.com/milkypostman/melpa/06e7371d703ffdc5b6ea555f2ed289e57e71e377/recipes/redprl"; ··· 61640 restclient-test = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, restclient }: 61641 melpaBuild { 61642 pname = "restclient-test"; 61643 + version = "20180106.1246"; 61644 src = fetchFromGitHub { 61645 owner = "simenheg"; 61646 repo = "restclient-test.el"; 61647 + rev = "4518561bc9661fedacb6fb352e9677207f45c418"; 61648 + sha256 = "0hbilpn77w0vykga9p4dkwaygipyna7mwn24y2kwfcahcr39pqjb"; 61649 }; 61650 recipeFile = fetchurl { 61651 url = "https://raw.githubusercontent.com/milkypostman/melpa/82e3078fc1f96d276fd288c3d7b91df5df4717a6/recipes/restclient-test"; ··· 62207 rtags = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 62208 melpaBuild { 62209 pname = "rtags"; 62210 + version = "20180107.2358"; 62211 src = fetchFromGitHub { 62212 owner = "Andersbakken"; 62213 repo = "rtags"; 62214 + rev = "db5ad3a48c579b3522411bd2411c09dbb27af578"; 62215 + sha256 = "1ihv65hfq22yk4wx4njkm73q4s04fr84ib3mjjk8l18xpzl6alal"; 62216 }; 62217 recipeFile = fetchurl { 62218 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/rtags"; ··· 63051 src = fetchFromGitHub { 63052 owner = "openscad"; 63053 repo = "openscad"; 63054 + rev = "3473eb1a568669779e3e896ededd0d0708766fe4"; 63055 + sha256 = "0d6ky2kglqraq61k9ikk1nbrpmra8h16vhhafkail41wq36vx6x5"; 63056 }; 63057 recipeFile = fetchurl { 63058 url = "https://raw.githubusercontent.com/milkypostman/melpa/2d27782b9ac8474fbd4f51535351207c9c84984c/recipes/scad-mode"; ··· 63610 license = lib.licenses.free; 63611 }; 63612 }) {}; 63613 + secretaria = callPackage ({ alert, emacs, f, fetchgit, fetchurl, lib, melpaBuild, s }: 63614 melpaBuild { 63615 pname = "secretaria"; 63616 + version = "20180104.720"; 63617 src = fetchgit { 63618 url = "https://bitbucket.org/shackra/secretaria.el"; 63619 + rev = "e9d59d264ba30f8055a1ee1576fe9296d5b41055"; 63620 + sha256 = "10ijr9babki05j3wlhwsym85q868kirivsml7jlmi1csnn2y3c6b"; 63621 }; 63622 recipeFile = fetchurl { 63623 url = "https://raw.githubusercontent.com/milkypostman/melpa/7b4c9ccbf2eeaa290f3b9d1e5eaaeb5b5547b365/recipes/secretaria"; 63624 sha256 = "1a8jf91wplzazssh0s8ld0g8rp57gdfvxlsyn643w3mbp3ny8ybv"; 63625 name = "secretaria"; 63626 }; 63627 + packageRequires = [ alert emacs f s ]; 63628 meta = { 63629 homepage = "https://melpa.org/#/secretaria"; 63630 license = lib.licenses.free; ··· 64074 shader-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 64075 melpaBuild { 64076 pname = "shader-mode"; 64077 + version = "20180105.1500"; 64078 src = fetchFromGitHub { 64079 owner = "midnightSuyama"; 64080 repo = "shader-mode"; 64081 + rev = "c141841feeee48299cff6651ed2e201a052e0570"; 64082 + sha256 = "177kn9zrnzsayx9n9ym9k9a1rrbn8sycv1v67knpca05wkxg53zi"; 64083 }; 64084 recipeFile = fetchurl { 64085 url = "https://raw.githubusercontent.com/milkypostman/melpa/4396f3c10a38f91d5f98684efbeb02812e479209/recipes/shader-mode"; ··· 64410 shimbun = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 64411 melpaBuild { 64412 pname = "shimbun"; 64413 + version = "20171224.1958"; 64414 src = fetchFromGitHub { 64415 owner = "emacsorphanage"; 64416 repo = "w3m"; 64417 + rev = "948a1a0f3e96e6c09c938e060f352ec126054ab1"; 64418 + sha256 = "1dwfw7hbcz88dvfy9hrllxhmhwdx6gfh9n457b6svcdjcn831d6d"; 64419 }; 64420 recipeFile = fetchurl { 64421 url = "https://raw.githubusercontent.com/milkypostman/melpa/30de78c9cf83de30093a5647976eeaf552d4b2cb/recipes/shimbun"; ··· 64893 simple-paren = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 64894 melpaBuild { 64895 pname = "simple-paren"; 64896 + version = "20180104.1016"; 64897 src = fetchFromGitHub { 64898 owner = "andreas-roehler"; 64899 repo = "simple-paren"; 64900 + rev = "6a8c33443a1e8d502d272584a4a09b23a2342679"; 64901 + sha256 = "01lr9rndk5l2ssdqvrxikwhl9sswcp3hn233bjsq9kv6i5f9r8ca"; 64902 }; 64903 recipeFile = fetchurl { 64904 url = "https://raw.githubusercontent.com/milkypostman/melpa/5e8886feb4a034fddd40d7381508b09db79f608f/recipes/simple-paren"; ··· 65166 slack = callPackage ({ alert, circe, emojify, fetchFromGitHub, fetchurl, lib, melpaBuild, oauth2, request, websocket }: 65167 melpaBuild { 65168 pname = "slack"; 65169 + version = "20180103.1928"; 65170 src = fetchFromGitHub { 65171 owner = "yuya373"; 65172 repo = "emacs-slack"; 65173 + rev = "58b1309255563819ee8f83f625af49ac0353bed1"; 65174 + sha256 = "1bj43ircd9djk4i58qwxvmcbhzybxb954k52l80pk441ffk8v4vx"; 65175 }; 65176 recipeFile = fetchurl { 65177 url = "https://raw.githubusercontent.com/milkypostman/melpa/f0258cc41de809b67811a5dde3d475c429df0695/recipes/slack"; ··· 65250 slime-company = callPackage ({ company, fetchFromGitHub, fetchurl, lib, melpaBuild, slime }: 65251 melpaBuild { 65252 pname = "slime-company"; 65253 + version = "20180108.426"; 65254 src = fetchFromGitHub { 65255 owner = "anwyn"; 65256 repo = "slime-company"; 65257 + rev = "fb54d166ca3e61e8f82020b7c5cfeafd3f4ad425"; 65258 + sha256 = "1sqsnvgr83h6v51fmin5ng2sbdpkj4cl4p2vy2xh7fa6zh00137m"; 65259 }; 65260 recipeFile = fetchurl { 65261 url = "https://raw.githubusercontent.com/milkypostman/melpa/abe5036c6de996a723bc800e0f031314e1188660/recipes/slime-company"; ··· 65690 smart-jump = callPackage ({ dumb-jump, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 65691 melpaBuild { 65692 pname = "smart-jump"; 65693 + version = "20180107.1054"; 65694 src = fetchFromGitHub { 65695 owner = "jojojames"; 65696 repo = "smart-jump"; 65697 + rev = "7042923b6edff126d59808fa718bf38c5f53464e"; 65698 + sha256 = "1g7vbqzh03cxqk9wjrq6j9dy4ij2m4x0p7iq08nrvlqsl6xr9g9r"; 65699 }; 65700 recipeFile = fetchurl { 65701 url = "https://raw.githubusercontent.com/milkypostman/melpa/52f29e14e61b28cd1637ca5d6bd878d91a71251f/recipes/smart-jump"; ··· 66873 spacemacs-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 66874 melpaBuild { 66875 pname = "spacemacs-theme"; 66876 + version = "20180107.1039"; 66877 src = fetchFromGitHub { 66878 owner = "nashamri"; 66879 repo = "spacemacs-theme"; 66880 + rev = "3c43532474164ff5829a7558b49173b5b565a048"; 66881 + sha256 = "1kxqqvnkkjf2rfgc62mlqhb6ffx34hbhdcv9m7idiyf54nqxm13k"; 66882 }; 66883 recipeFile = fetchurl { 66884 url = "https://raw.githubusercontent.com/milkypostman/melpa/6c8ac39214856c1598beca0bd609e011b562346f/recipes/spacemacs-theme"; ··· 67121 license = lib.licenses.free; 67122 }; 67123 }) {}; 67124 + spiral = callPackage ({ a, avy, clojure-mode, emacs, fetchFromGitHub, fetchurl, highlight, lib, melpaBuild, treepy }: 67125 melpaBuild { 67126 pname = "spiral"; 67127 + version = "20180105.1253"; 67128 src = fetchFromGitHub { 67129 owner = "unrepl"; 67130 repo = "spiral"; 67131 + rev = "b25c42dd5add3192e846a5fe34be689e73f0c28c"; 67132 + sha256 = "16ls5iy98p9y8f5q9l3wz1g187zbpli2zgcjvnsbsv480bdpzgf6"; 67133 }; 67134 recipeFile = fetchurl { 67135 url = "https://raw.githubusercontent.com/milkypostman/melpa/77609e10c836a26de43ddb304ecfa275e314da21/recipes/spiral"; 67136 sha256 = "18rww2nfy5s22czabk71wqzrb53r0p2635872vr44b6kfwlb6qcw"; 67137 name = "spiral"; 67138 }; 67139 + packageRequires = [ a avy clojure-mode emacs highlight treepy ]; 67140 meta = { 67141 homepage = "https://melpa.org/#/spiral"; 67142 license = lib.licenses.free; ··· 67943 string-inflection = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 67944 melpaBuild { 67945 pname = "string-inflection"; 67946 + version = "20180102.643"; 67947 src = fetchFromGitHub { 67948 owner = "akicho8"; 67949 repo = "string-inflection"; 67950 + rev = "d3bbc560bad160ba183778ca4628a2cce34fdd65"; 67951 + sha256 = "1yjy11s027r7v8bzwsqfpfzh2r2ywnywx7ngajw9gy9yfchw1xxs"; 67952 }; 67953 recipeFile = fetchurl { 67954 url = "https://raw.githubusercontent.com/milkypostman/melpa/5c2e2b6dba8686236c2595475cfddac5fd700e60/recipes/string-inflection"; ··· 68613 swiper = callPackage ({ emacs, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild }: 68614 melpaBuild { 68615 pname = "swiper"; 68616 + version = "20180102.1035"; 68617 src = fetchFromGitHub { 68618 owner = "abo-abo"; 68619 repo = "swiper"; 68620 + rev = "e5c5037fd5f2735b11fc90363f312431619fa8c2"; 68621 + sha256 = "0ssm6dgzzqvwwmwvnws8s0ac4f8dif5sxl9flx296df7s7xryzcv"; 68622 }; 68623 recipeFile = fetchurl { 68624 url = "https://raw.githubusercontent.com/milkypostman/melpa/e64cad81615ef3ec34fab1f438b0c55134833c97/recipes/swiper"; ··· 68928 syntactic-close = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 68929 melpaBuild { 68930 pname = "syntactic-close"; 68931 + version = "20180105.831"; 68932 src = fetchFromGitHub { 68933 owner = "emacs-berlin"; 68934 repo = "syntactic-close"; 68935 + rev = "01fa7cf280d27dbb2af2261cc0e8ff2aa14742b1"; 68936 + sha256 = "19snnxiyjkgzsrdynxdyzmqc168jdzcvk9jr5g2w9ca2f0x7m9s8"; 68937 }; 68938 recipeFile = fetchurl { 68939 url = "https://raw.githubusercontent.com/milkypostman/melpa/f2c15c0c8ee37a1de042a974c6daddbfa7f33f1d/recipes/syntactic-close"; ··· 68990 system-packages = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 68991 melpaBuild { 68992 pname = "system-packages"; 68993 + version = "20180103.1837"; 68994 src = fetchFromGitHub { 68995 owner = "jabranham"; 68996 repo = "system-packages"; 68997 + rev = "f5576f36885f97c9c753e5f1b80318efc626210f"; 68998 + sha256 = "1ylmqlv2n0f3qqxf60gq93fr7z9zjghivy5swml3s8r3pc8a3iyy"; 68999 }; 69000 recipeFile = fetchurl { 69001 url = "https://raw.githubusercontent.com/milkypostman/melpa/8c423d8c1ff251bd34df20bdb8b425c2f55ae1b1/recipes/system-packages"; ··· 70274 src = fetchFromGitHub { 70275 owner = "apache"; 70276 repo = "thrift"; 70277 + rev = "1b855d47aab32dc89e6e4271e8ac8872b049e1ba"; 70278 + sha256 = "1qrisw42nzbd1m09aihpigc63xm0yhhli5103aibww0pa904fr2d"; 70279 }; 70280 recipeFile = fetchurl { 70281 url = "https://raw.githubusercontent.com/milkypostman/melpa/857ab7e3a5c290265d88ebacb9685b3faee586e5/recipes/thrift"; ··· 71034 traad = callPackage ({ dash, deferred, fetchFromGitHub, fetchurl, lib, melpaBuild, popup, request, request-deferred, virtualenvwrapper }: 71035 melpaBuild { 71036 pname = "traad"; 71037 + version = "20180104.2351"; 71038 src = fetchFromGitHub { 71039 owner = "abingham"; 71040 repo = "emacs-traad"; 71041 + rev = "ad160e32f4cc9849aa570ed8e29269a0845921ae"; 71042 + sha256 = "0rj8fg66rzrw1hv707p0dmf025c1dymp373z87ryy5sxs24vn3j5"; 71043 }; 71044 recipeFile = fetchurl { 71045 url = "https://raw.githubusercontent.com/milkypostman/melpa/2b3eb31c077fcaff94b74b757c1ce17650333943/recipes/traad"; ··· 71066 src = fetchFromGitHub { 71067 owner = "jorgenschaefer"; 71068 repo = "circe"; 71069 + rev = "9835ecb758c09400082eb8f1c0336eedbfed0134"; 71070 + sha256 = "0vhzqcqmhl3rzxrhfyy6r2yp5d07wd8y820cf0hfby6j5i4j247p"; 71071 }; 71072 recipeFile = fetchurl { 71073 url = "https://raw.githubusercontent.com/milkypostman/melpa/a2b295656d53fddc76cacc86b239e5648e49e3a4/recipes/tracking"; ··· 71272 treemacs = callPackage ({ ace-window, cl-lib ? null, dash, emacs, f, fetchFromGitHub, fetchurl, hydra, lib, melpaBuild, pfuture, s }: 71273 melpaBuild { 71274 pname = "treemacs"; 71275 + version = "20180107.1246"; 71276 src = fetchFromGitHub { 71277 owner = "Alexander-Miller"; 71278 repo = "treemacs"; 71279 + rev = "2dabf88d5948a04d0313b0195be397761fc22b58"; 71280 + sha256 = "0j1ampw5i3m0q69cp2nf9xr9qqxiyasjk7wmsg9nwnx7sibhfddk"; 71281 }; 71282 recipeFile = fetchurl { 71283 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs"; ··· 71297 src = fetchFromGitHub { 71298 owner = "Alexander-Miller"; 71299 repo = "treemacs"; 71300 + rev = "2dabf88d5948a04d0313b0195be397761fc22b58"; 71301 + sha256 = "0j1ampw5i3m0q69cp2nf9xr9qqxiyasjk7wmsg9nwnx7sibhfddk"; 71302 }; 71303 recipeFile = fetchurl { 71304 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-evil"; ··· 71318 src = fetchFromGitHub { 71319 owner = "Alexander-Miller"; 71320 repo = "treemacs"; 71321 + rev = "2dabf88d5948a04d0313b0195be397761fc22b58"; 71322 + sha256 = "0j1ampw5i3m0q69cp2nf9xr9qqxiyasjk7wmsg9nwnx7sibhfddk"; 71323 }; 71324 recipeFile = fetchurl { 71325 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-projectile"; ··· 71753 twittering-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 71754 melpaBuild { 71755 pname = "twittering-mode"; 71756 + version = "20180107.412"; 71757 src = fetchFromGitHub { 71758 owner = "hayamiz"; 71759 repo = "twittering-mode"; 71760 + rev = "c27d9b5b1dd20a1600e89909ac9c0ccd08af9bf9"; 71761 + sha256 = "00vir1vfkprxm23if6cfjvliiwbza18n7gmh74bdnp1zkg2xy0hq"; 71762 }; 71763 recipeFile = fetchurl { 71764 url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/twittering-mode"; ··· 73611 vue-html-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 73612 melpaBuild { 73613 pname = "vue-html-mode"; 73614 + version = "20180104.1421"; 73615 src = fetchFromGitHub { 73616 owner = "AdamNiederer"; 73617 repo = "vue-html-mode"; 73618 + rev = "3fa65f8ac8a4c54f13c32fd43c9865c92c22ce07"; 73619 + sha256 = "00mj1qmcsfndnk7vif7aa9nqy7hd3cnbmn6fhik1mmsqrazcbp0h"; 73620 }; 73621 recipeFile = fetchurl { 73622 url = "https://raw.githubusercontent.com/milkypostman/melpa/48588b163ab76204b9054340071e758045480e19/recipes/vue-html-mode"; ··· 73632 vue-mode = callPackage ({ edit-indirect, fetchFromGitHub, fetchurl, lib, melpaBuild, mmm-mode, ssass-mode, vue-html-mode }: 73633 melpaBuild { 73634 pname = "vue-mode"; 73635 + version = "20180104.1611"; 73636 src = fetchFromGitHub { 73637 owner = "CodeFalling"; 73638 repo = "vue-mode"; 73639 + rev = "b489a63dabe0f2fee2730121ecabb1b4f4c11761"; 73640 + sha256 = "09fkyyj0lg3q9q0874q0jpvx1h8rf26g96sn9a2xw0j3fl5ab1n4"; 73641 }; 73642 recipeFile = fetchurl { 73643 url = "https://raw.githubusercontent.com/milkypostman/melpa/2e5e0a9fff332aeec09f6d3d758e2b67dfdf8397/recipes/vue-mode"; ··· 73674 w3m = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 73675 melpaBuild { 73676 pname = "w3m"; 73677 + version = "20171221.2317"; 73678 src = fetchFromGitHub { 73679 owner = "emacsorphanage"; 73680 repo = "w3m"; 73681 + rev = "948a1a0f3e96e6c09c938e060f352ec126054ab1"; 73682 + sha256 = "1dwfw7hbcz88dvfy9hrllxhmhwdx6gfh9n457b6svcdjcn831d6d"; 73683 }; 73684 recipeFile = fetchurl { 73685 url = "https://raw.githubusercontent.com/milkypostman/melpa/30de78c9cf83de30093a5647976eeaf552d4b2cb/recipes/w3m"; ··· 75646 xah-fly-keys = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 75647 melpaBuild { 75648 pname = "xah-fly-keys"; 75649 + version = "20180107.1546"; 75650 src = fetchFromGitHub { 75651 owner = "xahlee"; 75652 repo = "xah-fly-keys"; 75653 + rev = "c7ebabe6ccff0bce35cf7feb1cef34f4c69aee50"; 75654 + sha256 = "1r4ld1b8dd39bggjhzj6rd3wan3yhw5sm3zi623yad7w48c4xpna"; 75655 }; 75656 recipeFile = fetchurl { 75657 url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-fly-keys"; ··· 76322 src = fetchFromGitHub { 76323 owner = "drdv"; 76324 repo = "yahtzee"; 76325 + rev = "b851eb86a8a78378ad0f734e2c56f3f5f4d052ec"; 76326 + sha256 = "009j6b7k5dc4n2zyi86d0bnl2a77ril9phqkx29jz5lcr0ndarwj"; 76327 }; 76328 recipeFile = fetchurl { 76329 url = "https://raw.githubusercontent.com/milkypostman/melpa/200169fdabce0ae3a2ecb6f4f3255c15ec3ed094/recipes/yahtzee"; ··· 76465 yapfify = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 76466 melpaBuild { 76467 pname = "yapfify"; 76468 + version = "20180105.1447"; 76469 src = fetchFromGitHub { 76470 owner = "JorisE"; 76471 repo = "yapfify"; 76472 + rev = "9e63a9135bd8dbfbee55819837a3aa0d119c5e6f"; 76473 + sha256 = "1bf09hah2g8x0jbrdh4fm1v01qjymiv38yvv8a5qmfpv5k93lcrc"; 76474 }; 76475 recipeFile = fetchurl { 76476 url = "https://raw.githubusercontent.com/milkypostman/melpa/060c32d8e9fdc56fe702d265a935d74d76082f86/recipes/yapfify"; ··· 76591 yasnippet = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 76592 melpaBuild { 76593 pname = "yasnippet"; 76594 + version = "20180102.1824"; 76595 src = fetchFromGitHub { 76596 owner = "joaotavora"; 76597 repo = "yasnippet"; 76598 + rev = "04062d8b4f7391069058345e1efd673add0357f8"; 76599 + sha256 = "11xn4h182p738apiphxvdzrnb4gc2nam039xzxfx9fsvfxph6ziw"; 76600 }; 76601 recipeFile = fetchurl { 76602 url = "https://raw.githubusercontent.com/milkypostman/melpa/5d1927dc3351d3522de1baccdc4ce200ba52bd6e/recipes/yasnippet"; ··· 76612 yasnippet-snippets = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, yasnippet }: 76613 melpaBuild { 76614 pname = "yasnippet-snippets"; 76615 + version = "20180107.147"; 76616 src = fetchFromGitHub { 76617 owner = "AndreaCrotti"; 76618 repo = "yasnippet-snippets"; 76619 + rev = "3ab16fb46517d3f084ce838bb5fce71d22601a16"; 76620 + sha256 = "1nw95nmnc4y1l3dm44yn1kb88179x5455g5sap20dm7a6zxbf94g"; 76621 }; 76622 recipeFile = fetchurl { 76623 url = "https://raw.githubusercontent.com/milkypostman/melpa/25b8d4efe2e7833eb95dfdf33aa3ecc34af7a687/recipes/yasnippet-snippets"; ··· 76653 }) {}; 76654 yatex = callPackage ({ fetchhg, fetchurl, lib, melpaBuild }: melpaBuild { 76655 pname = "yatex"; 76656 + version = "20180106.654"; 76657 src = fetchhg { 76658 url = "https://www.yatex.org/hgrepos/yatex/"; 76659 + rev = "668632d9392e"; 76660 + sha256 = "1d37yr7yqqg1gavi3406rv9rfvcm5ic365jhs6pispfx1kr77k6n"; 76661 }; 76662 recipeFile = fetchurl { 76663 url = "https://raw.githubusercontent.com/milkypostman/melpa/e28710244a1bef8f56156fe1c271520896a9c694/recipes/yatex"; ··· 77018 zerodark-theme = callPackage ({ all-the-icons, fetchFromGitHub, fetchurl, flycheck, lib, magit, melpaBuild }: 77019 melpaBuild { 77020 pname = "zerodark-theme"; 77021 + version = "20180103.535"; 77022 src = fetchFromGitHub { 77023 owner = "NicolasPetton"; 77024 repo = "zerodark-theme"; 77025 + rev = "12ca2cc6348decc964c148c36a3cde0846f4fc1a"; 77026 + sha256 = "11vpqkgspp2abf2rgpzcpz4miaq1lgbhg5w0li1qai6ybslz212z"; 77027 }; 77028 recipeFile = fetchurl { 77029 url = "https://raw.githubusercontent.com/milkypostman/melpa/d00b78ead693e844e35c760fe2c39b8ed6cb0d81/recipes/zerodark-theme";
+147 -63
pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix
··· 6077 license = lib.licenses.free; 6078 }; 6079 }) {}; 6080 counsel-tramp = callPackage ({ counsel, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 6081 melpaBuild { 6082 pname = "counsel-tramp"; ··· 6284 packageRequires = []; 6285 meta = { 6286 homepage = "https://melpa.org/#/cryptol-mode"; 6287 license = lib.licenses.free; 6288 }; 6289 }) {}; ··· 8291 easy-hugo = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 8292 melpaBuild { 8293 pname = "easy-hugo"; 8294 - version = "2.8.20"; 8295 src = fetchFromGitHub { 8296 owner = "masasam"; 8297 repo = "emacs-easy-hugo"; 8298 - rev = "253d91cda8722fa69b8ee67b1802137863bc3d9a"; 8299 - sha256 = "1i5hdm9xwajid7kzx6gq8lhx5w2aihvb0ka5h2s88zb1xnnxss46"; 8300 }; 8301 recipeFile = fetchurl { 8302 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/easy-hugo"; ··· 8312 easy-jekyll = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 8313 melpaBuild { 8314 pname = "easy-jekyll"; 8315 - version = "1.5.11"; 8316 src = fetchFromGitHub { 8317 owner = "masasam"; 8318 repo = "emacs-easy-jekyll"; 8319 - rev = "4eac3993d9bbec9ddfe38b128fd3ed6670f526e2"; 8320 - sha256 = "0ffspw6xavfbk0klqjp8va7ybvsdcxlw1qmqhi6paqam90m6vazz"; 8321 }; 8322 recipeFile = fetchurl { 8323 url = "https://raw.githubusercontent.com/milkypostman/melpa/c3f281145bad12c27bdbef32ccc07b6a5f13b577/recipes/easy-jekyll"; ··· 11974 f = callPackage ({ dash, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 11975 melpaBuild { 11976 pname = "f"; 11977 - version = "0.19.0"; 11978 src = fetchFromGitHub { 11979 owner = "rejeep"; 11980 repo = "f.el"; 11981 - rev = "541cb518afa5010029492847292c248f88b3ea42"; 11982 - sha256 = "1j6gc2pp5w3iwyjm4h3d0ahzs0ac3pah8lzfhpg4nkibl0nc1bcg"; 11983 }; 11984 recipeFile = fetchurl { 11985 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/f"; ··· 12565 license = lib.licenses.free; 12566 }; 12567 }) {}; 12568 - flow-minor-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 12569 melpaBuild { 12570 pname = "flow-minor-mode"; 12571 - version = "0.1"; 12572 src = fetchFromGitHub { 12573 owner = "an-sh"; 12574 repo = "flow-minor-mode"; 12575 - rev = "eb2372b0acf740ed3c5f9c048addbb8048e04458"; 12576 - sha256 = "0ajdzpjghm7iscv2c6nwwx4v1639map104ldsi978iw8hy7m1mmp"; 12577 }; 12578 recipeFile = fetchurl { 12579 url = "https://raw.githubusercontent.com/milkypostman/melpa/66504f789069922ea56f268f4da90fac52b601ff/recipes/flow-minor-mode"; 12580 sha256 = "190dv225sb37jawzrasd7qkbznrmkrdnb90l44il63vrlmjv3r1s"; 12581 name = "flow-minor-mode"; 12582 }; 12583 - packageRequires = []; 12584 meta = { 12585 homepage = "https://melpa.org/#/flow-minor-mode"; 12586 license = lib.licenses.free; ··· 12775 license = lib.licenses.free; 12776 }; 12777 }) {}; 12778 flycheck-dmd-dub = callPackage ({ fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }: 12779 melpaBuild { 12780 pname = "flycheck-dmd-dub"; ··· 14059 fountain-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 14060 melpaBuild { 14061 pname = "fountain-mode"; 14062 - version = "2.4.0"; 14063 src = fetchFromGitHub { 14064 owner = "rnkn"; 14065 repo = "fountain-mode"; 14066 - rev = "3f953ae30ad55bbbbb80aa0350992e79f4b00f56"; 14067 - sha256 = "1zksjvpvhbr79fg281yhx8k419q9kd4jpi47i9943cs0m088ykyn"; 14068 }; 14069 recipeFile = fetchurl { 14070 url = "https://raw.githubusercontent.com/milkypostman/melpa/913386ac8d5049d37154da3ab32bde408a226511/recipes/fountain-mode"; ··· 15789 go-tag = callPackage ({ emacs, fetchFromGitHub, fetchurl, go-mode, lib, melpaBuild }: 15790 melpaBuild { 15791 pname = "go-tag"; 15792 - version = "1.0.0"; 15793 src = fetchFromGitHub { 15794 owner = "brantou"; 15795 repo = "emacs-go-tag"; 15796 - rev = "51b032465405a62f84d9181168a570610ba04085"; 15797 - sha256 = "0158c3yjw21skwa03qmh3xpg9wg7rnk6xbxqx5vxi24205zsz0kd"; 15798 }; 15799 recipeFile = fetchurl { 15800 url = "https://raw.githubusercontent.com/milkypostman/melpa/fc4cd3fd8fb0707912e205b9d71789ea8126c442/recipes/go-tag"; ··· 15978 goto-chg = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 15979 melpaBuild { 15980 pname = "goto-chg"; 15981 - version = "1.7.1"; 15982 src = fetchFromGitHub { 15983 owner = "emacs-evil"; 15984 repo = "goto-chg"; 15985 - rev = "6cb244922b733358fd6985b36c4b87ef2e177293"; 15986 - sha256 = "0miscmk5gg7mqqwjb5mlrkbpsx4pny2w3rpr90f7yiv30rf83b5j"; 15987 }; 15988 recipeFile = fetchurl { 15989 url = "https://raw.githubusercontent.com/milkypostman/melpa/cf1fc176430fe3ab55ce537a0efc59780bb812be/recipes/goto-chg"; ··· 18821 hindent = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 18822 melpaBuild { 18823 pname = "hindent"; 18824 - version = "5.2.4"; 18825 src = fetchFromGitHub { 18826 owner = "chrisdone"; 18827 repo = "hindent"; 18828 - rev = "e18ec3f55e288883f8042065190572e91651733d"; 18829 - sha256 = "0iq4hs2r56rnsxfjda5acd0s2wrza7jd5jsawnzbyix1vnbgp98z"; 18830 }; 18831 recipeFile = fetchurl { 18832 url = "https://raw.githubusercontent.com/milkypostman/melpa/dbae71a47446095f768be35e689025aed57f462f/recipes/hindent"; ··· 19343 license = lib.licenses.free; 19344 }; 19345 }) {}; 19346 ibuffer-projectile = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, projectile }: 19347 melpaBuild { 19348 pname = "ibuffer-projectile"; ··· 20039 inf-clojure = callPackage ({ clojure-mode, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 20040 melpaBuild { 20041 pname = "inf-clojure"; 20042 - version = "2.0.1"; 20043 src = fetchFromGitHub { 20044 owner = "clojure-emacs"; 20045 repo = "inf-clojure"; 20046 - rev = "956b22e7941d71216799ca4e8d5244e94fad9558"; 20047 - sha256 = "1wakfwmb43na3g2yqign764kwi791x7ikzmf76pkdpky70a5dkhz"; 20048 }; 20049 recipeFile = fetchurl { 20050 url = "https://raw.githubusercontent.com/milkypostman/melpa/5d6112e06d1efcb7cb5652b0bec8d282d7f67bd9/recipes/inf-clojure"; ··· 21044 js-auto-format-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 21045 melpaBuild { 21046 pname = "js-auto-format-mode"; 21047 - version = "1.0.5"; 21048 src = fetchFromGitHub { 21049 owner = "ybiquitous"; 21050 repo = "js-auto-format-mode"; 21051 - rev = "7872e6f1d8280830c70cae8f1e3edb8049aba295"; 21052 - sha256 = "0a9rbs0pjx953rbblmia9jznxykz5qa9q5wzkj341z6vfq9rq3rf"; 21053 }; 21054 recipeFile = fetchurl { 21055 url = "https://raw.githubusercontent.com/milkypostman/melpa/2d3be16771b5b5fde639da3ee97890620354ee7a/recipes/js-auto-format-mode"; ··· 22479 live-py-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 22480 melpaBuild { 22481 pname = "live-py-mode"; 22482 - version = "2.20.0"; 22483 src = fetchFromGitHub { 22484 owner = "donkirkby"; 22485 repo = "live-py-plugin"; 22486 - rev = "056a021b082fbe9d3f85e0b3cb493c70318ee2f2"; 22487 - sha256 = "0bi7hxri7rn2rsiqmq82q3bdygirrpk8knjx3kxiw6hgmp3g1gr5"; 22488 }; 22489 recipeFile = fetchurl { 22490 url = "https://raw.githubusercontent.com/milkypostman/melpa/c7615237e80b46b5c50cb51a3ed5b07d92566fb7/recipes/live-py-mode"; ··· 23500 mastodon = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 23501 melpaBuild { 23502 pname = "mastodon"; 23503 - version = "0.7.0"; 23504 src = fetchFromGitHub { 23505 owner = "jdenen"; 23506 repo = "mastodon.el"; 23507 - rev = "a9e595142eee69fe84f0ab06f7fde76cef27cdac"; 23508 - sha256 = "1wgx8i6ww9w99f0f62p7v626bb6pvdg04hnhqyjgsmb99wzwlpk7"; 23509 }; 23510 recipeFile = fetchurl { 23511 url = "https://raw.githubusercontent.com/milkypostman/melpa/809d963b69b154325faaf61e54ca87b94c1c9a90/recipes/mastodon"; ··· 24318 monokai-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 24319 melpaBuild { 24320 pname = "monokai-theme"; 24321 - version = "3.4.0"; 24322 src = fetchFromGitHub { 24323 owner = "oneKelvinSmith"; 24324 repo = "monokai-emacs"; 24325 - rev = "019e07947426f0192fc3458f3f72c19031b607de"; 24326 - sha256 = "0id35345zp0fchbcz8qk2lg71jyln91k56vfama27ss3nzy3f9kz"; 24327 }; 24328 recipeFile = fetchurl { 24329 url = "https://raw.githubusercontent.com/milkypostman/melpa/2bc9ce95a02fc4bcf7bc7547849c1c15d6db5089/recipes/monokai-theme"; ··· 25406 }) {}; 25407 notmuch = callPackage ({ fetchgit, fetchurl, lib, melpaBuild }: melpaBuild { 25408 pname = "notmuch"; 25409 - version = "0.26pre1"; 25410 src = fetchgit { 25411 url = "git://git.notmuchmail.org/git/notmuch"; 25412 - rev = "1ed211d042d5f413731f812b5af7e82819a6e8ae"; 25413 - sha256 = "140c3bhh24dy2cfsvgf9y7h02sjp6cjv8qam6kd8wjlrd3y9zd80"; 25414 }; 25415 recipeFile = fetchurl { 25416 url = "https://raw.githubusercontent.com/milkypostman/melpa/b19f21ed7485036e799ccd88edbf7896a379d759/recipes/notmuch"; ··· 26631 license = lib.licenses.free; 26632 }; 26633 }) {}; 26634 - org-jira = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, request }: 26635 melpaBuild { 26636 pname = "org-jira"; 26637 - version = "2.8.0"; 26638 src = fetchFromGitHub { 26639 owner = "ahungry"; 26640 repo = "org-jira"; 26641 - rev = "9315d871556ebe92e766544ff5210dc85ad1ef33"; 26642 - sha256 = "03ddwdzby0s3km0a3dmn6mfdp2zsiqyrddvpp8mgj77rb039g08k"; 26643 }; 26644 recipeFile = fetchurl { 26645 url = "https://raw.githubusercontent.com/milkypostman/melpa/730a585e5c9216a2428a134c09abcc20bc7c631d/recipes/org-jira"; 26646 sha256 = "0dvh9k0i75jxyy3v01c4cfyws8ij6718hsivi2xyrgig7pwp16ib"; 26647 name = "org-jira"; 26648 }; 26649 - packageRequires = [ cl-lib emacs request ]; 26650 meta = { 26651 homepage = "https://melpa.org/#/org-jira"; 26652 license = lib.licenses.free; ··· 30015 protobuf-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 30016 melpaBuild { 30017 pname = "protobuf-mode"; 30018 - version = "3.5.1"; 30019 src = fetchFromGitHub { 30020 owner = "google"; 30021 repo = "protobuf"; 30022 - rev = "106ffc04be1abf3ff3399f54ccf149815b287dd9"; 30023 - sha256 = "17cwwp2ja8rv7nrvaxrxsdb4a2f5gg7zdx85qn2vb92az1fc2lzn"; 30024 }; 30025 recipeFile = fetchurl { 30026 url = "https://raw.githubusercontent.com/milkypostman/melpa/b4e7f5f641251e17add561991d3bcf1fde23467b/recipes/protobuf-mode"; ··· 36085 treemacs = callPackage ({ ace-window, cl-lib ? null, dash, emacs, f, fetchFromGitHub, fetchurl, hydra, lib, melpaBuild, pfuture, s }: 36086 melpaBuild { 36087 pname = "treemacs"; 36088 - version = "1.14"; 36089 src = fetchFromGitHub { 36090 owner = "Alexander-Miller"; 36091 repo = "treemacs"; 36092 - rev = "f62a946f0fc5db79d37fb748ab49334c4e3cbbfd"; 36093 - sha256 = "12i2q692zczlq62aij2pih4m7bm36dii4y2jq6dxcwb54i96kdr0"; 36094 }; 36095 recipeFile = fetchurl { 36096 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs"; ··· 36106 treemacs-evil = callPackage ({ evil, fetchFromGitHub, fetchurl, lib, melpaBuild, treemacs }: 36107 melpaBuild { 36108 pname = "treemacs-evil"; 36109 - version = "1.14"; 36110 src = fetchFromGitHub { 36111 owner = "Alexander-Miller"; 36112 repo = "treemacs"; 36113 - rev = "f62a946f0fc5db79d37fb748ab49334c4e3cbbfd"; 36114 - sha256 = "12i2q692zczlq62aij2pih4m7bm36dii4y2jq6dxcwb54i96kdr0"; 36115 }; 36116 recipeFile = fetchurl { 36117 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-evil"; ··· 36127 treemacs-projectile = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, projectile, treemacs }: 36128 melpaBuild { 36129 pname = "treemacs-projectile"; 36130 - version = "1.14"; 36131 src = fetchFromGitHub { 36132 owner = "Alexander-Miller"; 36133 repo = "treemacs"; 36134 - rev = "f62a946f0fc5db79d37fb748ab49334c4e3cbbfd"; 36135 - sha256 = "12i2q692zczlq62aij2pih4m7bm36dii4y2jq6dxcwb54i96kdr0"; 36136 }; 36137 recipeFile = fetchurl { 36138 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-projectile"; ··· 38780 version = "1.80"; 38781 src = fetchhg { 38782 url = "https://www.yatex.org/hgrepos/yatex/"; 38783 - rev = "feef2aa1f50f"; 38784 - sha256 = "0453y7a9lq28bmbrrcbsnsrwnhjphq4s4vcr9ncb5252m6fnwdyl"; 38785 }; 38786 recipeFile = fetchurl { 38787 url = "https://raw.githubusercontent.com/milkypostman/melpa/e28710244a1bef8f56156fe1c271520896a9c694/recipes/yatex";
··· 6077 license = lib.licenses.free; 6078 }; 6079 }) {}; 6080 + counsel-projectile = callPackage ({ counsel, fetchFromGitHub, fetchurl, lib, melpaBuild, projectile }: 6081 + melpaBuild { 6082 + pname = "counsel-projectile"; 6083 + version = "0.2.0"; 6084 + src = fetchFromGitHub { 6085 + owner = "ericdanan"; 6086 + repo = "counsel-projectile"; 6087 + rev = "536872f022f449548bdb97faa1776d1d44499d73"; 6088 + sha256 = "0pm5sqhr24n2ffycazxgl3d3dl7gai8svwz01vc0pgx9c0x75kl8"; 6089 + }; 6090 + recipeFile = fetchurl { 6091 + url = "https://raw.githubusercontent.com/milkypostman/melpa/389f16f886a385b02f466540f042a16eea8ba792/recipes/counsel-projectile"; 6092 + sha256 = "1gshphxaa902kq878rnizn3k1zycakwqkciz92z3xxb3bdyy0hnl"; 6093 + name = "counsel-projectile"; 6094 + }; 6095 + packageRequires = [ counsel projectile ]; 6096 + meta = { 6097 + homepage = "https://melpa.org/#/counsel-projectile"; 6098 + license = lib.licenses.free; 6099 + }; 6100 + }) {}; 6101 counsel-tramp = callPackage ({ counsel, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 6102 melpaBuild { 6103 pname = "counsel-tramp"; ··· 6305 packageRequires = []; 6306 meta = { 6307 homepage = "https://melpa.org/#/cryptol-mode"; 6308 + license = lib.licenses.free; 6309 + }; 6310 + }) {}; 6311 + crystal-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 6312 + melpaBuild { 6313 + pname = "crystal-mode"; 6314 + version = "0.1.0"; 6315 + src = fetchFromGitHub { 6316 + owner = "crystal-lang-tools"; 6317 + repo = "emacs-crystal-mode"; 6318 + rev = "0fe6815201bebe4c5ff6857bd541d95b05132b10"; 6319 + sha256 = "0r75dvc0jqcqi1qjns8zj132dnm0s6mvqlqynkis16nigbawix8m"; 6320 + }; 6321 + recipeFile = fetchurl { 6322 + url = "https://raw.githubusercontent.com/milkypostman/melpa/d4b9b47d7deecf0cf24a42b26d50021cb1219a69/recipes/crystal-mode"; 6323 + sha256 = "1fgpz7zab6nc6kvjzjsbvrbg8shf4by0f20cvjvyky8kym72q0hk"; 6324 + name = "crystal-mode"; 6325 + }; 6326 + packageRequires = [ emacs ]; 6327 + meta = { 6328 + homepage = "https://melpa.org/#/crystal-mode"; 6329 license = lib.licenses.free; 6330 }; 6331 }) {}; ··· 8333 easy-hugo = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 8334 melpaBuild { 8335 pname = "easy-hugo"; 8336 + version = "2.8.21"; 8337 src = fetchFromGitHub { 8338 owner = "masasam"; 8339 repo = "emacs-easy-hugo"; 8340 + rev = "61a504616705feae8c3fd8b01bf315e2cb89f699"; 8341 + sha256 = "1lr2hbz4gxcn2r5m3hx4izk8aawgy0fls0isp6cvcgs1s54s2kxi"; 8342 }; 8343 recipeFile = fetchurl { 8344 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/easy-hugo"; ··· 8354 easy-jekyll = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 8355 melpaBuild { 8356 pname = "easy-jekyll"; 8357 + version = "1.5.12"; 8358 src = fetchFromGitHub { 8359 owner = "masasam"; 8360 repo = "emacs-easy-jekyll"; 8361 + rev = "9a66d5c5dddac7d5b924df0c3bb414d3f797d8a5"; 8362 + sha256 = "0qx6lgpg2szjgy1a3a856klm7vh544braq8v2s7f81lq0ks2bjhj"; 8363 }; 8364 recipeFile = fetchurl { 8365 url = "https://raw.githubusercontent.com/milkypostman/melpa/c3f281145bad12c27bdbef32ccc07b6a5f13b577/recipes/easy-jekyll"; ··· 12016 f = callPackage ({ dash, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 12017 melpaBuild { 12018 pname = "f"; 12019 + version = "0.20.0"; 12020 src = fetchFromGitHub { 12021 owner = "rejeep"; 12022 repo = "f.el"; 12023 + rev = "de6d4d40ddc844eee643e92d47b9d6a63fbebb48"; 12024 + sha256 = "1a47xk3yp1rp17fqg7ldl3d3fb888h0fz3sysqfdz1bfdgs8a9bk"; 12025 }; 12026 recipeFile = fetchurl { 12027 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/f"; ··· 12607 license = lib.licenses.free; 12608 }; 12609 }) {}; 12610 + flow-minor-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 12611 melpaBuild { 12612 pname = "flow-minor-mode"; 12613 + version = "0.3"; 12614 src = fetchFromGitHub { 12615 owner = "an-sh"; 12616 repo = "flow-minor-mode"; 12617 + rev = "50dded94ad201fdc9453656a8b15179981cd5acd"; 12618 + sha256 = "1vaqml0ypbc14mnwycgm9slkds3bgg6x5qz99kck98acbcfijxk6"; 12619 }; 12620 recipeFile = fetchurl { 12621 url = "https://raw.githubusercontent.com/milkypostman/melpa/66504f789069922ea56f268f4da90fac52b601ff/recipes/flow-minor-mode"; 12622 sha256 = "190dv225sb37jawzrasd7qkbznrmkrdnb90l44il63vrlmjv3r1s"; 12623 name = "flow-minor-mode"; 12624 }; 12625 + packageRequires = [ emacs ]; 12626 meta = { 12627 homepage = "https://melpa.org/#/flow-minor-mode"; 12628 license = lib.licenses.free; ··· 12817 license = lib.licenses.free; 12818 }; 12819 }) {}; 12820 + flycheck-crystal = callPackage ({ fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }: 12821 + melpaBuild { 12822 + pname = "flycheck-crystal"; 12823 + version = "0.1.0"; 12824 + src = fetchFromGitHub { 12825 + owner = "crystal-lang-tools"; 12826 + repo = "emacs-crystal-mode"; 12827 + rev = "0fe6815201bebe4c5ff6857bd541d95b05132b10"; 12828 + sha256 = "0r75dvc0jqcqi1qjns8zj132dnm0s6mvqlqynkis16nigbawix8m"; 12829 + }; 12830 + recipeFile = fetchurl { 12831 + url = "https://raw.githubusercontent.com/milkypostman/melpa/c718f809af30226611358f9aaed7519e52923fd3/recipes/flycheck-crystal"; 12832 + sha256 = "04avxav2rayprm09xkphs1ni10j1kk10j7m77afcac0gnma5rwyn"; 12833 + name = "flycheck-crystal"; 12834 + }; 12835 + packageRequires = [ flycheck ]; 12836 + meta = { 12837 + homepage = "https://melpa.org/#/flycheck-crystal"; 12838 + license = lib.licenses.free; 12839 + }; 12840 + }) {}; 12841 flycheck-dmd-dub = callPackage ({ fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }: 12842 melpaBuild { 12843 pname = "flycheck-dmd-dub"; ··· 14122 fountain-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 14123 melpaBuild { 14124 pname = "fountain-mode"; 14125 + version = "2.4.1"; 14126 src = fetchFromGitHub { 14127 owner = "rnkn"; 14128 repo = "fountain-mode"; 14129 + rev = "f1dc9dff6779c0ce6ab0a1c0ae349df1194a314f"; 14130 + sha256 = "0j1s6qws773aq3si7pnc1xmlrh9x3v3sfdni6pnlsirv2sc7c4g9"; 14131 }; 14132 recipeFile = fetchurl { 14133 url = "https://raw.githubusercontent.com/milkypostman/melpa/913386ac8d5049d37154da3ab32bde408a226511/recipes/fountain-mode"; ··· 15852 go-tag = callPackage ({ emacs, fetchFromGitHub, fetchurl, go-mode, lib, melpaBuild }: 15853 melpaBuild { 15854 pname = "go-tag"; 15855 + version = "1.0.1"; 15856 src = fetchFromGitHub { 15857 owner = "brantou"; 15858 repo = "emacs-go-tag"; 15859 + rev = "a239f58bbef2629086d9e2cf90a64ba3d389a8a3"; 15860 + sha256 = "1w1m05ypl94xn2qvypbgvjhq7gysi13g42pqwlmppgsdh1kphwha"; 15861 }; 15862 recipeFile = fetchurl { 15863 url = "https://raw.githubusercontent.com/milkypostman/melpa/fc4cd3fd8fb0707912e205b9d71789ea8126c442/recipes/go-tag"; ··· 16041 goto-chg = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 16042 melpaBuild { 16043 pname = "goto-chg"; 16044 + version = "1.7.2"; 16045 src = fetchFromGitHub { 16046 owner = "emacs-evil"; 16047 repo = "goto-chg"; 16048 + rev = "e5b38e4e1378f6ea48fa9e8439f49c2998654aa4"; 16049 + sha256 = "1fxdvgdafavc4sad5i8g0wvpdqzlgzmvfi07yrah1c5vwkrslbvj"; 16050 }; 16051 recipeFile = fetchurl { 16052 url = "https://raw.githubusercontent.com/milkypostman/melpa/cf1fc176430fe3ab55ce537a0efc59780bb812be/recipes/goto-chg"; ··· 18884 hindent = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 18885 melpaBuild { 18886 pname = "hindent"; 18887 + version = "5.2.5"; 18888 src = fetchFromGitHub { 18889 owner = "chrisdone"; 18890 repo = "hindent"; 18891 + rev = "cba1110ca413a41a443b8368d63d295d7d36de7a"; 18892 + sha256 = "020dj6q483b7fabspgvnjqw0rhrgj3q1ncdcpafmyn1fgip5y0zq"; 18893 }; 18894 recipeFile = fetchurl { 18895 url = "https://raw.githubusercontent.com/milkypostman/melpa/dbae71a47446095f768be35e689025aed57f462f/recipes/hindent"; ··· 19406 license = lib.licenses.free; 19407 }; 19408 }) {}; 19409 + ialign = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 19410 + melpaBuild { 19411 + pname = "ialign"; 19412 + version = "0.2.0"; 19413 + src = fetchFromGitHub { 19414 + owner = "mkcms"; 19415 + repo = "interactive-align"; 19416 + rev = "df591e452f9a56c69fb69de961baa75751bae3d8"; 19417 + sha256 = "1k3c0wxbn6yrd75275ny66avp70qpd3glnmagsgq3x8mbyxh233d"; 19418 + }; 19419 + recipeFile = fetchurl { 19420 + url = "https://raw.githubusercontent.com/milkypostman/melpa/072f1f7ce17e2972863bce10af9c52b3c6502eab/recipes/ialign"; 19421 + sha256 = "070a0fa2vbdfvbnpbzv4z0c7311lf8sy2zw2ifn9k548n4l8k62j"; 19422 + name = "ialign"; 19423 + }; 19424 + packageRequires = [ emacs ]; 19425 + meta = { 19426 + homepage = "https://melpa.org/#/ialign"; 19427 + license = lib.licenses.free; 19428 + }; 19429 + }) {}; 19430 ibuffer-projectile = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, projectile }: 19431 melpaBuild { 19432 pname = "ibuffer-projectile"; ··· 20123 inf-clojure = callPackage ({ clojure-mode, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 20124 melpaBuild { 20125 pname = "inf-clojure"; 20126 + version = "2.1.0"; 20127 src = fetchFromGitHub { 20128 owner = "clojure-emacs"; 20129 repo = "inf-clojure"; 20130 + rev = "247ca70f8ba5104be292aea20fbde6adb37e359f"; 20131 + sha256 = "11hyva006bc4hbhzjwb4brilm6fb7qfm5h66nl0gmmyva40y6412"; 20132 }; 20133 recipeFile = fetchurl { 20134 url = "https://raw.githubusercontent.com/milkypostman/melpa/5d6112e06d1efcb7cb5652b0bec8d282d7f67bd9/recipes/inf-clojure"; ··· 21128 js-auto-format-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 21129 melpaBuild { 21130 pname = "js-auto-format-mode"; 21131 + version = "1.0.6"; 21132 src = fetchFromGitHub { 21133 owner = "ybiquitous"; 21134 repo = "js-auto-format-mode"; 21135 + rev = "37e83641fd5eab45e813e4bc74a835fe7229c160"; 21136 + sha256 = "0hmrhp3lijd77kl0b98nbl1p8fmgjfry2hhvh5vickx3315w7qgw"; 21137 }; 21138 recipeFile = fetchurl { 21139 url = "https://raw.githubusercontent.com/milkypostman/melpa/2d3be16771b5b5fde639da3ee97890620354ee7a/recipes/js-auto-format-mode"; ··· 22563 live-py-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 22564 melpaBuild { 22565 pname = "live-py-mode"; 22566 + version = "2.20.1"; 22567 src = fetchFromGitHub { 22568 owner = "donkirkby"; 22569 repo = "live-py-plugin"; 22570 + rev = "eed38dc66430802e754c48bb44aaf524d7b1596c"; 22571 + sha256 = "1rl279h18z9fka4zdaqm2h4jxpq3wykja3x7jyhj4bnrqvkw66gh"; 22572 }; 22573 recipeFile = fetchurl { 22574 url = "https://raw.githubusercontent.com/milkypostman/melpa/c7615237e80b46b5c50cb51a3ed5b07d92566fb7/recipes/live-py-mode"; ··· 23584 mastodon = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 23585 melpaBuild { 23586 pname = "mastodon"; 23587 + version = "0.7.1"; 23588 src = fetchFromGitHub { 23589 owner = "jdenen"; 23590 repo = "mastodon.el"; 23591 + rev = "e08bb5794762d22f90e85fd65cef7c143e6b9318"; 23592 + sha256 = "0bil0xxava04pd4acjqm3bfqm1kjdk4g0czd4zqvacsp5c9sl2qp"; 23593 }; 23594 recipeFile = fetchurl { 23595 url = "https://raw.githubusercontent.com/milkypostman/melpa/809d963b69b154325faaf61e54ca87b94c1c9a90/recipes/mastodon"; ··· 24402 monokai-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 24403 melpaBuild { 24404 pname = "monokai-theme"; 24405 + version = "3.5.0"; 24406 src = fetchFromGitHub { 24407 owner = "oneKelvinSmith"; 24408 repo = "monokai-emacs"; 24409 + rev = "bb5cbbd5895b8b3fbc6af572b1fd0aacd4988a8a"; 24410 + sha256 = "1f0jl4a3b6i9skbcym0qzpszy620385m947l2ba2wxf1na7rc626"; 24411 }; 24412 recipeFile = fetchurl { 24413 url = "https://raw.githubusercontent.com/milkypostman/melpa/2bc9ce95a02fc4bcf7bc7547849c1c15d6db5089/recipes/monokai-theme"; ··· 25490 }) {}; 25491 notmuch = callPackage ({ fetchgit, fetchurl, lib, melpaBuild }: melpaBuild { 25492 pname = "notmuch"; 25493 + version = "0.26pre2"; 25494 src = fetchgit { 25495 url = "git://git.notmuchmail.org/git/notmuch"; 25496 + rev = "4cb1eeba83416a12c616aca6469c027b8b8a303d"; 25497 + sha256 = "0brcdwblfj3nb2ca0izvhlm3x1pf0r72wsa9f2hf0ssnh9w2z40s"; 25498 }; 25499 recipeFile = fetchurl { 25500 url = "https://raw.githubusercontent.com/milkypostman/melpa/b19f21ed7485036e799ccd88edbf7896a379d759/recipes/notmuch"; ··· 26715 license = lib.licenses.free; 26716 }; 26717 }) {}; 26718 + org-jira = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, request, s }: 26719 melpaBuild { 26720 pname = "org-jira"; 26721 + version = "3.0.0"; 26722 src = fetchFromGitHub { 26723 owner = "ahungry"; 26724 repo = "org-jira"; 26725 + rev = "51a1b2248ec421aecdd38aaf5c2876a036b08bb7"; 26726 + sha256 = "0zyh5nn9hgiz0ic67ypahaah5f3vjmall7z0ffn4gl0fy22sar6h"; 26727 }; 26728 recipeFile = fetchurl { 26729 url = "https://raw.githubusercontent.com/milkypostman/melpa/730a585e5c9216a2428a134c09abcc20bc7c631d/recipes/org-jira"; 26730 sha256 = "0dvh9k0i75jxyy3v01c4cfyws8ij6718hsivi2xyrgig7pwp16ib"; 26731 name = "org-jira"; 26732 }; 26733 + packageRequires = [ cl-lib emacs request s ]; 26734 meta = { 26735 homepage = "https://melpa.org/#/org-jira"; 26736 license = lib.licenses.free; ··· 30099 protobuf-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 30100 melpaBuild { 30101 pname = "protobuf-mode"; 30102 + version = "3.5.1.1"; 30103 src = fetchFromGitHub { 30104 owner = "google"; 30105 repo = "protobuf"; 30106 + rev = "860bd12fec5c69e6529565165532b3d5108a7d97"; 30107 + sha256 = "1h4xydr5j2zg1888ncn8a1jvqq8fgpgckrmjg6lqzy9jpkvqvfdk"; 30108 }; 30109 recipeFile = fetchurl { 30110 url = "https://raw.githubusercontent.com/milkypostman/melpa/b4e7f5f641251e17add561991d3bcf1fde23467b/recipes/protobuf-mode"; ··· 36169 treemacs = callPackage ({ ace-window, cl-lib ? null, dash, emacs, f, fetchFromGitHub, fetchurl, hydra, lib, melpaBuild, pfuture, s }: 36170 melpaBuild { 36171 pname = "treemacs"; 36172 + version = "1.15.3"; 36173 src = fetchFromGitHub { 36174 owner = "Alexander-Miller"; 36175 repo = "treemacs"; 36176 + rev = "2dabf88d5948a04d0313b0195be397761fc22b58"; 36177 + sha256 = "0j1ampw5i3m0q69cp2nf9xr9qqxiyasjk7wmsg9nwnx7sibhfddk"; 36178 }; 36179 recipeFile = fetchurl { 36180 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs"; ··· 36190 treemacs-evil = callPackage ({ evil, fetchFromGitHub, fetchurl, lib, melpaBuild, treemacs }: 36191 melpaBuild { 36192 pname = "treemacs-evil"; 36193 + version = "1.15.3"; 36194 src = fetchFromGitHub { 36195 owner = "Alexander-Miller"; 36196 repo = "treemacs"; 36197 + rev = "2dabf88d5948a04d0313b0195be397761fc22b58"; 36198 + sha256 = "0j1ampw5i3m0q69cp2nf9xr9qqxiyasjk7wmsg9nwnx7sibhfddk"; 36199 }; 36200 recipeFile = fetchurl { 36201 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-evil"; ··· 36211 treemacs-projectile = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, projectile, treemacs }: 36212 melpaBuild { 36213 pname = "treemacs-projectile"; 36214 + version = "1.15.3"; 36215 src = fetchFromGitHub { 36216 owner = "Alexander-Miller"; 36217 repo = "treemacs"; 36218 + rev = "2dabf88d5948a04d0313b0195be397761fc22b58"; 36219 + sha256 = "0j1ampw5i3m0q69cp2nf9xr9qqxiyasjk7wmsg9nwnx7sibhfddk"; 36220 }; 36221 recipeFile = fetchurl { 36222 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-projectile"; ··· 38864 version = "1.80"; 38865 src = fetchhg { 38866 url = "https://www.yatex.org/hgrepos/yatex/"; 38867 + rev = "668632d9392e"; 38868 + sha256 = "1d37yr7yqqg1gavi3406rv9rfvcm5ic365jhs6pispfx1kr77k6n"; 38869 }; 38870 recipeFile = fetchurl { 38871 url = "https://raw.githubusercontent.com/milkypostman/melpa/e28710244a1bef8f56156fe1c271520896a9c694/recipes/yatex";
+6 -6
pkgs/applications/editors/emacs-modes/org-generated.nix
··· 1 { callPackage }: { 2 org = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { 3 pname = "org"; 4 - version = "20180102"; 5 src = fetchurl { 6 - url = "https://orgmode.org/elpa/org-20180102.tar"; 7 - sha256 = "1jz92wv637x1kp726kgcc29s4s4rscfhb7rhhnr69ny83r1hlczi"; 8 }; 9 packageRequires = []; 10 meta = { ··· 14 }) {}; 15 org-plus-contrib = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { 16 pname = "org-plus-contrib"; 17 - version = "20180102"; 18 src = fetchurl { 19 - url = "https://orgmode.org/elpa/org-plus-contrib-20180102.tar"; 20 - sha256 = "02ajqc8k44w2gskjazkglmn2v0jsxfns0wq3pgslhb7ychs3yrlv"; 21 }; 22 packageRequires = []; 23 meta = {
··· 1 { callPackage }: { 2 org = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { 3 pname = "org"; 4 + version = "20180108"; 5 src = fetchurl { 6 + url = "https://orgmode.org/elpa/org-20180108.tar"; 7 + sha256 = "02rs7zi3dzps0mlyfbgiywd2smnlw0pk8ps1nqk0d5hx3n6d15yv"; 8 }; 9 packageRequires = []; 10 meta = { ··· 14 }) {}; 15 org-plus-contrib = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { 16 pname = "org-plus-contrib"; 17 + version = "20180108"; 18 src = fetchurl { 19 + url = "https://orgmode.org/elpa/org-plus-contrib-20180108.tar"; 20 + sha256 = "10mhiqsrxxmhsy8dl88r456shx6ajm4w19pz259b960551r596iz"; 21 }; 22 packageRequires = []; 23 meta = {