Merge pull request #35371 from mdorman/semi-automated-emacs-package-updates

Semi automated emacs package updates

authored by Franz Pletz and committed by GitHub 5e21e536 edb83e63

+1416 -856
+12 -12
pkgs/applications/editors/emacs-modes/elpa-generated.nix
··· 400 }) {}; 401 company = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { 402 pname = "company"; 403 - version = "0.9.4"; 404 src = fetchurl { 405 - url = "https://elpa.gnu.org/packages/company-0.9.4.tar"; 406 - sha256 = "1wm2nzjfn9cmjb6f5yvawrss7pg1r0swwwqqx602wg8hjrsiabay"; 407 }; 408 packageRequires = [ emacs ]; 409 meta = { ··· 713 ebdb = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib, seq }: 714 elpaBuild { 715 pname = "ebdb"; 716 - version = "0.4.2"; 717 src = fetchurl { 718 - url = "https://elpa.gnu.org/packages/ebdb-0.4.2.tar"; 719 - sha256 = "1j9hgxa6csj3iz5vrl22xvhl9lxhig0n1cixgzhs1sb3z3nn2li6"; 720 }; 721 packageRequires = [ cl-lib emacs seq ]; 722 meta = { ··· 1637 }) {}; 1638 paced = callPackage ({ async, elpaBuild, emacs, fetchurl, lib }: elpaBuild { 1639 pname = "paced"; 1640 - version = "1.1.2"; 1641 src = fetchurl { 1642 - url = "https://elpa.gnu.org/packages/paced-1.1.2.tar"; 1643 - sha256 = "1hxbzlzmlndj2gs9n741whi7rj6vbcnxdn89lg2l0997pqmsx58y"; 1644 }; 1645 packageRequires = [ async emacs ]; 1646 meta = { ··· 1704 python = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: 1705 elpaBuild { 1706 pname = "python"; 1707 - version = "0.25.2"; 1708 src = fetchurl { 1709 - url = "https://elpa.gnu.org/packages/python-0.25.2.el"; 1710 - sha256 = "1ac2ipyg49sb0lz3n0ykj2s6592abd38l5d1cpbmv73j13l8zq5i"; 1711 }; 1712 packageRequires = [ cl-lib emacs ]; 1713 meta = {
··· 400 }) {}; 401 company = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { 402 pname = "company"; 403 + version = "0.9.5"; 404 src = fetchurl { 405 + url = "https://elpa.gnu.org/packages/company-0.9.5.tar"; 406 + sha256 = "1x9c5dw884rv0lvl24ggzdxp2k484w543azdiw55bw01635pg531"; 407 }; 408 packageRequires = [ emacs ]; 409 meta = { ··· 713 ebdb = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib, seq }: 714 elpaBuild { 715 pname = "ebdb"; 716 + version = "0.4.3"; 717 src = fetchurl { 718 + url = "https://elpa.gnu.org/packages/ebdb-0.4.3.tar"; 719 + sha256 = "1xq0nhhgzgzrvxbb0lgpz71rfd0dcjakh87wg8wi3cpiw9w7zx41"; 720 }; 721 packageRequires = [ cl-lib emacs seq ]; 722 meta = { ··· 1637 }) {}; 1638 paced = callPackage ({ async, elpaBuild, emacs, fetchurl, lib }: elpaBuild { 1639 pname = "paced"; 1640 + version = "1.1.3"; 1641 src = fetchurl { 1642 + url = "https://elpa.gnu.org/packages/paced-1.1.3.tar"; 1643 + sha256 = "1gaszf68h0nnv6p6yzv48m24csw6v479nsq0f02y6slixxaflnwl"; 1644 }; 1645 packageRequires = [ async emacs ]; 1646 meta = { ··· 1704 python = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: 1705 elpaBuild { 1706 pname = "python"; 1707 + version = "0.26"; 1708 src = fetchurl { 1709 + url = "https://elpa.gnu.org/packages/python-0.26.el"; 1710 + sha256 = "197sq42xd4ryqq2zy1802pns6wf6n4vzx90yxgn1zzqpwffpv317"; 1711 }; 1712 packageRequires = [ cl-lib emacs ]; 1713 meta = {
+1026 -704
pkgs/applications/editors/emacs-modes/melpa-generated.nix
··· 229 license = lib.licenses.free; 230 }; 231 }) {}; 232 - ac-anaconda = callPackage ({ anaconda-mode, auto-complete, dash, fetchFromGitHub, fetchurl, lib, melpaBuild }: 233 - melpaBuild { 234 - pname = "ac-anaconda"; 235 - version = "20160221.1123"; 236 - src = fetchFromGitHub { 237 - owner = "proofit404"; 238 - repo = "ac-anaconda"; 239 - rev = "94f66b4d4bf0fd9683ee77511833b1eceace0462"; 240 - sha256 = "15xkwnadqjkbgvilyfldj7z5kz2wvw1dk2bcgphx2z9qwjc7wd5f"; 241 - }; 242 - recipeFile = fetchurl { 243 - url = "https://raw.githubusercontent.com/milkypostman/melpa/0eb23a75c8b57b4af1737c0508f03e66430e6076/recipes/ac-anaconda"; 244 - sha256 = "124nvigk6y3iw0lj2r7div88rrx8vz59xwqph1063jsrc29x8rjf"; 245 - name = "ac-anaconda"; 246 - }; 247 - packageRequires = [ anaconda-mode auto-complete dash ]; 248 - meta = { 249 - homepage = "https://melpa.org/#/ac-anaconda"; 250 - license = lib.licenses.free; 251 - }; 252 - }) {}; 253 ac-c-headers = callPackage ({ auto-complete, fetchFromGitHub, fetchurl, lib, melpaBuild }: 254 melpaBuild { 255 pname = "ac-c-headers"; ··· 404 src = fetchFromGitHub { 405 owner = "emacs-eclim"; 406 repo = "emacs-eclim"; 407 - rev = "4f27d04c30a026f24c0ff18c3a7d36e3fb5b57a5"; 408 - sha256 = "1krrm123vzv6hw54kbkbh1xj6j090rdm4r2fcqp76b3hg8j8cpn1"; 409 }; 410 recipeFile = fetchurl { 411 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e9d3075587fbd9ca188535fd945a7dc451c6d7e/recipes/ac-emacs-eclim"; ··· 761 src = fetchFromGitHub { 762 owner = "xcwen"; 763 repo = "ac-php"; 764 - rev = "cf9db85af2db9150e9d9b4fecad874e16ce43f0d"; 765 - sha256 = "0gm15f5l91sh7syf60lnvlfnf3vivbk36gddsf3yndiwfsqh7xd0"; 766 }; 767 recipeFile = fetchurl { 768 url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/ac-php"; ··· 778 ac-php-core = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, php-mode, popup, s, xcscope }: 779 melpaBuild { 780 pname = "ac-php-core"; 781 - version = "20180206.202"; 782 src = fetchFromGitHub { 783 owner = "xcwen"; 784 repo = "ac-php"; 785 - rev = "cf9db85af2db9150e9d9b4fecad874e16ce43f0d"; 786 - sha256 = "0gm15f5l91sh7syf60lnvlfnf3vivbk36gddsf3yndiwfsqh7xd0"; 787 }; 788 recipeFile = fetchurl { 789 url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/ac-php-core"; ··· 824 src = fetchFromGitHub { 825 owner = "Andersbakken"; 826 repo = "rtags"; 827 - rev = "2b0c88cc470b06b65232c23df4b6fbfc4b534580"; 828 - sha256 = "047w0khlcawwr9rz7ss52x9jzam4pdqd1cwgx7nqiyv3cd47xfsy"; 829 }; 830 recipeFile = fetchurl { 831 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/ac-rtags"; ··· 1201 src = fetchFromGitHub { 1202 owner = "gonewest818"; 1203 repo = "adafruit-wisdom.el"; 1204 - rev = "c0fdfcbbbc49927e0c93656f6d4a877cca774224"; 1205 - sha256 = "0vjx5aaj9ndpz399czhg5qsfwgibaycvb8j2acfc26mzhpycc2qy"; 1206 }; 1207 recipeFile = fetchurl { 1208 url = "https://raw.githubusercontent.com/milkypostman/melpa/18483af52c26f719fbfde626db84a67750bf4754/recipes/adafruit-wisdom"; ··· 1838 src = fetchFromGitHub { 1839 owner = "proofit404"; 1840 repo = "anaconda-mode"; 1841 - rev = "8d5ff5e8a6d2e585b0f8f2765099e4e6357470ae"; 1842 - sha256 = "0483690q1qg3hlx04ngifmc9d3s47879x3nbz14g2xzc91pcni26"; 1843 }; 1844 recipeFile = fetchurl { 1845 url = "https://raw.githubusercontent.com/milkypostman/melpa/e03b698fd3fe5b80bdd24ce01f7fba28e9da0da8/recipes/anaconda-mode"; ··· 2610 apropospriate-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 2611 melpaBuild { 2612 pname = "apropospriate-theme"; 2613 - version = "20171010.1420"; 2614 src = fetchFromGitHub { 2615 owner = "waymondo"; 2616 repo = "apropospriate-theme"; 2617 - rev = "b4d5a2fedec176d3562943668609766fab0b23ff"; 2618 - sha256 = "0y31zx6npv03ygjywy23pvrpvjwi1fh1qhs1qzxsi25pbbk1hkq0"; 2619 }; 2620 recipeFile = fetchurl { 2621 url = "https://raw.githubusercontent.com/milkypostman/melpa/1da33013f15825ab656260ce7453b8127e0286f4/recipes/apropospriate-theme"; ··· 2739 src = fetchFromGitLab { 2740 owner = "ukaszg"; 2741 repo = "aria2"; 2742 - rev = "3c54254e424c6c8b4eb0d8e7c4907b094c27a3f0"; 2743 - sha256 = "1xkgz3l7idw5bk1xlffdaddf5v1q6fm3grbryl4xvssrbwgnyisf"; 2744 }; 2745 recipeFile = fetchurl { 2746 url = "https://raw.githubusercontent.com/milkypostman/melpa/89a55e7c313066ae1bc0db0af5c289814c85fcb1/recipes/aria2"; ··· 2987 atom-one-dark-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 2988 melpaBuild { 2989 pname = "atom-one-dark-theme"; 2990 - version = "20180201.1853"; 2991 src = fetchFromGitHub { 2992 owner = "jonathanchu"; 2993 repo = "atom-one-dark-theme"; 2994 - rev = "bf5b76e472d22577fa406c7088a1c2d99fe4b636"; 2995 - sha256 = "08hrnv7jyzcnh4iyf5r3b1y4wbynk4fraxhkdgwmxzr666aq7cn7"; 2996 }; 2997 recipeFile = fetchurl { 2998 url = "https://raw.githubusercontent.com/milkypostman/melpa/3ba1c4625c9603372746a6c2edb69d65f0ef79f5/recipes/atom-one-dark-theme"; ··· 3023 packageRequires = [ emacs let-alist websocket ]; 3024 meta = { 3025 homepage = "https://melpa.org/#/atomic-chrome"; 3026 license = lib.licenses.free; 3027 }; 3028 }) {}; ··· 3110 license = lib.licenses.free; 3111 }; 3112 }) {}; 3113 auth-password-store = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, password-store, seq }: 3114 melpaBuild { 3115 pname = "auth-password-store"; 3116 - version = "20180129.34"; 3117 src = fetchFromGitHub { 3118 owner = "DamienCassou"; 3119 repo = "auth-password-store"; 3120 - rev = "0470e6bde546b34677e393c92e2b064db61b6e9b"; 3121 - sha256 = "0m309nhiqbyrk2mwymha66xcl05x5vryzz0vj90pak62yil15mnr"; 3122 }; 3123 recipeFile = fetchurl { 3124 url = "https://raw.githubusercontent.com/milkypostman/melpa/0f4d2a28373ba93da5b280ebf40c5a3fa758ea11/recipes/auth-password-store"; ··· 3551 license = lib.licenses.free; 3552 }; 3553 }) {}; 3554 - auto-org-md = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 3555 melpaBuild { 3556 pname = "auto-org-md"; 3557 - version = "20160923.708"; 3558 src = fetchFromGitHub { 3559 owner = "jamcha-aa"; 3560 repo = "auto-org-md"; 3561 - rev = "7604c06c1b2f1d01c2e88f114bb0d2d00f21dabb"; 3562 - sha256 = "18js1pa60095fs8qjzhjhkx9sjwa2h2iribb27gqv59796qxkfsg"; 3563 }; 3564 recipeFile = fetchurl { 3565 url = "https://raw.githubusercontent.com/milkypostman/melpa/39f934f86b5dc04078c204bcbd268af60857e268/recipes/auto-org-md"; 3566 sha256 = "1yh9g8407kym6r0b8kr18qshxlrkw47ac17a9lvql0ksshfmnqvk"; 3567 name = "auto-org-md"; 3568 }; 3569 - packageRequires = [ emacs org ]; 3570 meta = { 3571 homepage = "https://melpa.org/#/auto-org-md"; 3572 license = lib.licenses.free; ··· 4121 aws-snippets = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, yasnippet }: 4122 melpaBuild { 4123 pname = "aws-snippets"; 4124 - version = "20180207.622"; 4125 src = fetchFromGitHub { 4126 owner = "baron42bba"; 4127 repo = "aws-snippets"; 4128 - rev = "a6e7d102c5b1143f4787a160cbf52c1e8ab48d09"; 4129 - sha256 = "08nbcddmi2fq6hf324qhywy29pwixlfd5lnd5qlfirzrvdyz7crv"; 4130 }; 4131 recipeFile = fetchurl { 4132 url = "https://raw.githubusercontent.com/milkypostman/melpa/485aa401a6a14cd4a916474d9a7df12cdf45d591/recipes/aws-snippets"; ··· 4341 src = fetchFromGitHub { 4342 owner = "mschuldt"; 4343 repo = "bart-mode"; 4344 - rev = "3d8573713b6dbaf52402de9c15cb34eb3c89a67b"; 4345 - sha256 = "0192fc8fnkmnpwjf1qncvp5h7m8n1hlc697mrsn8ls7pnna01phq"; 4346 }; 4347 recipeFile = fetchurl { 4348 url = "https://raw.githubusercontent.com/milkypostman/melpa/8f9cb09c07cb9fdef15de3e8dbfb6725d97dff6f/recipes/bart-mode"; ··· 5445 license = lib.licenses.free; 5446 }; 5447 }) {}; 5448 bnfc = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 5449 melpaBuild { 5450 pname = "bnfc"; ··· 5595 borg = callPackage ({ dash, emacs, epkg, fetchFromGitHub, fetchurl, lib, magit, melpaBuild }: 5596 melpaBuild { 5597 pname = "borg"; 5598 - version = "20180125.849"; 5599 src = fetchFromGitHub { 5600 owner = "emacscollective"; 5601 repo = "borg"; 5602 - rev = "593314b8f1f4542155eb4dae0ff1be375895b83d"; 5603 - sha256 = "095l5cakz0clmna7njqdng3k1gpy4q6h1bld0pvichkkbqh8is6c"; 5604 }; 5605 recipeFile = fetchurl { 5606 url = "https://raw.githubusercontent.com/milkypostman/melpa/878ab90d444f3a1fd2c9f9068ca7b477e218f1da/recipes/borg"; ··· 5700 bpr = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 5701 melpaBuild { 5702 pname = "bpr"; 5703 - version = "20170930.642"; 5704 src = fetchFromGitHub { 5705 owner = "ilya-babanov"; 5706 repo = "emacs-bpr"; 5707 - rev = "314b0d6f69ff5a9c2d25a1ce5a2109d67d4d9bb3"; 5708 - sha256 = "02qj8gnhxv39y8kvlw491cbiaknll3hg03pk4xx15rffl7dyrbds"; 5709 }; 5710 recipeFile = fetchurl { 5711 url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/bpr"; ··· 6350 buttercup = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 6351 melpaBuild { 6352 pname = "buttercup"; 6353 - version = "20180128.228"; 6354 src = fetchFromGitHub { 6355 owner = "jorgenschaefer"; 6356 repo = "emacs-buttercup"; 6357 - rev = "6848057a224e2548a58ec81ce042c81a44dd481c"; 6358 - sha256 = "0qzfj57lwxqff3d9kpdg290ishy8h3il43y114kqs1gxcgyxzsv2"; 6359 }; 6360 recipeFile = fetchurl { 6361 url = "https://raw.githubusercontent.com/milkypostman/melpa/d4b187cb5b3cc5b546bfa6b94b6792e6363242d1/recipes/buttercup"; ··· 6767 license = lib.licenses.free; 6768 }; 6769 }) {}; 6770 calmer-forest-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 6771 melpaBuild { 6772 pname = "calmer-forest-theme"; ··· 6816 src = fetchFromGitHub { 6817 owner = "ocaml"; 6818 repo = "ocaml"; 6819 - rev = "932f5db4425fdf7bae491d98e8cd702ab58e9667"; 6820 - sha256 = "1m1xm7vagjvc2zlh8iddvjfzlgxm4fgl76afzlpvjhxmwb8zkw5v"; 6821 }; 6822 recipeFile = fetchurl { 6823 url = "https://raw.githubusercontent.com/milkypostman/melpa/d5a3263cdcc229b11a3e96edbf632d56f32c47aa/recipes/caml"; ··· 7319 src = fetchFromGitHub { 7320 owner = "cfengine"; 7321 repo = "core"; 7322 - rev = "cc2c7d130d7ae5f1402c5edcad53237d9d63fe87"; 7323 - sha256 = "18s6bcddwc8h34bn59xq4hkrn1gyhrqrkwc8y2bz4zsffmjd99z7"; 7324 }; 7325 recipeFile = fetchurl { 7326 url = "https://raw.githubusercontent.com/milkypostman/melpa/c737839aeda583e61257ad40157e24df7f918b0f/recipes/cfengine-code-style"; ··· 7441 challenger-deep-theme = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 7442 melpaBuild { 7443 pname = "challenger-deep-theme"; 7444 - version = "20171229.435"; 7445 src = fetchFromGitHub { 7446 owner = "MaxSt"; 7447 repo = "challenger-deep"; 7448 - rev = "e0462b42218c94288f5c8a62f2b217bb8037995a"; 7449 - sha256 = "1v64yx8pr3aqds3grh79y27qg8x5ad3hwxv96pw0hlhvqc62s4ai"; 7450 }; 7451 recipeFile = fetchurl { 7452 url = "https://raw.githubusercontent.com/milkypostman/melpa/7942f539d025c1e2b059d49e1984716cbbc90a67/recipes/challenger-deep-theme"; ··· 7903 cider = callPackage ({ clojure-mode, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, pkg-info, queue, seq, spinner }: 7904 melpaBuild { 7905 pname = "cider"; 7906 - version = "20180211.538"; 7907 src = fetchFromGitHub { 7908 owner = "clojure-emacs"; 7909 repo = "cider"; 7910 - rev = "36f1934dc8ff9557e3abef9a93ac468ac453404c"; 7911 - sha256 = "0n3xk50jkj2k04j80p1wlxicagh1mrhgsxs4lfgdqsj4ypb9s1ay"; 7912 }; 7913 recipeFile = fetchurl { 7914 url = "https://raw.githubusercontent.com/milkypostman/melpa/55a937aed818dbe41530037da315f705205f189b/recipes/cider"; ··· 7984 license = lib.licenses.free; 7985 }; 7986 }) {}; 7987 - cider-profile = callPackage ({ cider, fetchFromGitHub, fetchurl, lib, melpaBuild }: 7988 - melpaBuild { 7989 - pname = "cider-profile"; 7990 - version = "20141120.625"; 7991 - src = fetchFromGitHub { 7992 - owner = "thunknyc"; 7993 - repo = "nrepl-profile"; 7994 - rev = "9aa7e404f53f5136ac8d15301ce8ca2924785cb3"; 7995 - sha256 = "0lgq4p7rs4prqfqd83v1l36xxacrd65jsfzbp7q62b2pjqikpgk0"; 7996 - }; 7997 - recipeFile = fetchurl { 7998 - url = "https://raw.githubusercontent.com/milkypostman/melpa/440708bbf501e7b3d0aff1b9432ac71b5f9f8eab/recipes/cider-profile"; 7999 - sha256 = "14jc98h4r9rb7pxfb60ps4ss8p0bm66wdl6n8z1357hk93h9kmfs"; 8000 - name = "cider-profile"; 8001 - }; 8002 - packageRequires = [ cider ]; 8003 - meta = { 8004 - homepage = "https://melpa.org/#/cider-profile"; 8005 - license = lib.licenses.free; 8006 - }; 8007 - }) {}; 8008 cider-spy = callPackage ({ cider, cl-lib ? null, dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, noflet }: 8009 melpaBuild { 8010 pname = "cider-spy"; ··· 8843 src = fetchFromGitHub { 8844 owner = "Kitware"; 8845 repo = "CMake"; 8846 - rev = "0465d3c204e8cc7c677dd6a34d3ea884bc5e7954"; 8847 - sha256 = "08xv33w6ai51zfsqh73cfcyc6b2dalqqpgavqh4gxp7g34zncg5h"; 8848 }; 8849 recipeFile = fetchurl { 8850 url = "https://raw.githubusercontent.com/milkypostman/melpa/598723893ae4bc2e60f527a072efe6ed9d4e2488/recipes/cmake-mode"; ··· 8941 license = lib.licenses.free; 8942 }; 8943 }) {}; 8944 cobra-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 8945 melpaBuild { 8946 pname = "cobra-mode"; ··· 9595 company = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 9596 melpaBuild { 9597 pname = "company"; 9598 - version = "20180211.1604"; 9599 src = fetchFromGitHub { 9600 owner = "company-mode"; 9601 repo = "company-mode"; 9602 - rev = "38ef92d6273113c2b3d2a302129ad37a30f98998"; 9603 - sha256 = "0l9hhflmirv1a0znjsg6ysvrsg270pwnkmhakihhqy39fgv3qdfa"; 9604 }; 9605 recipeFile = fetchurl { 9606 url = "https://raw.githubusercontent.com/milkypostman/melpa/96e7b4184497d0d0db532947f2801398b72432e4/recipes/company"; ··· 9812 company-coq = callPackage ({ cl-lib ? null, company, company-math, dash, fetchFromGitHub, fetchurl, lib, melpaBuild, yasnippet }: 9813 melpaBuild { 9814 pname = "company-coq"; 9815 - version = "20171202.1243"; 9816 src = fetchFromGitHub { 9817 owner = "cpitclaudel"; 9818 repo = "company-coq"; 9819 - rev = "dcad9c07ecbd90d261520ac09251eaa3480ea98a"; 9820 - sha256 = "132dw17d8k8sk3g0vbs0qqb359rw33ck4pqx3w2p8kb2zmzam597"; 9821 }; 9822 recipeFile = fetchurl { 9823 url = "https://raw.githubusercontent.com/milkypostman/melpa/7f89e3097c654774981953ef125679fec0b5b7c9/recipes/company-coq"; ··· 9861 company-dict = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, parent-mode }: 9862 melpaBuild { 9863 pname = "company-dict"; 9864 - version = "20160528.53"; 9865 src = fetchFromGitHub { 9866 owner = "hlissner"; 9867 repo = "emacs-company-dict"; 9868 - rev = "0589c2c3980a8f0df1705e3c0e5e075557eaac75"; 9869 - sha256 = "1bfl7b1lj4rgifqcpz4p8nhamxyyh29lbgl1g35rizw4nzv9sizq"; 9870 }; 9871 recipeFile = fetchurl { 9872 url = "https://raw.githubusercontent.com/milkypostman/melpa/212c077def5b4933c6001056132181e1a5850a7c/recipes/company-dict"; ··· 9928 src = fetchFromGitHub { 9929 owner = "emacs-eclim"; 9930 repo = "emacs-eclim"; 9931 - rev = "4f27d04c30a026f24c0ff18c3a7d36e3fb5b57a5"; 9932 - sha256 = "1krrm123vzv6hw54kbkbh1xj6j090rdm4r2fcqp76b3hg8j8cpn1"; 9933 }; 9934 recipeFile = fetchurl { 9935 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e9d3075587fbd9ca188535fd945a7dc451c6d7e/recipes/company-emacs-eclim"; ··· 9987 company-flow = callPackage ({ company, dash, fetchFromGitHub, fetchurl, lib, melpaBuild }: 9988 melpaBuild { 9989 pname = "company-flow"; 9990 - version = "20170325.810"; 9991 src = fetchFromGitHub { 9992 owner = "aaronjensen"; 9993 repo = "company-flow"; 9994 - rev = "339f502e46e7d9214b61498d539b17f8f0322d17"; 9995 - sha256 = "0w2b3fk0q3ia5fjxk8gxj4161rxg43jw0hxpihidl5aak4i6dxb9"; 9996 }; 9997 recipeFile = fetchurl { 9998 url = "https://raw.githubusercontent.com/milkypostman/melpa/63d346c14af1c5c138d14591a4d6dbc44d9bc429/recipes/company-flow"; ··· 10218 company-lsp = callPackage ({ company, dash, emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, melpaBuild, s }: 10219 melpaBuild { 10220 pname = "company-lsp"; 10221 - version = "20180211.2052"; 10222 src = fetchFromGitHub { 10223 owner = "tigersoldier"; 10224 repo = "company-lsp"; 10225 - rev = "b58c8c4cbfb0e01ee9020f09dfd25cfadda58cc1"; 10226 - sha256 = "1fs92qd0ni7bwbbccyjycrklcdb1nwms6yabfwr37aizkbrg28lw"; 10227 }; 10228 recipeFile = fetchurl { 10229 url = "https://raw.githubusercontent.com/milkypostman/melpa/5125f53307c1af3d9ccf2bae3c25e7d23dfe1932/recipes/company-lsp"; ··· 10348 src = fetchFromGitHub { 10349 owner = "xcwen"; 10350 repo = "ac-php"; 10351 - rev = "cf9db85af2db9150e9d9b4fecad874e16ce43f0d"; 10352 - sha256 = "0gm15f5l91sh7syf60lnvlfnf3vivbk36gddsf3yndiwfsqh7xd0"; 10353 }; 10354 recipeFile = fetchurl { 10355 url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/company-php"; ··· 10501 src = fetchFromGitHub { 10502 owner = "Andersbakken"; 10503 repo = "rtags"; 10504 - rev = "2b0c88cc470b06b65232c23df4b6fbfc4b534580"; 10505 - sha256 = "047w0khlcawwr9rz7ss52x9jzam4pdqd1cwgx7nqiyv3cd47xfsy"; 10506 }; 10507 recipeFile = fetchurl { 10508 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/company-rtags"; ··· 10539 company-solidity = callPackage ({ cl-lib ? null, company, fetchFromGitHub, fetchurl, lib, melpaBuild }: 10540 melpaBuild { 10541 pname = "company-solidity"; 10542 - version = "20180206.821"; 10543 src = fetchFromGitHub { 10544 owner = "ssmolkin1"; 10545 repo = "company-solidity"; 10546 - rev = "0687c09671403888b88e27d58e70f1bc969d1425"; 10547 - sha256 = "1clxzxyvnnf6mvadlqslbn7is7g2b625mnb4c5k7iyflc081wpz2"; 10548 }; 10549 recipeFile = fetchurl { 10550 url = "https://raw.githubusercontent.com/milkypostman/melpa/ef246601ff6d92d6dfcd809f637e50d9838da0b8/recipes/company-solidity"; ··· 10711 src = fetchFromGitHub { 10712 owner = "abingham"; 10713 repo = "emacs-ycmd"; 10714 - rev = "e21c99de8fd2992031adaa758df0d495e55d682a"; 10715 - sha256 = "1l9xsqlcqi25mdka806gz3h4y4x0dh00n6bajh3x908ayixjgf91"; 10716 }; 10717 recipeFile = fetchurl { 10718 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/company-ycmd"; ··· 11022 copy-file-on-save = callPackage ({ cl-lib ? null, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 11023 melpaBuild { 11024 pname = "copy-file-on-save"; 11025 - version = "20171211.1744"; 11026 src = fetchFromGitHub { 11027 owner = "emacs-php"; 11028 repo = "emacs-auto-deployment"; 11029 - rev = "11c2004947e0200e88991e265a5ae971adfbd7b2"; 11030 - sha256 = "1snlh828zq6b3znrdg4mfl4an76qbqhmld23pwl89ncp37f2lbhv"; 11031 }; 11032 recipeFile = fetchurl { 11033 url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/copy-file-on-save"; ··· 11148 counsel = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, swiper }: 11149 melpaBuild { 11150 pname = "counsel"; 11151 - version = "20180211.1029"; 11152 src = fetchFromGitHub { 11153 owner = "abo-abo"; 11154 repo = "swiper"; 11155 - rev = "cc5197d5de78ba981df54815c8615d795e0ffdc5"; 11156 - sha256 = "0c8866mb2ca419b6zh153vp298dxwldj29lbrynwr1jlpjf1dbr5"; 11157 }; 11158 recipeFile = fetchurl { 11159 url = "https://raw.githubusercontent.com/milkypostman/melpa/06c50f32b8d603db0d70e77907e36862cd66b811/recipes/counsel"; ··· 11211 counsel-etags = callPackage ({ counsel, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 11212 melpaBuild { 11213 pname = "counsel-etags"; 11214 - version = "20180129.219"; 11215 src = fetchFromGitHub { 11216 owner = "redguardtoo"; 11217 repo = "counsel-etags"; 11218 - rev = "2219bf8d9a4584abc905c7470455777553496056"; 11219 - sha256 = "0kcxcbf1rm7cm74s5z87pv0bflx42h4j2lnb8b3r0nznj94ywnj3"; 11220 }; 11221 recipeFile = fetchurl { 11222 url = "https://raw.githubusercontent.com/milkypostman/melpa/87528349a3ab305bfe98f30c5404913272817a38/recipes/counsel-etags"; ··· 11295 counsel-projectile = callPackage ({ counsel, fetchFromGitHub, fetchurl, lib, melpaBuild, projectile }: 11296 melpaBuild { 11297 pname = "counsel-projectile"; 11298 - version = "20180204.1147"; 11299 src = fetchFromGitHub { 11300 owner = "ericdanan"; 11301 repo = "counsel-projectile"; 11302 - rev = "1c1e7eff065e1660981428ef326185c404488705"; 11303 - sha256 = "18b66rv73y6gx0hhjjfixywj0ig41rxb4k4ngpxap56cy7b8kfj9"; 11304 }; 11305 recipeFile = fetchurl { 11306 url = "https://raw.githubusercontent.com/milkypostman/melpa/389f16f886a385b02f466540f042a16eea8ba792/recipes/counsel-projectile"; ··· 11547 cquery = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, melpaBuild }: 11548 melpaBuild { 11549 pname = "cquery"; 11550 - version = "20180204.912"; 11551 src = fetchFromGitHub { 11552 owner = "cquery-project"; 11553 repo = "emacs-cquery"; 11554 - rev = "e3ce2127f9937eb0a7b7a22e81f205ff150f4ecd"; 11555 - sha256 = "1p3idygppqi5xgbjq9pr5pqpm4isw1cb8qq8szf5mb6ypq2dlszm"; 11556 }; 11557 recipeFile = fetchurl { 11558 url = "https://raw.githubusercontent.com/milkypostman/melpa/3cd3bffff0d2564c39735f844f9a02a660272caa/recipes/cquery"; ··· 12303 cython-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 12304 melpaBuild { 12305 pname = "cython-mode"; 12306 - version = "20170907.1648"; 12307 src = fetchFromGitHub { 12308 owner = "cython"; 12309 repo = "cython"; 12310 - rev = "829d7bbef5173771bcf9ffdf2e7e30e96f98e99e"; 12311 - sha256 = "10671yczbixg90x5c8rgd838w5la21x9jqdm03vcrz03i2ccjs99"; 12312 }; 12313 recipeFile = fetchurl { 12314 url = "https://raw.githubusercontent.com/milkypostman/melpa/be9bfabe3f79153cb859efc7c3051db244a63879/recipes/cython-mode"; ··· 12345 d-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 12346 melpaBuild { 12347 pname = "d-mode"; 12348 - version = "20161022.717"; 12349 src = fetchFromGitHub { 12350 owner = "Emacs-D-Mode-Maintainers"; 12351 repo = "Emacs-D-Mode"; 12352 - rev = "a97c92ced57224287a84e7fc48ba9aac6b2afc08"; 12353 - sha256 = "0ln38lkl8qcnpcpjqck3i6hd5zjv43g7vka3kapz2bnz4s33jn3p"; 12354 }; 12355 recipeFile = fetchurl { 12356 url = "https://raw.githubusercontent.com/milkypostman/melpa/3c13e9ccc358743de660b1f0e89d6bb709c42bff/recipes/d-mode"; ··· 12450 danneskjold-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 12451 melpaBuild { 12452 pname = "danneskjold-theme"; 12453 - version = "20180129.634"; 12454 src = fetchFromGitHub { 12455 owner = "rails-to-cosmos"; 12456 repo = "danneskjold-theme"; 12457 - rev = "13e5ea8758465e7d23081fbb524603394b09a689"; 12458 - sha256 = "1zhn2bblafmxc83rg33ipy8pd0i7qrn9630cy74bigl3x5zxs3xd"; 12459 }; 12460 recipeFile = fetchurl { 12461 url = "https://raw.githubusercontent.com/milkypostman/melpa/557244a3b60c7cd3ca964ff843aa1e9d5a1e32ec/recipes/danneskjold-theme"; ··· 12471 dante = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, flycheck, haskell-mode, lcr, lib, melpaBuild, s }: 12472 melpaBuild { 12473 pname = "dante"; 12474 - version = "20180202.48"; 12475 src = fetchFromGitHub { 12476 owner = "jyp"; 12477 repo = "dante"; 12478 - rev = "c1c9bde9a83a87c46731466af56cd31262d057fa"; 12479 - sha256 = "01krdh3cz2ddhlhpyc072izm4y29qbpjkmwj0fq4vi5hcqzbalsk"; 12480 }; 12481 recipeFile = fetchurl { 12482 url = "https://raw.githubusercontent.com/milkypostman/melpa/5afa8226077cbda4b76f52734cf8e0b745ab88e8/recipes/dante"; ··· 12681 dart-mode = callPackage ({ cl-lib ? null, dash, emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, s }: 12682 melpaBuild { 12683 pname = "dart-mode"; 12684 - version = "20171024.2137"; 12685 src = fetchFromGitHub { 12686 owner = "nex3"; 12687 repo = "dart-mode"; 12688 - rev = "adef2a5b672d503ae3e92b30bb80095879b030d0"; 12689 - sha256 = "0bb790rpijlv4cjdcwgqzb249rnz6br557lnn74rb9g52wpabl69"; 12690 }; 12691 recipeFile = fetchurl { 12692 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dart-mode"; ··· 13646 dimmer = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 13647 melpaBuild { 13648 pname = "dimmer"; 13649 - version = "20180210.1348"; 13650 src = fetchFromGitHub { 13651 owner = "gonewest818"; 13652 repo = "dimmer.el"; 13653 - rev = "263d330d8f9e99c9c3d3235fe6cf90ecaca90e7c"; 13654 - sha256 = "1dg5pf54w9479br40i0b66y86xdn1xj99iq7rmagzva908q5rpyy"; 13655 }; 13656 recipeFile = fetchurl { 13657 url = "https://raw.githubusercontent.com/milkypostman/melpa/8ae80e9202d69ed3214325dd15c4b2f114263954/recipes/dimmer"; ··· 14129 dired-sidebar = callPackage ({ dired-subtree, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 14130 melpaBuild { 14131 pname = "dired-sidebar"; 14132 - version = "20180126.1812"; 14133 src = fetchFromGitHub { 14134 owner = "jojojames"; 14135 repo = "dired-sidebar"; 14136 - rev = "6b2d1df460d4b0dd1448b092d3753314cba784c5"; 14137 - sha256 = "1i5ia9m7r63gr91ll9xmqq48y9823hg0mqq69rnzfvbw0zjbgkrq"; 14138 }; 14139 recipeFile = fetchurl { 14140 url = "https://raw.githubusercontent.com/milkypostman/melpa/30e15c8361b01195f198197e704828fbcac0e8d6/recipes/dired-sidebar"; ··· 14276 direnv = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, with-editor }: 14277 melpaBuild { 14278 pname = "direnv"; 14279 - version = "20171221.138"; 14280 src = fetchFromGitHub { 14281 owner = "wbolster"; 14282 repo = "emacs-direnv"; 14283 - rev = "b1c14f307652e5a039165d196a799638feb16cd8"; 14284 - sha256 = "0vxa29z08idy74y0140c2ddxysj98d644zih9vvddjjmggj7czna"; 14285 }; 14286 recipeFile = fetchurl { 14287 url = "https://raw.githubusercontent.com/milkypostman/melpa/5419809ee62b920463e359c8e1314cd0763657c1/recipes/direnv"; ··· 15165 doom-themes = callPackage ({ all-the-icons, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 15166 melpaBuild { 15167 pname = "doom-themes"; 15168 - version = "20180205.1204"; 15169 src = fetchFromGitHub { 15170 owner = "hlissner"; 15171 repo = "emacs-doom-themes"; 15172 - rev = "d84a0172202243f4fe0ae5738d7ea9b1eb2d38c6"; 15173 - sha256 = "0za6cq7wr7zpqjq5g6ac7zqnzq544s0zkkhsc0djcwc2x67vr95g"; 15174 }; 15175 recipeFile = fetchurl { 15176 url = "https://raw.githubusercontent.com/milkypostman/melpa/c5084bc2c3fe378af6ff39d65e40649c6359b7b5/recipes/doom-themes"; ··· 15585 dtrt-indent = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 15586 melpaBuild { 15587 pname = "dtrt-indent"; 15588 - version = "20180211.946"; 15589 src = fetchFromGitHub { 15590 owner = "jscheid"; 15591 repo = "dtrt-indent"; 15592 - rev = "34f2e23de514deeb61888557e66ccc9790ff8eed"; 15593 - sha256 = "09fjr4m5cxgfdxpnrlc7hdvckz0l0lrx1vyglb7kwyyacyp1vdly"; 15594 }; 15595 recipeFile = fetchurl { 15596 url = "https://raw.githubusercontent.com/milkypostman/melpa/61bcbcfa6c0f38a1d87f5b6913b8be6c50ef2994/recipes/dtrt-indent"; ··· 15669 dumb-jump = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, popup, s }: 15670 melpaBuild { 15671 pname = "dumb-jump"; 15672 - version = "20180123.1100"; 15673 src = fetchFromGitHub { 15674 owner = "jacktasia"; 15675 repo = "dumb-jump"; 15676 - rev = "3bd7c23c3e4ac0936679ad6ebb68f14e37c7bc5d"; 15677 - sha256 = "0vnbp8q059z9bfhf1bq1n6cvc4ia3rkdk0iambgwd48i959mdsvs"; 15678 }; 15679 recipeFile = fetchurl { 15680 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dumb-jump"; ··· 16050 src = fetchFromGitHub { 16051 owner = "redguardtoo"; 16052 repo = "eacl"; 16053 - rev = "ec601f3a8da331dd0a9e7a93d40ae3925bd06700"; 16054 - sha256 = "1kgayh2q97rxzds5ba1zc9ah08kbah9lqbwhmb7pxxgvgx9yfagg"; 16055 }; 16056 recipeFile = fetchurl { 16057 url = "https://raw.githubusercontent.com/milkypostman/melpa/8223bec7eed97f0bad300af9caa4c8207322d39a/recipes/eacl"; ··· 16256 ebib = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, parsebib, seq }: 16257 melpaBuild { 16258 pname = "ebib"; 16259 - version = "20180204.1402"; 16260 src = fetchFromGitHub { 16261 owner = "joostkremers"; 16262 repo = "ebib"; 16263 - rev = "7212edd2f54f2e289230b8d884dfcb3155c65fcc"; 16264 - sha256 = "11fmi0pxx83qmhh62ilc6i2icrl7x8pj34rrkxlc5plyph8cczjd"; 16265 }; 16266 recipeFile = fetchurl { 16267 url = "https://raw.githubusercontent.com/milkypostman/melpa/4e39cd8e8b4f61c04fa967def6a653bb22f45f5b/recipes/ebib"; ··· 16302 src = fetchFromGitHub { 16303 owner = "emacs-eclim"; 16304 repo = "emacs-eclim"; 16305 - rev = "4f27d04c30a026f24c0ff18c3a7d36e3fb5b57a5"; 16306 - sha256 = "1krrm123vzv6hw54kbkbh1xj6j090rdm4r2fcqp76b3hg8j8cpn1"; 16307 }; 16308 recipeFile = fetchurl { 16309 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e9d3075587fbd9ca188535fd945a7dc451c6d7e/recipes/eclim"; ··· 16919 src = fetchFromGitHub { 16920 owner = "egisatoshi"; 16921 repo = "egison3"; 16922 - rev = "bbcd5d93f3cd61b593c4d565a374ccc8bafa9020"; 16923 - sha256 = "19am1hmi3gjpwqmjnlsqdnvwr225y212lr9ff37jkyhdfny71lnr"; 16924 }; 16925 recipeFile = fetchurl { 16926 url = "https://raw.githubusercontent.com/milkypostman/melpa/f543dd136e2af6c36b12073ea75b3c4d4bc79769/recipes/egison-mode"; ··· 16997 ein = callPackage ({ auto-complete, cl-generic, dash, deferred, fetchFromGitHub, fetchurl, lib, melpaBuild, request, request-deferred, s, skewer-mode, websocket }: 16998 melpaBuild { 16999 pname = "ein"; 17000 - version = "20180124.1435"; 17001 src = fetchFromGitHub { 17002 owner = "millejoh"; 17003 repo = "emacs-ipython-notebook"; 17004 - rev = "63388e5d0cf318bdb687054e2de4a4205108ed73"; 17005 - sha256 = "0c1pd2d0yv0d4zclh6ri1mwcj1pa7bxbf376kwia4rz400jx5fah"; 17006 }; 17007 recipeFile = fetchurl { 17008 url = "https://raw.githubusercontent.com/milkypostman/melpa/215e163755fe391ce1f049622e7b9bf9a8aea95a/recipes/ein"; ··· 17070 ejc-sql = callPackage ({ auto-complete, clomacs, dash, direx, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, spinner }: 17071 melpaBuild { 17072 pname = "ejc-sql"; 17073 - version = "20180212.55"; 17074 src = fetchFromGitHub { 17075 owner = "kostafey"; 17076 repo = "ejc-sql"; 17077 - rev = "0981cdf3ecef13a6be1d15bfad303d71ba85e625"; 17078 - sha256 = "105y6rfyfcdgzc0xi3dy7y919dm51330sbg2acfpgsqkmiwpp6j7"; 17079 }; 17080 recipeFile = fetchurl { 17081 url = "https://raw.githubusercontent.com/milkypostman/melpa/8f2cd74717269ef7f10362077a91546723a72104/recipes/ejc-sql"; ··· 17364 el2org = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 17365 melpaBuild { 17366 pname = "el2org"; 17367 - version = "20170804.2142"; 17368 src = fetchFromGitHub { 17369 owner = "tumashu"; 17370 repo = "el2org"; 17371 - rev = "4a33469cd305e581603d7ef63bc2a1f2156f2e2e"; 17372 - sha256 = "0mzddqny6wpg1fv99xrvlv7rxmaifvmy5bvj4in4pldhm4cx4q1b"; 17373 }; 17374 recipeFile = fetchurl { 17375 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/el2org"; ··· 17385 elbank = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, seq }: 17386 melpaBuild { 17387 pname = "elbank"; 17388 - version = "20180206.701"; 17389 src = fetchFromGitHub { 17390 owner = "NicolasPetton"; 17391 repo = "Elbank"; 17392 - rev = "817047305e9db1260956ae5ac6b60c9027868895"; 17393 - sha256 = "0i5nqfjm69kbvnkvrcvfv8gbz0608cldmi3zwq2vpld7p35d5d26"; 17394 }; 17395 recipeFile = fetchurl { 17396 url = "https://raw.githubusercontent.com/milkypostman/melpa/05d252ee84adae2adc88fd325540f76b6cdaf010/recipes/elbank"; ··· 17595 elfeed = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 17596 melpaBuild { 17597 pname = "elfeed"; 17598 - version = "20180127.1442"; 17599 src = fetchFromGitHub { 17600 owner = "skeeto"; 17601 repo = "elfeed"; 17602 - rev = "e2b0e255fc3a3cb3e9d69c05df3b8e9d7ca70e86"; 17603 - sha256 = "1sq2w40ac8nc6pvifl0r5ri255jcd237x5rxfliwd2wdwqhk9izd"; 17604 }; 17605 recipeFile = fetchurl { 17606 url = "https://raw.githubusercontent.com/milkypostman/melpa/407ae027fcec444622c2a822074b95996df9e6af/recipes/elfeed"; ··· 17690 src = fetchFromGitHub { 17691 owner = "skeeto"; 17692 repo = "elfeed"; 17693 - rev = "e2b0e255fc3a3cb3e9d69c05df3b8e9d7ca70e86"; 17694 - sha256 = "1sq2w40ac8nc6pvifl0r5ri255jcd237x5rxfliwd2wdwqhk9izd"; 17695 }; 17696 recipeFile = fetchurl { 17697 url = "https://raw.githubusercontent.com/milkypostman/melpa/62459d16ee44d5fcf170c0ebc981ca2c7d4672f2/recipes/elfeed-web"; ··· 17788 license = lib.licenses.free; 17789 }; 17790 }) {}; 17791 - elisp-lint = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 17792 melpaBuild { 17793 pname = "elisp-lint"; 17794 - version = "20150430.1558"; 17795 src = fetchFromGitHub { 17796 - owner = "nschum"; 17797 repo = "elisp-lint"; 17798 - rev = "1168b12575f1ed54ee523d34a90757459a6e42a3"; 17799 - sha256 = "1ci6nyk1vvb3wgxzarbf6448i9rjb74zzrhcmls634gfxbryxdyy"; 17800 }; 17801 recipeFile = fetchurl { 17802 - url = "https://raw.githubusercontent.com/milkypostman/melpa/3744ee1bbde7ec8cecf2796d6ee875c327eb698c/recipes/elisp-lint"; 17803 - sha256 = "102hrxdw72bm11a29i15g09lv7jlnd7vkv7292fm3mcxf5f4hkw9"; 17804 name = "elisp-lint"; 17805 }; 17806 - packageRequires = []; 17807 meta = { 17808 homepage = "https://melpa.org/#/elisp-lint"; 17809 license = lib.licenses.free; ··· 17879 src = fetchFromGitHub { 17880 owner = "elixir-lang"; 17881 repo = "emacs-elixir"; 17882 - rev = "861788186f4dbd500209656dcf38a15b3efe74dd"; 17883 - sha256 = "1py8slpda3vsw88v1wp1imnn3r17hz54621c6ks8xm75lnhn60ra"; 17884 }; 17885 recipeFile = fetchurl { 17886 url = "https://raw.githubusercontent.com/milkypostman/melpa/6374ced0de38d83bf99147f702f30706615480ed/recipes/elixir-mode"; ··· 18148 elpy = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, find-file-in-project, highlight-indentation, lib, melpaBuild, pyvenv, s, yasnippet }: 18149 melpaBuild { 18150 pname = "elpy"; 18151 - version = "20180210.1445"; 18152 src = fetchFromGitHub { 18153 owner = "jorgenschaefer"; 18154 repo = "elpy"; 18155 - rev = "a86165de49f44013ba07d92d90f949a22ff9299a"; 18156 - sha256 = "0b2qpsxrda2h2x82sqqqg7vqi6a1hx1jagri4al7sl9s74axdkr4"; 18157 }; 18158 recipeFile = fetchurl { 18159 url = "https://raw.githubusercontent.com/milkypostman/melpa/1d8fcd8745bb15402c9f3b6f4573ea151415237a/recipes/elpy"; ··· 18765 emms = callPackage ({ cl-lib ? null, fetchgit, fetchurl, lib, melpaBuild }: 18766 melpaBuild { 18767 pname = "emms"; 18768 - version = "20180103.520"; 18769 src = fetchgit { 18770 url = "https://git.savannah.gnu.org/git/emms.git"; 18771 - rev = "3a8d16d91edae81ffb2bb9efa12d41712edfd4f8"; 18772 - sha256 = "1cwsjrjasb2gi28aavy64g4sg9wwfq3wab24klssh3290qrr3gkb"; 18773 }; 18774 recipeFile = fetchurl { 18775 url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/emms"; ··· 19414 epkg = callPackage ({ closql, dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 19415 melpaBuild { 19416 pname = "epkg"; 19417 - version = "20180112.457"; 19418 src = fetchFromGitHub { 19419 owner = "emacscollective"; 19420 repo = "epkg"; 19421 - rev = "c8ab0e5e1fda70113633ac6ee01c0aaecd8a1a99"; 19422 - sha256 = "0kf1gcyfmh7zids4q2jwz6b0kffdhalfqx9ibk11adla8sf6bvj0"; 19423 }; 19424 recipeFile = fetchurl { 19425 url = "https://raw.githubusercontent.com/milkypostman/melpa/2df16abf56e53d4a1cc267a78797419520ff8a1c/recipes/epkg"; ··· 19896 eredis = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 19897 melpaBuild { 19898 pname = "eredis"; 19899 - version = "20160809.2053"; 19900 src = fetchFromGitHub { 19901 owner = "justinhj"; 19902 repo = "eredis"; 19903 - rev = "0d7d524592be488309c7c339d137ba836e52bfff"; 19904 - sha256 = "0hj8czwqzdjs7ciyg4xf0imdqfv423c6q862gy83ni09zk5ncm3i"; 19905 }; 19906 recipeFile = fetchurl { 19907 url = "https://raw.githubusercontent.com/milkypostman/melpa/63f06713d06911f836fe2a4bf199b0794ac89cf0/recipes/eredis"; ··· 19984 src = fetchFromGitHub { 19985 owner = "erlang"; 19986 repo = "otp"; 19987 - rev = "5e7286acceec0811fd95898c7337921ac91c97b4"; 19988 - sha256 = "0ccynwiajdcb3h2xhb2y91kgf61pj9i3h3h4g4d6142j3mr4anl4"; 19989 }; 19990 recipeFile = fetchurl { 19991 url = "https://raw.githubusercontent.com/milkypostman/melpa/d9cd526f43981e0826af59cdc4bb702f644781d9/recipes/erlang"; ··· 20064 ert-junit = callPackage ({ ert ? null, fetchgit, fetchurl, lib, melpaBuild }: 20065 melpaBuild { 20066 pname = "ert-junit"; 20067 - version = "20180207.1348"; 20068 src = fetchgit { 20069 url = "https://bitbucket.org/olanilsson/ert-junit"; 20070 - rev = "45a359a94dbeb00838df5dbee15ad42e061af431"; 20071 - sha256 = "05nwq8w7rczmn41bxz97sinn561rx8vb01dv0hsx0xllni7xwf59"; 20072 }; 20073 recipeFile = fetchurl { 20074 url = "https://raw.githubusercontent.com/milkypostman/melpa/27c627eacab54896a1363dbabc56250a65343dd8/recipes/ert-junit"; ··· 20105 ert-runner = callPackage ({ ansi, commander, dash, f, fetchFromGitHub, fetchurl, lib, melpaBuild, s, shut-up }: 20106 melpaBuild { 20107 pname = "ert-runner"; 20108 - version = "20171111.451"; 20109 src = fetchFromGitHub { 20110 owner = "rejeep"; 20111 repo = "ert-runner.el"; 20112 - rev = "80ff435058f0e9815d0ac8c7a53143c474e00db3"; 20113 - sha256 = "1mgbrfgdvby25aaw3l9d0h4b7h5zap6s1m1vlxmmv20fhxza7wbc"; 20114 }; 20115 recipeFile = fetchurl { 20116 url = "https://raw.githubusercontent.com/milkypostman/melpa/0a1acc68f296e80b6ed99a1783e9f67be54ffac9/recipes/ert-runner"; ··· 20147 es-mode = callPackage ({ cl-lib ? null, dash, fetchFromGitHub, fetchurl, lib, melpaBuild, request, s, spark }: 20148 melpaBuild { 20149 pname = "es-mode"; 20150 - version = "20180126.711"; 20151 src = fetchFromGitHub { 20152 owner = "dakrone"; 20153 repo = "es-mode"; 20154 - rev = "8c1c601a72fbc9b0e0a80974856abfc679843c86"; 20155 - sha256 = "0ppci48cz453ivkd37zbs3sgan0v7nf9d65qy77zvkn55qn2f4bq"; 20156 }; 20157 recipeFile = fetchurl { 20158 url = "https://raw.githubusercontent.com/milkypostman/melpa/9912193f73c4beae03b295822bf41cb2298756e2/recipes/es-mode"; ··· 20609 ess = callPackage ({ fetchFromGitHub, fetchurl, julia-mode, lib, melpaBuild }: 20610 melpaBuild { 20611 pname = "ess"; 20612 - version = "20180211.1419"; 20613 src = fetchFromGitHub { 20614 owner = "emacs-ess"; 20615 repo = "ESS"; 20616 - rev = "2622184dca12e76c856443251ee61066af5392ee"; 20617 - sha256 = "0w7c7g8kxni5bgaxmmjp57z5di7r500yvvcpldr0n4cjx7qf9gjg"; 20618 }; 20619 recipeFile = fetchurl { 20620 url = "https://raw.githubusercontent.com/milkypostman/melpa/12997b9e2407d782b3d2fcd2843f7c8b22442c0a/recipes/ess"; ··· 21113 evil-collection = callPackage ({ emacs, evil, fetchFromGitHub, fetchurl, lib, melpaBuild }: 21114 melpaBuild { 21115 pname = "evil-collection"; 21116 - version = "20180202.1722"; 21117 src = fetchFromGitHub { 21118 owner = "jojojames"; 21119 repo = "evil-collection"; 21120 - rev = "f04fd5eef32728cb146d2dc5f3701b1d4733a2bf"; 21121 - sha256 = "12magy7l325cfi25b8y8gd5b9n3smhn3w07mxb4nbp3rfg7nv2db"; 21122 }; 21123 recipeFile = fetchurl { 21124 url = "https://raw.githubusercontent.com/milkypostman/melpa/d7538c9eb00b6826867891b037e7aa537ac5b160/recipes/evil-collection"; ··· 22230 src = fetchFromGitHub { 22231 owner = "alexmurray"; 22232 repo = "evil-vimish-fold"; 22233 - rev = "4db872d12274fdddf7c6e9d01cf68cbad9cfcf15"; 22234 - sha256 = "05phnswbk2r7hdwawzkw6anhkfss9ig8sy469s4vsrqf7cky4gmn"; 22235 }; 22236 recipeFile = fetchurl { 22237 url = "https://raw.githubusercontent.com/milkypostman/melpa/fcd51e24f88ebbbd3fddfc7c6f3b667d5104cf2b/recipes/evil-vimish-fold"; ··· 22435 exotica-theme = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 22436 melpaBuild { 22437 pname = "exotica-theme"; 22438 - version = "20180211.1557"; 22439 src = fetchFromGitHub { 22440 owner = "jbharat"; 22441 repo = "exotica-theme"; 22442 - rev = "e8e4fbb77008bbb50e6733571655e815cc30a5bf"; 22443 - sha256 = "1igbis1784f2hs2cdva87nhzjfxaj6h14n2k07r4fy3igfd9qfa0"; 22444 }; 22445 recipeFile = fetchurl { 22446 url = "https://raw.githubusercontent.com/milkypostman/melpa/9182f92dd62e2f1775a76699a6c8f9c3e71e9030/recipes/exotica-theme"; ··· 22624 exwm-x = callPackage ({ bind-key, cl-lib ? null, counsel, exwm, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild, swiper, switch-window }: 22625 melpaBuild { 22626 pname = "exwm-x"; 22627 - version = "20170916.2015"; 22628 src = fetchFromGitHub { 22629 owner = "tumashu"; 22630 repo = "exwm-x"; 22631 - rev = "abb210ff56134cc6a285d91b875f3115bc951ad0"; 22632 - sha256 = "1l7578jfn3va6bpkjfbazygsn8asxhc7cpss32mnsrzkm1ix6sz8"; 22633 }; 22634 recipeFile = fetchurl { 22635 url = "https://raw.githubusercontent.com/milkypostman/melpa/a0e6e23bcffdcd1e17c70599c563609050e5de40/recipes/exwm-x"; ··· 23343 find-file-in-project = callPackage ({ emacs, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild }: 23344 melpaBuild { 23345 pname = "find-file-in-project"; 23346 - version = "20180201.2102"; 23347 src = fetchFromGitHub { 23348 owner = "technomancy"; 23349 repo = "find-file-in-project"; 23350 - rev = "cf20dda6050b11bee871b55f758716d8daa07b46"; 23351 - sha256 = "0f4mkhdb56bnyp7wkg4bkv74rl51k4dxciv0zqf5x91lfzhz8jd0"; 23352 }; 23353 recipeFile = fetchurl { 23354 url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/find-file-in-project"; ··· 23574 firrtl-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 23575 melpaBuild { 23576 pname = "firrtl-mode"; 23577 - version = "20180122.1950"; 23578 src = fetchFromGitHub { 23579 owner = "ibm"; 23580 repo = "firrtl-mode"; 23581 - rev = "285f5c18722de98fd3dae195a2bd653497cf7daa"; 23582 - sha256 = "1a4dhx2dv7ld14jn4r941w5mdrh085nxnlc1w93r93h13fj352q3"; 23583 }; 23584 recipeFile = fetchurl { 23585 url = "https://raw.githubusercontent.com/milkypostman/melpa/8bbf9ab9db03410c35b8b73a23bf8062b10f0815/recipes/firrtl-mode"; ··· 24018 license = lib.licenses.free; 24019 }; 24020 }) {}; 24021 fluxus-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, osc }: 24022 melpaBuild { 24023 pname = "fluxus-mode"; ··· 24105 flycheck = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, let-alist, lib, melpaBuild, pkg-info, seq }: 24106 melpaBuild { 24107 pname = "flycheck"; 24108 - version = "20180211.911"; 24109 src = fetchFromGitHub { 24110 owner = "flycheck"; 24111 repo = "flycheck"; 24112 - rev = "b1c1ead1292b56fdb59916cf9a2e36312979f205"; 24113 - sha256 = "1dqkn8j0k2wiv7ycfxgqiblj2dnj95aj7yyy9ijbw1prqmr5dy06"; 24114 }; 24115 recipeFile = fetchurl { 24116 url = "https://raw.githubusercontent.com/milkypostman/melpa/649f9c3576e81409ae396606798035173cc6669f/recipes/flycheck"; ··· 24252 flycheck-clang-analyzer = callPackage ({ emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }: 24253 melpaBuild { 24254 pname = "flycheck-clang-analyzer"; 24255 - version = "20170704.2333"; 24256 src = fetchFromGitHub { 24257 owner = "alexmurray"; 24258 repo = "flycheck-clang-analyzer"; 24259 - rev = "a33752224cb1da13b35d0d60b2017fe73d167781"; 24260 - sha256 = "1f6nb92fg1lgf4xz8x1i61njwnqrab94p88kliaa7g9r4hfhgv8j"; 24261 }; 24262 recipeFile = fetchurl { 24263 url = "https://raw.githubusercontent.com/milkypostman/melpa/8de7b717a1b0caf30f8f29d3e764b4756b93aeff/recipes/flycheck-clang-analyzer"; ··· 24588 flycheck-dmd-dub = callPackage ({ f, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }: 24589 melpaBuild { 24590 pname = "flycheck-dmd-dub"; 24591 - version = "20180208.855"; 24592 src = fetchFromGitHub { 24593 owner = "atilaneves"; 24594 repo = "flycheck-dmd-dub"; 24595 - rev = "0b374e5cd3cc87954e3b6193a671dbc060d88339"; 24596 - sha256 = "0g357wm84yc80g3cfxm6ffk15jw49za3qsfh60jij8619k1d6719"; 24597 }; 24598 recipeFile = fetchurl { 24599 url = "https://raw.githubusercontent.com/milkypostman/melpa/a812594901c1099283bdf51fbea1aa077cfc588d/recipes/flycheck-dmd-dub"; ··· 24693 flycheck-flow = callPackage ({ fetchFromGitHub, fetchurl, flycheck, json ? null, lib, melpaBuild }: 24694 melpaBuild { 24695 pname = "flycheck-flow"; 24696 - version = "20171121.514"; 24697 src = fetchFromGitHub { 24698 owner = "lbolla"; 24699 repo = "emacs-flycheck-flow"; 24700 - rev = "d9d1262b9139df1cab8072e5ab15563571f32b8f"; 24701 - sha256 = "0lahgqjp6w8c8b9bfgc3awajlwgr99zsly3jylnd0waiwps5gknz"; 24702 }; 24703 recipeFile = fetchurl { 24704 url = "https://raw.githubusercontent.com/milkypostman/melpa/4d18fb21d8ef9b33aa84bc26f5918e636c5771e5/recipes/flycheck-flow"; ··· 25390 src = fetchFromGitHub { 25391 owner = "Andersbakken"; 25392 repo = "rtags"; 25393 - rev = "2b0c88cc470b06b65232c23df4b6fbfc4b534580"; 25394 - sha256 = "047w0khlcawwr9rz7ss52x9jzam4pdqd1cwgx7nqiyv3cd47xfsy"; 25395 }; 25396 recipeFile = fetchurl { 25397 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/flycheck-rtags"; ··· 25663 src = fetchFromGitHub { 25664 owner = "abingham"; 25665 repo = "emacs-ycmd"; 25666 - rev = "e21c99de8fd2992031adaa758df0d495e55d682a"; 25667 - sha256 = "1l9xsqlcqi25mdka806gz3h4y4x0dh00n6bajh3x908ayixjgf91"; 25668 }; 25669 recipeFile = fetchurl { 25670 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/flycheck-ycmd"; ··· 26940 fountain-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 26941 melpaBuild { 26942 pname = "fountain-mode"; 26943 - version = "20180211.2037"; 26944 src = fetchFromGitHub { 26945 owner = "rnkn"; 26946 repo = "fountain-mode"; 26947 - rev = "863e9a0d6753ce46e978819a624659ca8d4385a4"; 26948 - sha256 = "0smr5a19qvak45hx21j5g507jmrb1g5y19gz3n9yb82darlvpdh5"; 26949 }; 26950 recipeFile = fetchurl { 26951 url = "https://raw.githubusercontent.com/milkypostman/melpa/913386ac8d5049d37154da3ab32bde408a226511/recipes/fountain-mode"; ··· 27233 src = fetchFromGitHub { 27234 owner = "factor"; 27235 repo = "factor"; 27236 - rev = "5fb53c851ca2e37f9e71f165d5536d3fcd553466"; 27237 - sha256 = "1bqryhbz9hyjvfagss0rdffhpg0j1ay3c0al99dgs0gd3cx2dp42"; 27238 }; 27239 recipeFile = fetchurl { 27240 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e2a0e4698d4e71ec28656594f6a83504a823490/recipes/fuel"; ··· 27359 src = fetchFromGitHub { 27360 owner = "HIPERFIT"; 27361 repo = "futhark"; 27362 - rev = "f3a37a6f749262dee56b4dbdac3a974b2413ff95"; 27363 - sha256 = "0pddsg1map44sxdljb1gnrzcb60iahxa7hzzffc5q2y1a8iqpd8d"; 27364 }; 27365 recipeFile = fetchurl { 27366 url = "https://raw.githubusercontent.com/milkypostman/melpa/0607f01aad7e77d53595ad8db95d32acfd29b148/recipes/futhark-mode"; ··· 27689 general = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 27690 melpaBuild { 27691 pname = "general"; 27692 - version = "20180130.2055"; 27693 src = fetchFromGitHub { 27694 owner = "noctuid"; 27695 repo = "general.el"; 27696 - rev = "63333fcc7fc181949601b75a4296fd3a338f287c"; 27697 - sha256 = "11lfia2jx1vaizd1afln0v5s8y2czkhrrdgn01j1mq104kapxain"; 27698 }; 27699 recipeFile = fetchurl { 27700 url = "https://raw.githubusercontent.com/milkypostman/melpa/d86383b443622d78f6d8ff7b8ac74c8d72879d26/recipes/general"; ··· 27983 ghub = callPackage ({ emacs, fetchFromGitHub, fetchurl, let-alist, lib, melpaBuild }: 27984 melpaBuild { 27985 pname = "ghub"; 27986 - version = "20180201.414"; 27987 src = fetchFromGitHub { 27988 owner = "magit"; 27989 repo = "ghub"; 27990 - rev = "b267bb6c55b0c05aec4d3fe0e9385ab0e1139463"; 27991 - sha256 = "10rwl2nv8gk9bzj7cwmgzvcsscgb83aw5ag9jj7sv638w4acmn21"; 27992 }; 27993 recipeFile = fetchurl { 27994 - url = "https://raw.githubusercontent.com/milkypostman/melpa/d5db83957187c9b65f697eba7e4c3320567cf4ab/recipes/ghub"; 27995 - sha256 = "15kjyi8ialpr1zjqvw68w9pa5sigcwy2szq21yvcy295z7ylzy4i"; 27996 name = "ghub"; 27997 }; 27998 packageRequires = [ emacs let-alist ]; ··· 28022 license = lib.licenses.free; 28023 }; 28024 }) {}; 28025 gift-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 28026 melpaBuild { 28027 pname = "gift-mode"; ··· 28218 src = fetchFromGitHub { 28219 owner = "magit"; 28220 repo = "magit"; 28221 - rev = "10a1f08f39373bfc2ed86858cf02d82bfcdb7be8"; 28222 - sha256 = "1bk1a34yi37gsb6n7a68pkia100q0jyj2x5bs8hkf0q48rh4dvl3"; 28223 }; 28224 recipeFile = fetchurl { 28225 url = "https://raw.githubusercontent.com/milkypostman/melpa/cec5af50ae7634cc566adfbfdf0f95c3e2951c0c/recipes/git-commit"; ··· 28512 src = fetchFromGitHub { 28513 owner = "magit"; 28514 repo = "git-modes"; 28515 - rev = "9f18eca514d242816a4969e86c4cfd2cf4dfe401"; 28516 - sha256 = "0k380f9ff15gg724c2spfd9qml97k24bhn3h9ipv1c7rn9qvhdhc"; 28517 }; 28518 recipeFile = fetchurl { 28519 url = "https://raw.githubusercontent.com/milkypostman/melpa/4b4e2ddd2a80875afc0fc654052e6cbff2f3777f/recipes/gitattributes-mode"; ··· 28554 src = fetchFromGitHub { 28555 owner = "magit"; 28556 repo = "git-modes"; 28557 - rev = "9f18eca514d242816a4969e86c4cfd2cf4dfe401"; 28558 - sha256 = "0k380f9ff15gg724c2spfd9qml97k24bhn3h9ipv1c7rn9qvhdhc"; 28559 }; 28560 recipeFile = fetchurl { 28561 url = "https://raw.githubusercontent.com/milkypostman/melpa/44a37f59b87f59a587f6681e7aadfabf137c98d7/recipes/gitconfig-mode"; ··· 28764 src = fetchFromGitHub { 28765 owner = "magit"; 28766 repo = "git-modes"; 28767 - rev = "9f18eca514d242816a4969e86c4cfd2cf4dfe401"; 28768 - sha256 = "0k380f9ff15gg724c2spfd9qml97k24bhn3h9ipv1c7rn9qvhdhc"; 28769 }; 28770 recipeFile = fetchurl { 28771 url = "https://raw.githubusercontent.com/milkypostman/melpa/44a37f59b87f59a587f6681e7aadfabf137c98d7/recipes/gitignore-mode"; ··· 28883 license = lib.licenses.free; 28884 }; 28885 }) {}; 28886 - glab = callPackage ({ emacs, fetchFromGitLab, fetchurl, lib, melpaBuild }: 28887 melpaBuild { 28888 pname = "glab"; 28889 - version = "20170924.359"; 28890 - src = fetchFromGitLab { 28891 - owner = "tarsius"; 28892 - repo = "glab"; 28893 - rev = "9848182275e0448390ccdd8dcd8e1e3a1853950c"; 28894 - sha256 = "1fw1ck85y9r6z331g1wj7rix29fwy6gwbm7vqj3wff0lszy208ba"; 28895 }; 28896 recipeFile = fetchurl { 28897 - url = "https://raw.githubusercontent.com/milkypostman/melpa/9375cbae3ffe5bf4ba5606358860050f3005d9b7/recipes/glab"; 28898 - sha256 = "0z34kzly39mdqsyqpi3n5m3189g0d7lsvk2ksmh46zdziak715di"; 28899 name = "glab"; 28900 }; 28901 - packageRequires = [ emacs ]; 28902 meta = { 28903 homepage = "https://melpa.org/#/glab"; 28904 license = lib.licenses.free; ··· 29852 golint = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 29853 melpaBuild { 29854 pname = "golint"; 29855 - version = "20150414.1730"; 29856 src = fetchFromGitHub { 29857 owner = "golang"; 29858 repo = "lint"; 29859 - rev = "e14d9b0f1d332b1420c1ffa32562ad2dc84d645d"; 29860 - sha256 = "15ynf78v39n71aplrhbqvzfblhndp8cd6lnknm586sdl81wama6p"; 29861 }; 29862 recipeFile = fetchurl { 29863 url = "https://raw.githubusercontent.com/milkypostman/melpa/34f22d829257456abbc020c006b92da9c7a7860e/recipes/golint"; ··· 29919 src = fetchFromGitHub { 29920 owner = "google"; 29921 repo = "styleguide"; 29922 - rev = "cfce3c3a866cfa9ec12fff08d5e575ca875f787b"; 29923 - sha256 = "0h35802dp9y29yvrqvkhd2b9x6jkqlwz46k5lgvabsiddqq4x2sn"; 29924 }; 29925 recipeFile = fetchurl { 29926 url = "https://raw.githubusercontent.com/milkypostman/melpa/b4e7f5f641251e17add561991d3bcf1fde23467b/recipes/google-c-style"; ··· 30192 src = fetchFromGitHub { 30193 owner = "vmware"; 30194 repo = "govmomi"; 30195 - rev = "d9021ec5f7105414166ac8b535b7de9f1c115cfd"; 30196 - sha256 = "02vdb7xp3dgqv83qcandsyq60i8pxvz4yq0d3lk3xl15hi3l75ji"; 30197 }; 30198 recipeFile = fetchurl { 30199 url = "https://raw.githubusercontent.com/milkypostman/melpa/92d6391318021c63b06fe39b0ca38f667bb45ae9/recipes/govc"; ··· 30318 src = fetchFromGitHub { 30319 owner = "Groovy-Emacs-Modes"; 30320 repo = "groovy-emacs-modes"; 30321 - rev = "186aae7d8b69f2679876c4606c1df3dd0e07403c"; 30322 - sha256 = "124abs1gpxmb76wilszrdkxk4hyszj9gc1x0hvwvn7i40shcr22k"; 30323 }; 30324 recipeFile = fetchurl { 30325 url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe318b4e51a280a55c01fa30455e4a180df8bd6/recipes/grails-mode"; ··· 30535 green-is-the-new-black-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 30536 melpaBuild { 30537 pname = "green-is-the-new-black-theme"; 30538 - version = "20171005.1641"; 30539 src = fetchFromGitHub { 30540 owner = "fredcamps"; 30541 repo = "green-is-the-new-black-emacs"; 30542 - rev = "b9cdecd04691311c30c94ad4ec81124e63b9b122"; 30543 - sha256 = "124q733rirc8a2d9xfparphcjrrbxhp4wxf070l8hqp3p2764bka"; 30544 }; 30545 recipeFile = fetchurl { 30546 url = "https://raw.githubusercontent.com/milkypostman/melpa/3e42528d5677fd90515cad47266c07ea3d4363fb/recipes/green-is-the-new-black-theme"; ··· 30719 license = lib.licenses.free; 30720 }; 30721 }) {}; 30722 - groovy-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 30723 melpaBuild { 30724 pname = "groovy-mode"; 30725 - version = "20180109.718"; 30726 src = fetchFromGitHub { 30727 owner = "Groovy-Emacs-Modes"; 30728 repo = "groovy-emacs-modes"; 30729 - rev = "186aae7d8b69f2679876c4606c1df3dd0e07403c"; 30730 - sha256 = "124abs1gpxmb76wilszrdkxk4hyszj9gc1x0hvwvn7i40shcr22k"; 30731 }; 30732 recipeFile = fetchurl { 30733 url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe318b4e51a280a55c01fa30455e4a180df8bd6/recipes/groovy-mode"; 30734 sha256 = "1pxw7rdn56klmr6kw21lhzh7zhp338gyf54ypsml64ibzr1x9kal"; 30735 name = "groovy-mode"; 30736 }; 30737 - packageRequires = [ emacs s ]; 30738 meta = { 30739 homepage = "https://melpa.org/#/groovy-mode"; 30740 license = lib.licenses.free; ··· 31100 hackernews = callPackage ({ fetchFromGitHub, fetchurl, json ? null, lib, melpaBuild }: 31101 melpaBuild { 31102 pname = "hackernews"; 31103 - version = "20180206.1739"; 31104 src = fetchFromGitHub { 31105 owner = "clarete"; 31106 repo = "hackernews.el"; 31107 - rev = "087af78262c40fddf9412fa73f7d4d8c6811282a"; 31108 - sha256 = "0s8hazfw1nd7sk7nky22d1lq8vqhfba5a2gm4y96s6g31h5wd71d"; 31109 }; 31110 recipeFile = fetchurl { 31111 url = "https://raw.githubusercontent.com/milkypostman/melpa/c43a342e47e5ede468bcf51a60d4dea3926f51bd/recipes/hackernews"; ··· 31707 helm = callPackage ({ async, emacs, fetchFromGitHub, fetchurl, helm-core, lib, melpaBuild, popup }: 31708 melpaBuild { 31709 pname = "helm"; 31710 - version = "20180209.2348"; 31711 src = fetchFromGitHub { 31712 owner = "emacs-helm"; 31713 repo = "helm"; 31714 - rev = "749904ca3e49db17751b906a9781c3da0e4a2b43"; 31715 - sha256 = "0zx052y7pxa0zcrgxn2krv6xz4w8l4fcn6wxks64rwkci7n5ywim"; 31716 }; 31717 recipeFile = fetchurl { 31718 url = "https://raw.githubusercontent.com/milkypostman/melpa/7e8bccffdf69479892d76b9336a4bec3f35e919d/recipes/helm"; ··· 31938 helm-bibtex = callPackage ({ biblio, cl-lib ? null, dash, f, fetchFromGitHub, fetchurl, helm, lib, melpaBuild, parsebib, s }: 31939 melpaBuild { 31940 pname = "helm-bibtex"; 31941 - version = "20180124.338"; 31942 src = fetchFromGitHub { 31943 owner = "tmalsburg"; 31944 repo = "helm-bibtex"; 31945 - rev = "f5f7d45fb9d636fad1429867ccbc327a446bb350"; 31946 - sha256 = "1dpxw8h6aqdajqf929hwmrm2iik7vwhkv05m0vl8vf1i5zbz307i"; 31947 }; 31948 recipeFile = fetchurl { 31949 url = "https://raw.githubusercontent.com/milkypostman/melpa/f4118a7721435240cf8489daa4dd39369208855b/recipes/helm-bibtex"; ··· 32316 helm-company = callPackage ({ company, fetchFromGitHub, fetchurl, helm, lib, melpaBuild }: 32317 melpaBuild { 32318 pname = "helm-company"; 32319 - version = "20170608.1029"; 32320 src = fetchFromGitHub { 32321 owner = "Sodel-the-Vociferous"; 32322 repo = "helm-company"; 32323 - rev = "ae4e1a05455f5eaf07e61b8627934ea1df4eb048"; 32324 - sha256 = "05lfqdg5pzwji3j5w1l892qab9nffd3if8ha0545gbxfn94lnx90"; 32325 }; 32326 recipeFile = fetchurl { 32327 url = "https://raw.githubusercontent.com/milkypostman/melpa/8acf7420f2ac8a36474594bc34316f187b43d771/recipes/helm-company"; ··· 32337 helm-core = callPackage ({ async, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 32338 melpaBuild { 32339 pname = "helm-core"; 32340 - version = "20180206.10"; 32341 src = fetchFromGitHub { 32342 owner = "emacs-helm"; 32343 repo = "helm"; 32344 - rev = "749904ca3e49db17751b906a9781c3da0e4a2b43"; 32345 - sha256 = "0zx052y7pxa0zcrgxn2krv6xz4w8l4fcn6wxks64rwkci7n5ywim"; 32346 }; 32347 recipeFile = fetchurl { 32348 url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7a700c5665e6d72cb4cecf7fb5a2dd43ef9bf7/recipes/helm-core"; ··· 33118 src = fetchFromGitHub { 33119 owner = "steckerhalter"; 33120 repo = "helm-google"; 33121 - rev = "6490074b81ecbc6d96df662fa076cf9194158f17"; 33122 - sha256 = "0xriaaz3qrxc9j68x0fm55hb8iwag5y03xx179yfa6884jx0iik7"; 33123 }; 33124 recipeFile = fetchurl { 33125 url = "https://raw.githubusercontent.com/milkypostman/melpa/88ed6db7b53d1ac75c40d12c21de1dec6d717fbe/recipes/helm-google"; ··· 34224 license = lib.licenses.free; 34225 }; 34226 }) {}; 34227 - helm-rg = callPackage ({ cl-lib ? null, dash, emacs, fetchFromGitHub, fetchurl, helm, lib, melpaBuild }: 34228 melpaBuild { 34229 pname = "helm-rg"; 34230 - version = "20180205.2231"; 34231 src = fetchFromGitHub { 34232 owner = "cosmicexplorer"; 34233 repo = "helm-rg"; 34234 - rev = "906aa2af60998b1ac2b37e30d7316f2059c9ea55"; 34235 - sha256 = "1yibmlx1na4ff0h9r6j4cqw55z2ggfrzj02b20m2bwm19pyxacm2"; 34236 }; 34237 recipeFile = fetchurl { 34238 url = "https://raw.githubusercontent.com/milkypostman/melpa/958fbafdcb214f1ec89fd0d84c6600c89890e0cf/recipes/helm-rg"; 34239 sha256 = "0gfq59540q9s6mr04q7dz638zqmqbqmbl1qaczddgmjn4vyjmf7v"; 34240 name = "helm-rg"; 34241 }; 34242 - packageRequires = [ cl-lib dash emacs helm ]; 34243 meta = { 34244 homepage = "https://melpa.org/#/helm-rg"; 34245 license = lib.licenses.free; ··· 34315 src = fetchFromGitHub { 34316 owner = "Andersbakken"; 34317 repo = "rtags"; 34318 - rev = "2b0c88cc470b06b65232c23df4b6fbfc4b534580"; 34319 - sha256 = "047w0khlcawwr9rz7ss52x9jzam4pdqd1cwgx7nqiyv3cd47xfsy"; 34320 }; 34321 recipeFile = fetchurl { 34322 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/helm-rtags"; ··· 34563 helm-swoop = callPackage ({ emacs, fetchFromGitHub, fetchurl, helm, lib, melpaBuild }: 34564 melpaBuild { 34565 pname = "helm-swoop"; 34566 - version = "20170923.2127"; 34567 src = fetchFromGitHub { 34568 owner = "ShingoFukuyama"; 34569 repo = "helm-swoop"; 34570 - rev = "66a951700e0ef0621cc705791bdd6699488ab121"; 34571 - sha256 = "1j1qmbj4g5z891i1xyz8p34mk63ckpl1j80pznbhvb9ffl9aw976"; 34572 }; 34573 recipeFile = fetchurl { 34574 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-swoop"; ··· 34857 helpful = callPackage ({ dash, dash-functional, elisp-refs, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, s, shut-up }: 34858 melpaBuild { 34859 pname = "helpful"; 34860 - version = "20180209.1706"; 34861 src = fetchFromGitHub { 34862 owner = "Wilfred"; 34863 repo = "helpful"; 34864 - rev = "874351d34d32f935e3f20485a544681de369c756"; 34865 - sha256 = "11mfk5bd1837ln8b2ryi9rksmjsg7lwkylzy8qxb054l5i94vc19"; 34866 }; 34867 recipeFile = fetchurl { 34868 url = "https://raw.githubusercontent.com/milkypostman/melpa/889d34b654de13bd413d46071a5ff191cbf3d157/recipes/helpful"; ··· 36073 howm = callPackage ({ cl-lib ? null, fetchgit, fetchurl, lib, melpaBuild }: 36074 melpaBuild { 36075 pname = "howm"; 36076 - version = "20171225.652"; 36077 src = fetchgit { 36078 url = "https://scm.osdn.net/gitroot/howm/howm.git"; 36079 - rev = "1329df206e5de11e78b5064050b5dc6c5b775d9d"; 36080 - sha256 = "0k6b03ifz1d5c3055imm6hicvfryss621bcd9i39pdccazpccj67"; 36081 }; 36082 recipeFile = fetchurl { 36083 url = "https://raw.githubusercontent.com/milkypostman/melpa/0099a1f9b0efb3fc3a1420cfe71a647ec6458998/recipes/howm"; ··· 36655 license = lib.licenses.free; 36656 }; 36657 }) {}; 36658 ibuffer-tramp = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 36659 melpaBuild { 36660 pname = "ibuffer-tramp"; ··· 36868 ido-completing-read-plus = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, memoize, s }: 36869 melpaBuild { 36870 pname = "ido-completing-read-plus"; 36871 - version = "20180122.1340"; 36872 src = fetchFromGitHub { 36873 owner = "DarwinAwardWinner"; 36874 repo = "ido-completing-read-plus"; 36875 - rev = "51861afe385f59f3262ee40acbe772ccb3dd52e7"; 36876 - sha256 = "0hspgk8m4acyhpcldwg3xqla9xp3fjrhf37cnjp45j1b3h94x3iy"; 36877 }; 36878 recipeFile = fetchurl { 36879 url = "https://raw.githubusercontent.com/milkypostman/melpa/6104efc035bcf469d133ab9a2caf42c9d4482334/recipes/ido-completing-read+"; ··· 37183 ido-ubiquitous = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, ido-completing-read-plus, lib, melpaBuild }: 37184 melpaBuild { 37185 pname = "ido-ubiquitous"; 37186 - version = "20180122.1340"; 37187 src = fetchFromGitHub { 37188 owner = "DarwinAwardWinner"; 37189 repo = "ido-completing-read-plus"; 37190 - rev = "51861afe385f59f3262ee40acbe772ccb3dd52e7"; 37191 - sha256 = "0hspgk8m4acyhpcldwg3xqla9xp3fjrhf37cnjp45j1b3h94x3iy"; 37192 }; 37193 recipeFile = fetchurl { 37194 url = "https://raw.githubusercontent.com/milkypostman/melpa/6104efc035bcf469d133ab9a2caf42c9d4482334/recipes/ido-ubiquitous"; ··· 37831 indium = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, js2-mode, lib, melpaBuild, seq, websocket }: 37832 melpaBuild { 37833 pname = "indium"; 37834 - version = "20180131.943"; 37835 src = fetchFromGitHub { 37836 owner = "NicolasPetton"; 37837 repo = "Indium"; 37838 - rev = "71299e9bc0d3c75b25ef65e57e9a57c9a17294b4"; 37839 - sha256 = "0f9lnsz8fp68qr67l5rq2ippr1fc0rw8nk2f8cm9x90fd82fxwdl"; 37840 }; 37841 recipeFile = fetchurl { 37842 url = "https://raw.githubusercontent.com/milkypostman/melpa/4292058cc6e31cabc0de575134427bce7fcef541/recipes/indium"; ··· 37873 inf-clojure = callPackage ({ clojure-mode, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 37874 melpaBuild { 37875 pname = "inf-clojure"; 37876 - version = "20180129.1828"; 37877 src = fetchFromGitHub { 37878 owner = "clojure-emacs"; 37879 repo = "inf-clojure"; 37880 - rev = "630471b5141cb493305b623e6800c26bc91b3913"; 37881 - sha256 = "00jfx1bavyzla7cid9bhw6fcdfqw8bgnwr920kzg3wmfd8nfv5ry"; 37882 }; 37883 recipeFile = fetchurl { 37884 url = "https://raw.githubusercontent.com/milkypostman/melpa/5d6112e06d1efcb7cb5652b0bec8d282d7f67bd9/recipes/inf-clojure"; ··· 38376 intero = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, flycheck, haskell-mode, lib, melpaBuild }: 38377 melpaBuild { 38378 pname = "intero"; 38379 - version = "20180210.937"; 38380 src = fetchFromGitHub { 38381 owner = "commercialhaskell"; 38382 repo = "intero"; 38383 - rev = "f85e1b47df3bb328be0de34120950cecb3465055"; 38384 - sha256 = "1zng4sliygg1l0jamprx9pfs85jiy19gwxpcy2hs3s4hc7yxjdds"; 38385 }; 38386 recipeFile = fetchurl { 38387 url = "https://raw.githubusercontent.com/milkypostman/melpa/1b56ca344ad944e03b669a9974e9b734b5b445bb/recipes/intero"; ··· 38985 ivy = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 38986 melpaBuild { 38987 pname = "ivy"; 38988 - version = "20180211.1010"; 38989 src = fetchFromGitHub { 38990 owner = "abo-abo"; 38991 repo = "swiper"; 38992 - rev = "cc5197d5de78ba981df54815c8615d795e0ffdc5"; 38993 - sha256 = "0c8866mb2ca419b6zh153vp298dxwldj29lbrynwr1jlpjf1dbr5"; 38994 }; 38995 recipeFile = fetchurl { 38996 url = "https://raw.githubusercontent.com/milkypostman/melpa/06c24112a5e17c423a4d92607356b25eb90a9a7b/recipes/ivy"; ··· 39010 src = fetchFromGitHub { 39011 owner = "tmalsburg"; 39012 repo = "helm-bibtex"; 39013 - rev = "f5f7d45fb9d636fad1429867ccbc327a446bb350"; 39014 - sha256 = "1dpxw8h6aqdajqf929hwmrm2iik7vwhkv05m0vl8vf1i5zbz307i"; 39015 }; 39016 recipeFile = fetchurl { 39017 url = "https://raw.githubusercontent.com/milkypostman/melpa/c23c09225c57a9b9abe0a0a770a9184ae2e58f7c/recipes/ivy-bibtex"; ··· 39136 src = fetchFromGitHub { 39137 owner = "abo-abo"; 39138 repo = "swiper"; 39139 - rev = "cc5197d5de78ba981df54815c8615d795e0ffdc5"; 39140 - sha256 = "0c8866mb2ca419b6zh153vp298dxwldj29lbrynwr1jlpjf1dbr5"; 39141 }; 39142 recipeFile = fetchurl { 39143 url = "https://raw.githubusercontent.com/milkypostman/melpa/06c24112a5e17c423a4d92607356b25eb90a9a7b/recipes/ivy-hydra"; ··· 39213 license = lib.licenses.free; 39214 }; 39215 }) {}; 39216 ivy-purpose = callPackage ({ emacs, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild, window-purpose }: 39217 melpaBuild { 39218 pname = "ivy-purpose"; ··· 39262 src = fetchFromGitHub { 39263 owner = "Andersbakken"; 39264 repo = "rtags"; 39265 - rev = "2b0c88cc470b06b65232c23df4b6fbfc4b534580"; 39266 - sha256 = "047w0khlcawwr9rz7ss52x9jzam4pdqd1cwgx7nqiyv3cd47xfsy"; 39267 }; 39268 recipeFile = fetchurl { 39269 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/ivy-rtags"; ··· 39823 jdee = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, memoize, s }: 39824 melpaBuild { 39825 pname = "jdee"; 39826 - version = "20180109.1233"; 39827 src = fetchFromGitHub { 39828 owner = "jdee-emacs"; 39829 repo = "jdee"; 39830 - rev = "bffcac3e7a8c57da359185e01ae5a6bdce0ba8e0"; 39831 - sha256 = "0bv1pkl6a9a9cs7ka3v17lqb45nx11mg779x7l54rvlkxg4ppchs"; 39832 }; 39833 recipeFile = fetchurl { 39834 url = "https://raw.githubusercontent.com/milkypostman/melpa/a6d2c98f3bf2075e33d95c7befe205df802e798d/recipes/jdee"; ··· 40159 jq-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 40160 melpaBuild { 40161 pname = "jq-mode"; 40162 - version = "20171116.815"; 40163 src = fetchFromGitHub { 40164 owner = "ljos"; 40165 repo = "jq-mode"; 40166 - rev = "8384a1926cc22000e5e42f86f28d807fd6149f8e"; 40167 - sha256 = "0fa84jln0vddrc218s8scz6hx12ym0wimh6dm58wqxias7gm9fgk"; 40168 }; 40169 recipeFile = fetchurl { 40170 url = "https://raw.githubusercontent.com/milkypostman/melpa/318705966e26e58f87b53c115c519db95874ac1c/recipes/jq-mode"; ··· 41079 kaolin-themes = callPackage ({ autothemer, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 41080 melpaBuild { 41081 pname = "kaolin-themes"; 41082 - version = "20180210.710"; 41083 src = fetchFromGitHub { 41084 owner = "ogdenwebb"; 41085 repo = "emacs-kaolin-themes"; 41086 - rev = "3cf42c74e05982f811417a8d5e7b359732462f8e"; 41087 - sha256 = "0p32zgmmdnsmvcjnkxfbbqq775n9f29w45q54bhdvw63gicnvdwg"; 41088 }; 41089 recipeFile = fetchurl { 41090 url = "https://raw.githubusercontent.com/milkypostman/melpa/043a4e3bd5301ef8f4df2cbda0b3f4111eb399e4/recipes/kaolin-themes"; ··· 41587 src = fetchFromGitHub { 41588 owner = "kivy"; 41589 repo = "kivy"; 41590 - rev = "1aa4315396c0ee15c282b94f227bbe54b53e7e0a"; 41591 - sha256 = "0w856f20brgakxzngvsikaywkhci961vnasnqyn4a4a5913aa8rw"; 41592 }; 41593 recipeFile = fetchurl { 41594 url = "https://raw.githubusercontent.com/milkypostman/melpa/688e2a114073958c413e56e1d117d48db9d16fb8/recipes/kivy-mode"; ··· 41667 kodi-remote = callPackage ({ elnode, fetchFromGitHub, fetchurl, json ? null, let-alist, lib, melpaBuild, request }: 41668 melpaBuild { 41669 pname = "kodi-remote"; 41670 - version = "20180205.1242"; 41671 src = fetchFromGitHub { 41672 owner = "spiderbit"; 41673 repo = "kodi-remote.el"; 41674 - rev = "4be03d90ac8249ce31df3ef0edb71e0ca11b5ff3"; 41675 - sha256 = "19xg7xss7j1b8hq1wk3kvfprn1lsnym59728v144cxc2f801fh17"; 41676 }; 41677 recipeFile = fetchurl { 41678 url = "https://raw.githubusercontent.com/milkypostman/melpa/08f06dd824e67250afafdecc25128ba794ca971f/recipes/kodi-remote"; ··· 41772 kotlin-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 41773 melpaBuild { 41774 pname = "kotlin-mode"; 41775 - version = "20171009.1301"; 41776 src = fetchFromGitHub { 41777 owner = "Emacs-Kotlin-Mode-Maintainers"; 41778 repo = "kotlin-mode"; 41779 - rev = "ebcf6f3730f455894ebb7ed8e42950f66e8e1c1d"; 41780 - sha256 = "1345ahc8i69sl2d9v03gdgrdcj7qkbzrl0pl957hjn3vbvmhrz00"; 41781 }; 41782 recipeFile = fetchurl { 41783 url = "https://raw.githubusercontent.com/milkypostman/melpa/9f2560e913b215821221c96069a1385fe4e19c3e/recipes/kotlin-mode"; ··· 42170 latex-preview-pane = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 42171 melpaBuild { 42172 pname = "latex-preview-pane"; 42173 - version = "20151023.1303"; 42174 src = fetchFromGitHub { 42175 owner = "jsinglet"; 42176 repo = "latex-preview-pane"; 42177 - rev = "1a0539ab70eaf5dd31c2c94773dddd6f437fed41"; 42178 - sha256 = "1bvhrh9xfl7p474b8jcczw255d2pjmrz5b60wis0lmmxdljplrfa"; 42179 }; 42180 recipeFile = fetchurl { 42181 url = "https://raw.githubusercontent.com/milkypostman/melpa/bb3227f2e35d701915a8d3479d20581dcbe3a778/recipes/latex-preview-pane"; ··· 42422 ledger-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 42423 melpaBuild { 42424 pname = "ledger-mode"; 42425 - version = "20180210.1940"; 42426 src = fetchFromGitHub { 42427 owner = "ledger"; 42428 repo = "ledger-mode"; 42429 - rev = "980e191e08db0b6719b324b131b3ba042f8487c8"; 42430 - sha256 = "0xb5x9wz7bg39x0xhy5fg3k91vdqym63a4r4p3h6n37rg0d0iwcf"; 42431 }; 42432 recipeFile = fetchurl { 42433 url = "https://raw.githubusercontent.com/milkypostman/melpa/1549048b6f57fbe9d1f7fcda74b78a7294327b7b/recipes/ledger-mode"; ··· 42776 license = lib.licenses.free; 42777 }; 42778 }) {}; 42779 lingr = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 42780 melpaBuild { 42781 pname = "lingr"; ··· 42997 lispy = callPackage ({ ace-window, emacs, fetchFromGitHub, fetchurl, hydra, iedit, lib, melpaBuild, swiper, zoutline }: 42998 melpaBuild { 42999 pname = "lispy"; 43000 - version = "20180208.2204"; 43001 src = fetchFromGitHub { 43002 owner = "abo-abo"; 43003 repo = "lispy"; 43004 - rev = "9ac289883012a0c973addb0c8fe4db84259a8019"; 43005 - sha256 = "0gd9d9qid36vbr23npgnr9356av2mlkf13xcx0gq2xxck2p4gl58"; 43006 }; 43007 recipeFile = fetchurl { 43008 url = "https://raw.githubusercontent.com/milkypostman/melpa/e23c062ff32d7aeae486c01e29c56a74727dcf1d/recipes/lispy"; ··· 43039 lispyville = callPackage ({ cl-lib ? null, emacs, evil, fetchFromGitHub, fetchurl, lib, lispy, melpaBuild }: 43040 melpaBuild { 43041 pname = "lispyville"; 43042 - version = "20180120.1206"; 43043 src = fetchFromGitHub { 43044 owner = "noctuid"; 43045 repo = "lispyville"; 43046 - rev = "d9ae0dd5e3e86b5c0ae37bd3b469949b0dc71374"; 43047 - sha256 = "0a3l5a836slh99vzwc6a46nc6xj0wjcfj9726rs8haxkav6wzv61"; 43048 }; 43049 recipeFile = fetchurl { 43050 url = "https://raw.githubusercontent.com/milkypostman/melpa/b5d96d3603dc328467fcce29d3ac1b0a02833d51/recipes/lispyville"; ··· 43316 src = fetchFromGitHub { 43317 owner = "donkirkby"; 43318 repo = "live-py-plugin"; 43319 - rev = "e0a5627e6591e1cbb9f93aabc44adbdc50b346c9"; 43320 - sha256 = "0dhm7gdd1smlibj5jmzps97kwkpzcigbdp0l26baa2mkc6155y66"; 43321 }; 43322 recipeFile = fetchurl { 43323 url = "https://raw.githubusercontent.com/milkypostman/melpa/c7615237e80b46b5c50cb51a3ed5b07d92566fb7/recipes/live-py-mode"; ··· 43687 logview = callPackage ({ datetime, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 43688 melpaBuild { 43689 pname = "logview"; 43690 - version = "20180128.1429"; 43691 src = fetchFromGitHub { 43692 owner = "doublep"; 43693 repo = "logview"; 43694 - rev = "60b86ec5888d3bbd857f4abb434a6ae3406b7c93"; 43695 - sha256 = "0f292yh493lpwllgs9mihfdmp6ian2rqmldfv92qz0jb348khmdn"; 43696 }; 43697 recipeFile = fetchurl { 43698 url = "https://raw.githubusercontent.com/milkypostman/melpa/1df3c11ed7738f32e6ae457647e62847701c8b19/recipes/logview"; ··· 43918 lsp-javacomp = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, melpaBuild, s }: 43919 melpaBuild { 43920 pname = "lsp-javacomp"; 43921 - version = "20180203.1204"; 43922 src = fetchFromGitHub { 43923 owner = "tigersoldier"; 43924 repo = "lsp-javacomp"; 43925 - rev = "57554723983c5d76c21a7a5c16534066de6dcf23"; 43926 - sha256 = "0n105j1i8gwayfzwvr9d37b9ra35l9prlgx7vqblvv167q4w9d63"; 43927 }; 43928 recipeFile = fetchurl { 43929 url = "https://raw.githubusercontent.com/milkypostman/melpa/6b8a1c034554579a7e271409fa72020cfe441f68/recipes/lsp-javacomp"; ··· 43960 lsp-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }: 43961 melpaBuild { 43962 pname = "lsp-mode"; 43963 - version = "20180210.441"; 43964 src = fetchFromGitHub { 43965 owner = "emacs-lsp"; 43966 repo = "lsp-mode"; 43967 - rev = "a38ce26c9ebd56a690085d29a80f4494843e53c3"; 43968 - sha256 = "0mlnz3aqa40gavb0lr7bzlyzfm58d1c4np546v1401ljdc95fcgi"; 43969 }; 43970 recipeFile = fetchurl { 43971 url = "https://raw.githubusercontent.com/milkypostman/melpa/1a7b69312e688211089a23b75910c05efb507e35/recipes/lsp-mode"; ··· 44002 lsp-php = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, melpaBuild }: 44003 melpaBuild { 44004 pname = "lsp-php"; 44005 - version = "20180104.152"; 44006 src = fetchFromGitHub { 44007 owner = "tszg"; 44008 repo = "lsp-php"; 44009 - rev = "6f332a08c28d2f402a783b91e1846234e55ec130"; 44010 sha256 = "05rq7sqb6chymzfqvk5xk9bgi7nsdf1ldimams8df9ml6242zjsg"; 44011 }; 44012 recipeFile = fetchurl { ··· 44044 lsp-rust = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, markdown-mode, melpaBuild, rust-mode }: 44045 melpaBuild { 44046 pname = "lsp-rust"; 44047 - version = "20180126.6"; 44048 src = fetchFromGitHub { 44049 owner = "emacs-lsp"; 44050 repo = "lsp-rust"; 44051 - rev = "660dfa99917440acf79e1e2d3ede4d3a90f0d196"; 44052 - sha256 = "1drr2wlbgn6zyr15hjgdwldw94ryi1dbazbb44f4h9qakw7nqd2b"; 44053 }; 44054 recipeFile = fetchurl { 44055 url = "https://raw.githubusercontent.com/milkypostman/melpa/1a7b69312e688211089a23b75910c05efb507e35/recipes/lsp-rust"; ··· 44062 license = lib.licenses.free; 44063 }; 44064 }) {}; 44065 - lsp-ui = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, flycheck, lib, lsp-mode, melpaBuild }: 44066 melpaBuild { 44067 pname = "lsp-ui"; 44068 - version = "20180209.1302"; 44069 src = fetchFromGitHub { 44070 owner = "emacs-lsp"; 44071 repo = "lsp-ui"; 44072 - rev = "6a669ca3bb14b48ba61f87e32f3a4eddc95dbf9a"; 44073 - sha256 = "0p4lr98asfhz78pj9mq7m7lk7syfz8w16xhrfv012llr8412g8cw"; 44074 }; 44075 recipeFile = fetchurl { 44076 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e4fa7cdf71f49f6998b26d81de9522248bc58e6/recipes/lsp-ui"; 44077 sha256 = "00y5i44yd79z0v00a9lvgixb4mrx9nq5vcgmib70h41ffffaq42j"; 44078 name = "lsp-ui"; 44079 }; 44080 - packageRequires = [ dash emacs flycheck lsp-mode ]; 44081 meta = { 44082 homepage = "https://melpa.org/#/lsp-ui"; 44083 license = lib.licenses.free; ··· 44380 magic-filetype = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 44381 melpaBuild { 44382 pname = "magic-filetype"; 44383 - version = "20161214.1017"; 44384 src = fetchFromGitHub { 44385 owner = "emacs-php"; 44386 repo = "magic-filetype.el"; 44387 - rev = "9a20137474697063898902b43a40423daa4eb64d"; 44388 - sha256 = "1r16qlm2pqcph0zwy3fhzdjywdrfcwvldqk809vbhw71qkq4a54i"; 44389 }; 44390 recipeFile = fetchurl { 44391 url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/magic-filetype"; ··· 44422 magit = callPackage ({ async, dash, emacs, fetchFromGitHub, fetchurl, ghub, git-commit, let-alist, lib, magit-popup, melpaBuild, with-editor }: 44423 melpaBuild { 44424 pname = "magit"; 44425 - version = "20180211.700"; 44426 src = fetchFromGitHub { 44427 owner = "magit"; 44428 repo = "magit"; 44429 - rev = "10a1f08f39373bfc2ed86858cf02d82bfcdb7be8"; 44430 - sha256 = "1bk1a34yi37gsb6n7a68pkia100q0jyj2x5bs8hkf0q48rh4dvl3"; 44431 }; 44432 recipeFile = fetchurl { 44433 url = "https://raw.githubusercontent.com/milkypostman/melpa/b0a9a6277974a7a38c0c46d9921b54747a85501a/recipes/magit"; ··· 44578 magit-imerge = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, magit, melpaBuild }: 44579 melpaBuild { 44580 pname = "magit-imerge"; 44581 - version = "20180120.1554"; 44582 src = fetchFromGitHub { 44583 owner = "magit"; 44584 repo = "magit-imerge"; 44585 - rev = "1969c445d16e5c59db9548a61a5fe5f0b7448cd3"; 44586 - sha256 = "0yiqjaxnrb46z38bbcg1dlswi6sp8994hcmbnp31xf27m29vr2fx"; 44587 }; 44588 recipeFile = fetchurl { 44589 url = "https://raw.githubusercontent.com/milkypostman/melpa/e78a5c27eedfc9b1d79e37e8d333c5d253f31a3c/recipes/magit-imerge"; ··· 44641 magit-popup = callPackage ({ async, dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 44642 melpaBuild { 44643 pname = "magit-popup"; 44644 - version = "20180119.111"; 44645 src = fetchFromGitHub { 44646 owner = "magit"; 44647 repo = "magit-popup"; 44648 - rev = "ab75385a1fb8c0fba0769d448b13ba8324835261"; 44649 - sha256 = "0ky4l3k3camh1paa5ap9frr9hcadj7nj40l3imiiqfcvgyl8ijp6"; 44650 }; 44651 recipeFile = fetchurl { 44652 url = "https://raw.githubusercontent.com/milkypostman/melpa/0263ca6aea7bf6eae26a637454affbda6bd106df/recipes/magit-popup"; ··· 44767 magithub = callPackage ({ emacs, fetchFromGitHub, fetchurl, ghub-plus, git-commit, lib, magit, markdown-mode, melpaBuild, s }: 44768 melpaBuild { 44769 pname = "magithub"; 44770 - version = "20180209.1711"; 44771 src = fetchFromGitHub { 44772 owner = "vermiculus"; 44773 repo = "magithub"; 44774 - rev = "eb8a794df0db2e7edea1106a87bf03f94ec7e192"; 44775 - sha256 = "1q7s822ygqc8rz0b1fqgwdjnj5l0fhnqahlnf02aqz5by47sgaqg"; 44776 }; 44777 recipeFile = fetchurl { 44778 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/magithub"; ··· 45587 sha256 = "1spyfnkw6j0v947m6yj6mv6ni1za0a9m9iycpjycpcb42q7d9rlg"; 45588 }; 45589 recipeFile = fetchurl { 45590 - url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/matlab-mode"; 45591 - sha256 = "128v4rwc99dwyfgi5crbr5649fz4l7dwh4lid8w2mwpknyxaxy28"; 45592 name = "matlab-mode"; 45593 }; 45594 packageRequires = []; ··· 45831 meghanada = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, yasnippet }: 45832 melpaBuild { 45833 pname = "meghanada"; 45834 - version = "20171230.802"; 45835 src = fetchFromGitHub { 45836 owner = "mopemope"; 45837 repo = "meghanada-emacs"; 45838 - rev = "98ad6a5361c725319a355522d2d1ba0e0fbb7cde"; 45839 - sha256 = "06iryz4dbldc9vxy67g977hih8r1bfvjld53lvwnjsc7r3x9i07q"; 45840 }; 45841 recipeFile = fetchurl { 45842 url = "https://raw.githubusercontent.com/milkypostman/melpa/4c75c69b2f00be9a93144f632738272c1e375785/recipes/meghanada"; ··· 47151 monotropic-theme = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 47152 melpaBuild { 47153 pname = "monotropic-theme"; 47154 - version = "20180205.2000"; 47155 src = fetchFromGitHub { 47156 owner = "caffo"; 47157 repo = "monotropic-theme"; 47158 - rev = "a5dc696e79115f96a2482ba2e01f0569c5e4c4be"; 47159 - sha256 = "17985wdlgz4d45jznl9df34826mm5xc8h5xcar70rdrw4gqp4ccy"; 47160 }; 47161 recipeFile = fetchurl { 47162 url = "https://raw.githubusercontent.com/milkypostman/melpa/38222d109ece0030b0bfafb242aa100694b2bfcf/recipes/monotropic-theme"; ··· 48074 mwim = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 48075 melpaBuild { 48076 pname = "mwim"; 48077 - version = "20180116.740"; 48078 src = fetchFromGitHub { 48079 owner = "alezost"; 48080 repo = "mwim.el"; 48081 - rev = "a27879c4d0ef1d3f8494efa18490dd17d707375b"; 48082 - sha256 = "0v2qar878z6imh6ih4qxwc7jmwga8l6c626zrzz81l60b675li8x"; 48083 }; 48084 recipeFile = fetchurl { 48085 url = "https://raw.githubusercontent.com/milkypostman/melpa/b7e1aa2fa1294b27ed7b6c5bdd5844fa5c37df72/recipes/mwim"; ··· 48326 nameless = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 48327 melpaBuild { 48328 pname = "nameless"; 48329 - version = "20161012.1214"; 48330 src = fetchFromGitHub { 48331 owner = "Malabarba"; 48332 repo = "Nameless"; 48333 - rev = "108f16e743aecd35401c0e914c896572cf1d5082"; 48334 - sha256 = "110bxdn2sqxlxqffaxp0yc6g2hglbv91az00mmgc01n6hjxcrc3h"; 48335 }; 48336 recipeFile = fetchurl { 48337 url = "https://raw.githubusercontent.com/milkypostman/melpa/8e4ee4dae5f32a8d445dc0cc2455c1f7075c9b3d/recipes/nameless"; ··· 48913 ng2-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, typescript-mode }: 48914 melpaBuild { 48915 pname = "ng2-mode"; 48916 - version = "20180206.1128"; 48917 src = fetchFromGitHub { 48918 owner = "AdamNiederer"; 48919 repo = "ng2-mode"; 48920 - rev = "00822c2e43ff4793cf030fbbd67f83cfdb689b3a"; 48921 - sha256 = "19qbs0c0q98rp506a8sj7wkigrk8xzv0s87q9bcl5zxk9jx6m304"; 48922 }; 48923 recipeFile = fetchurl { 48924 url = "https://raw.githubusercontent.com/milkypostman/melpa/a856ecd8aca2d9232bb20fa7019de9e1dbbb19f4/recipes/ng2-mode"; ··· 49017 nim-mode = callPackage ({ commenter, emacs, epc, fetchFromGitHub, fetchurl, flycheck-nimsuggest, let-alist, lib, melpaBuild }: 49018 melpaBuild { 49019 pname = "nim-mode"; 49020 - version = "20171119.1027"; 49021 src = fetchFromGitHub { 49022 owner = "nim-lang"; 49023 repo = "nim-mode"; 49024 - rev = "91450d3117a4dec975d913b58f1ece6808e5c2ba"; 49025 - sha256 = "01h0wyjh8s91s1wyy6drwnvc3gw7a905xg85ikv7ddywi920c169"; 49026 }; 49027 recipeFile = fetchurl { 49028 url = "https://raw.githubusercontent.com/milkypostman/melpa/dc2ccb5f24b9d55c77eaa7952a9e6a2e0ed7be24/recipes/nim-mode"; ··· 49038 nimbus-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 49039 melpaBuild { 49040 pname = "nimbus-theme"; 49041 - version = "20180129.536"; 49042 src = fetchFromGitHub { 49043 owner = "m-cat"; 49044 repo = "nimbus-theme"; 49045 - rev = "22c4a1cf1ce8686c01a341477502d2676829699b"; 49046 - sha256 = "1sf8ijk08kivfj0dxgmx73l10hkd921z766z5x4w1p3axwc8w9j1"; 49047 }; 49048 recipeFile = fetchurl { 49049 url = "https://raw.githubusercontent.com/milkypostman/melpa/fc0e6b456b76e2379c64a86ad844362c58146dc6/recipes/nimbus-theme"; ··· 49080 nix-buffer = callPackage ({ emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild }: 49081 melpaBuild { 49082 pname = "nix-buffer"; 49083 - version = "20170809.1128"; 49084 src = fetchFromGitHub { 49085 owner = "shlevy"; 49086 repo = "nix-buffer"; 49087 - rev = "b922497ea0af39fdf1a7e856d0cd2ce81d98d76f"; 49088 - sha256 = "1db0cjsq99b1z6786g3j8y39vj3gga7x6yzkilxdp7z6scs1qdwr"; 49089 }; 49090 recipeFile = fetchurl { 49091 url = "https://raw.githubusercontent.com/milkypostman/melpa/08b978724ff26b3ea7a134d307d888c80e2a92a9/recipes/nix-buffer"; ··· 49101 nix-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 49102 melpaBuild { 49103 pname = "nix-mode"; 49104 - version = "20180126.1935"; 49105 src = fetchFromGitHub { 49106 owner = "NixOS"; 49107 repo = "nix-mode"; 49108 - rev = "664fa51cfa9d8e4c39f2086ad1b6b6fdc1e8fbd7"; 49109 - sha256 = "0nnxd2lis4qx2zakfcy5ypvlp1nrw70dq2jcf0gldg0qmr1dhlgk"; 49110 }; 49111 recipeFile = fetchurl { 49112 url = "https://raw.githubusercontent.com/milkypostman/melpa/e1870d786dbfac3b14386c8030e06f2d13ab9da6/recipes/nix-mode"; ··· 49458 nordless-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 49459 melpaBuild { 49460 pname = "nordless-theme"; 49461 - version = "20180204.48"; 49462 src = fetchFromGitHub { 49463 owner = "lthms"; 49464 repo = "nordless-theme.el"; 49465 - rev = "3fb123eaaf7f38d024effdda4b3e88cc66e67300"; 49466 - sha256 = "0i5b7qg97qcgvhk8vv7x5xpwps06q140jndkz4i2rakg5hr3z98g"; 49467 }; 49468 recipeFile = fetchurl { 49469 url = "https://raw.githubusercontent.com/milkypostman/melpa/3de9da6cb8c1a75ff1d41a69e156c21be00713b6/recipes/nordless-theme"; ··· 49538 nov = callPackage ({ dash, emacs, esxml, fetchFromGitHub, fetchurl, lib, melpaBuild }: 49539 melpaBuild { 49540 pname = "nov"; 49541 - version = "20180115.1407"; 49542 src = fetchFromGitHub { 49543 owner = "wasamasa"; 49544 repo = "nov.el"; 49545 - rev = "4ef20ebb587ffb0ab73c85ad5748d41af1071596"; 49546 - sha256 = "03s0qjvwk1f7y3i4wh2p5y3z4hdv00adgz8za3vphzc0q8i1kjzb"; 49547 }; 49548 recipeFile = fetchurl { 49549 url = "https://raw.githubusercontent.com/milkypostman/melpa/cf543955ba2d5d0074fa2a5ba176f9415f6e006d/recipes/nov"; ··· 49664 nu-mode = callPackage ({ ace-window, avy, fetchFromGitHub, fetchurl, lib, melpaBuild, transpose-frame, undo-tree, which-key }: 49665 melpaBuild { 49666 pname = "nu-mode"; 49667 - version = "20180104.1243"; 49668 src = fetchFromGitHub { 49669 owner = "pyluyten"; 49670 repo = "emacs-nu"; 49671 - rev = "91056b70667036bc78d6c8585cf0bc8fe7ba21c0"; 49672 - sha256 = "0pf8ng0r829lrbqjz61wjdag9cb27cx0cj2idgpy92hfiy9s6saa"; 49673 }; 49674 recipeFile = fetchurl { 49675 url = "https://raw.githubusercontent.com/milkypostman/melpa/230d5f8fdd965a24b8ff3cc94acf378d04815fca/recipes/nu-mode"; ··· 50219 src = fetchFromGitHub { 50220 owner = "juergenhoetzel"; 50221 repo = "ob-fsharp"; 50222 - rev = "65ec2b626ac55313d8a04e746940370f615fed1e"; 50223 - sha256 = "12k6z3zsh8av3avhl2a62v475bpxpcdy56v8i248bv1wgd3ma2mi"; 50224 }; 50225 recipeFile = fetchurl { 50226 url = "https://raw.githubusercontent.com/milkypostman/melpa/89bc8c5fe6db0573109e82b3d1350d33d6d8aff5/recipes/ob-fsharp"; ··· 50828 src = fetchFromGitHub { 50829 owner = "OCamlPro"; 50830 repo = "ocp-indent"; 50831 - rev = "764d8dfa931f2336fa9f469aea7d38bcb4990723"; 50832 - sha256 = "1h0rgcifhzqxb7glax7b7whxkcrrd1mmvsdn7z2xgwjla3qmx4w2"; 50833 }; 50834 recipeFile = fetchurl { 50835 url = "https://raw.githubusercontent.com/milkypostman/melpa/e1af061328b15360ed25a232cc6b8fbce4a7b098/recipes/ocp-indent"; ··· 51652 org-brain = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 51653 melpaBuild { 51654 pname = "org-brain"; 51655 - version = "20180209.534"; 51656 src = fetchFromGitHub { 51657 owner = "Kungsgeten"; 51658 repo = "org-brain"; 51659 - rev = "7f96d1417fa3b676d402524b2de92447174cc101"; 51660 - sha256 = "1lrvi15qzqbdgkar2mxzsjhna8wbhr95hnym93rwvksgmn8dgivg"; 51661 }; 51662 recipeFile = fetchurl { 51663 url = "https://raw.githubusercontent.com/milkypostman/melpa/47480fbae06e4110d50bc89db7df05fa80afc7d3/recipes/org-brain"; ··· 52386 org-mime = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 52387 melpaBuild { 52388 pname = "org-mime"; 52389 - version = "20171105.1440"; 52390 src = fetchFromGitHub { 52391 owner = "org-mime"; 52392 repo = "org-mime"; 52393 - rev = "64a3f56651369b2a8b0a601abea1cf1216db2ded"; 52394 - sha256 = "0jvknbiilik3dwkz1kpjf7ac1fqkdh74pljzpyxxyg3slqha0d50"; 52395 }; 52396 recipeFile = fetchurl { 52397 url = "https://raw.githubusercontent.com/milkypostman/melpa/521678fa13884dae69c2b4b7a2af718b2eea4b28/recipes/org-mime"; ··· 52449 org-mru-clock = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 52450 melpaBuild { 52451 pname = "org-mru-clock"; 52452 - version = "20171219.314"; 52453 src = fetchFromGitHub { 52454 owner = "unhammer"; 52455 repo = "org-mru-clock"; 52456 - rev = "ccf477735d76c078b44bba7bff12e7e30e66bdb3"; 52457 - sha256 = "17dxdghnh3h24584pa374pmz0a7qr13p0a4rfsndns9xv8wfzbic"; 52458 }; 52459 recipeFile = fetchurl { 52460 url = "https://raw.githubusercontent.com/milkypostman/melpa/b36bf1c1faa4d7e38254416a293e56af96214136/recipes/org-mru-clock"; ··· 52512 org-noter = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 52513 melpaBuild { 52514 pname = "org-noter"; 52515 - version = "20180210.1836"; 52516 src = fetchFromGitHub { 52517 owner = "weirdNox"; 52518 repo = "org-noter"; 52519 - rev = "8841704afc019c0ebd66795343562be8b8fa77f1"; 52520 - sha256 = "1ba2l0nyxxg0x9kn53xif7nzn4di0dp3dkni6qihns9v0n8vl56s"; 52521 }; 52522 recipeFile = fetchurl { 52523 url = "https://raw.githubusercontent.com/milkypostman/melpa/4a2bc0d95dc2744277d6acbba1f7483b4c14d75c/recipes/org-noter"; ··· 52924 org-ref = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, helm, helm-bibtex, hydra, ivy, key-chord, lib, melpaBuild, pdf-tools, s }: 52925 melpaBuild { 52926 pname = "org-ref"; 52927 - version = "20180207.1846"; 52928 src = fetchFromGitHub { 52929 owner = "jkitchin"; 52930 repo = "org-ref"; 52931 - rev = "e828a32d00b24af2c6c657481c3ad163de6c8e02"; 52932 - sha256 = "0inmayxdhfdh5lnjzqxkm65f160p2inc0mz7m254wm81z50033km"; 52933 }; 52934 recipeFile = fetchurl { 52935 url = "https://raw.githubusercontent.com/milkypostman/melpa/550e4dcef2f74fbd96474561c1cb6c4fd80091fe/recipes/org-ref"; ··· 52995 license = lib.licenses.free; 52996 }; 52997 }) {}; 52998 org-rtm = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, rtm }: 52999 melpaBuild { 53000 pname = "org-rtm"; ··· 53124 org-sync = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 53125 melpaBuild { 53126 pname = "org-sync"; 53127 - version = "20150817.754"; 53128 src = fetchFromGitHub { 53129 owner = "arbox"; 53130 repo = "org-sync"; 53131 - rev = "7f02167ef805cd76def274be4d3bd0c6e41d9af8"; 53132 - sha256 = "18v56lrscpzxq5prigd1pjkx990xf57pzf1d2yj6r1grqfz235yy"; 53133 }; 53134 recipeFile = fetchurl { 53135 url = "https://raw.githubusercontent.com/milkypostman/melpa/923ddbaf1a158caac5e666a396a8dc66969d204a/recipes/org-sync"; ··· 53397 org-wc = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 53398 melpaBuild { 53399 pname = "org-wc"; 53400 - version = "20170727.1911"; 53401 src = fetchFromGitHub { 53402 owner = "tesujimath"; 53403 repo = "org-wc"; 53404 - rev = "d294ad7117c150445e6166fc0d88c14a8386f34e"; 53405 - sha256 = "1ijmdir2csvrmfqh9b5h57x0v3jcla5xzjamb4c7hhd87a6qd9wl"; 53406 }; 53407 recipeFile = fetchurl { 53408 url = "https://raw.githubusercontent.com/milkypostman/melpa/852e0a5cee285cc9b5e2cd9e18061fc0fe91d5a6/recipes/org-wc"; ··· 53436 license = lib.licenses.free; 53437 }; 53438 }) {}; 53439 - org-wild-notifier = callPackage ({ alert, dash, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 53440 melpaBuild { 53441 pname = "org-wild-notifier"; 53442 - version = "20180125.721"; 53443 src = fetchFromGitHub { 53444 owner = "akhramov"; 53445 repo = "org-wild-notifier.el"; 53446 - rev = "3f87465d6c4ea63010b9beab8de3cfa54429bce8"; 53447 - sha256 = "1vxjlfdkl6yxgh50nmz87qsyga71wf8cmrggnp6bkljak88vgz98"; 53448 }; 53449 recipeFile = fetchurl { 53450 url = "https://raw.githubusercontent.com/milkypostman/melpa/114552a24f73f13b253e3db4885039b680f6ef33/recipes/org-wild-notifier"; 53451 sha256 = "1lmpa614jnkpmfg3m1d2wjn9w0zig3gwd02n3dyjn23n71fiyhkp"; 53452 name = "org-wild-notifier"; 53453 }; 53454 - packageRequires = [ alert dash org ]; 53455 meta = { 53456 homepage = "https://melpa.org/#/org-wild-notifier"; 53457 license = lib.licenses.free; ··· 53658 orgit = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, magit, melpaBuild, org }: 53659 melpaBuild { 53660 pname = "orgit"; 53661 - version = "20170731.1003"; 53662 src = fetchFromGitHub { 53663 owner = "magit"; 53664 repo = "orgit"; 53665 - rev = "022687eb02f0bf0d0151d0ad917b165bfef2d663"; 53666 - sha256 = "1cddyns82a06ydbw8rhxzghkjav5vxmmc671pdnai50mql3cx9kf"; 53667 }; 53668 recipeFile = fetchurl { 53669 url = "https://raw.githubusercontent.com/milkypostman/melpa/73b5f7c44c90540e4cbdc003d9881f0ac22cc7bc/recipes/orgit"; ··· 54372 ox-hugo = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 54373 melpaBuild { 54374 pname = "ox-hugo"; 54375 - version = "20180211.2258"; 54376 src = fetchFromGitHub { 54377 owner = "kaushalmodi"; 54378 repo = "ox-hugo"; 54379 - rev = "a8ae44e692f30fa7d0c76c21ad2dd6ebf65da700"; 54380 - sha256 = "0856n634k43ingr7smcwvjjzd9h96mvh0d767q7qcg6h2f5lmgg7"; 54381 }; 54382 recipeFile = fetchurl { 54383 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e1240bb7b5bb8773f804b987901566a20e3e8a9/recipes/ox-hugo"; ··· 54603 ox-rst = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 54604 melpaBuild { 54605 pname = "ox-rst"; 54606 - version = "20180115.405"; 54607 src = fetchFromGitHub { 54608 owner = "msnoigrs"; 54609 repo = "ox-rst"; 54610 - rev = "58715dcba3922b5c7fc8ed5e7915277a9732fae3"; 54611 - sha256 = "1267rfj1rq04g9ngw0yglsdjma6bb04j3fc8afwsjixnbqv618kj"; 54612 }; 54613 recipeFile = fetchurl { 54614 url = "https://raw.githubusercontent.com/milkypostman/melpa/85770d6e235217e98dda9d8b9f027a4ba3ebba96/recipes/ox-rst"; ··· 55233 paradox = callPackage ({ emacs, fetchFromGitHub, fetchurl, hydra, let-alist, lib, melpaBuild, seq, spinner }: 55234 melpaBuild { 55235 pname = "paradox"; 55236 - version = "20161117.502"; 55237 src = fetchFromGitHub { 55238 owner = "Malabarba"; 55239 repo = "paradox"; 55240 - rev = "dfdfbec8b4a3b71966c134f00c3f5edfa87b6245"; 55241 - sha256 = "1l0rs49lbclq4ayhnx6vi6bxn37a0h2ylk73fjcbar2lbr1dhf9r"; 55242 }; 55243 recipeFile = fetchurl { 55244 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/paradox"; ··· 55378 parinfer = callPackage ({ cl-lib ? null, dash, fetchFromGitHub, fetchurl, lib, melpaBuild }: 55379 melpaBuild { 55380 pname = "parinfer"; 55381 - version = "20180208.1751"; 55382 src = fetchFromGitHub { 55383 owner = "DogLooksGood"; 55384 repo = "parinfer-mode"; 55385 - rev = "4e0d585e85a0e27c7703dc6c6edbadc1b4ce1ce0"; 55386 - sha256 = "0cq1jkizivjkr0mq0fmv0i9vp01g00w0l500s8r25v6npzjmgq6j"; 55387 }; 55388 recipeFile = fetchurl { 55389 url = "https://raw.githubusercontent.com/milkypostman/melpa/470ab2b5cceef23692523b4668b15a0775a0a5ba/recipes/parinfer"; ··· 55592 src = fetchFromGitHub { 55593 owner = "zx2c4"; 55594 repo = "password-store"; 55595 - rev = "ffef92ee0ed10551b20521f2d6e5637c8f9da798"; 55596 - sha256 = "12j2fjrhxpgha1ay0r4c5cjc6d16s350iclyrvcma35y5dqih2n9"; 55597 }; 55598 recipeFile = fetchurl { 55599 url = "https://raw.githubusercontent.com/milkypostman/melpa/207f8ec84572176749d328cb2bbc4e87c36f202c/recipes/password-store"; ··· 56176 pelican-mode = callPackage ({ emacs, fetchgit, fetchurl, lib, melpaBuild }: 56177 melpaBuild { 56178 pname = "pelican-mode"; 56179 - version = "20171001.503"; 56180 src = fetchgit { 56181 url = "https://git.korewanetadesu.com/pelican-mode.git"; 56182 - rev = "64d41f0ee5970b2d875880994eb287b97cad24a1"; 56183 - sha256 = "0xivc8sdp6h3fajyj7g73xnyfqlkhfpm2cs9x3mpyr42502lmn2c"; 56184 }; 56185 recipeFile = fetchurl { 56186 url = "https://raw.githubusercontent.com/milkypostman/melpa/aede5994c2e76c7fd860661c1e3252fb741f9228/recipes/pelican-mode"; ··· 56867 php-mode = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 56868 melpaBuild { 56869 pname = "php-mode"; 56870 - version = "20180211.751"; 56871 src = fetchFromGitHub { 56872 owner = "ejmr"; 56873 repo = "php-mode"; 56874 - rev = "0d7f970dfffc6532814b5f2290d59391e1cabb78"; 56875 - sha256 = "16dvhamcy8a4c4g9k7vxgqaic1wz03adshvhbh4nqflwwyzz7ldp"; 56876 }; 56877 recipeFile = fetchurl { 56878 url = "https://raw.githubusercontent.com/milkypostman/melpa/7cdbc35fee67b87b87ec72aa00e6dca77aef17c4/recipes/php-mode"; ··· 57029 packageRequires = []; 57030 meta = { 57031 homepage = "https://melpa.org/#/pianobar"; 57032 license = lib.licenses.free; 57033 }; 57034 }) {}; ··· 57245 pipenv = callPackage ({ emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 57246 melpaBuild { 57247 pname = "pipenv"; 57248 - version = "20180207.1216"; 57249 src = fetchFromGitHub { 57250 owner = "pwalsh"; 57251 repo = "pipenv.el"; 57252 - rev = "cb10661cb11bed9f781c2aef01708f3304f83de1"; 57253 - sha256 = "1m8pdn3vyrzna0a1adwm4s22zgykr6cr9pp9p1v6q1ar80hxchrx"; 57254 }; 57255 recipeFile = fetchurl { 57256 url = "https://raw.githubusercontent.com/milkypostman/melpa/d46738976f5dfaf899ee778b1ba6dcee455fd271/recipes/pipenv"; ··· 57480 src = fetchFromGitHub { 57481 owner = "Shirakumo"; 57482 repo = "plaster"; 57483 - rev = "11eb23920410818fe444887b97ad4c8722d66c85"; 57484 - sha256 = "0lqz8m8a2ahvgm0i9cz0j4bisi34czc4s29z70p5p6rdg4g21fk1"; 57485 }; 57486 recipeFile = fetchurl { 57487 url = "https://raw.githubusercontent.com/milkypostman/melpa/7e363cffa021e649c052f38cedb7cc01dbe9e24a/recipes/plaster"; ··· 58322 posframe = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 58323 melpaBuild { 58324 pname = "posframe"; 58325 - version = "20180212.136"; 58326 src = fetchFromGitHub { 58327 owner = "tumashu"; 58328 repo = "posframe"; 58329 - rev = "2073a1f7480aaee8a21405edf44ba28888f64aff"; 58330 - sha256 = "0in8nvdgjaj89rg2ckq828vpfpfswj9830zghi7xsky74wysc00k"; 58331 }; 58332 recipeFile = fetchurl { 58333 url = "https://raw.githubusercontent.com/milkypostman/melpa/fa3488f2ede1201faf4a147313456ed90271f050/recipes/posframe"; ··· 58557 src = fetchFromGitHub { 58558 owner = "prettier"; 58559 repo = "prettier-emacs"; 58560 - rev = "0e8b95c4e5898a03e85dbc555c37b4f968292aec"; 58561 - sha256 = "0l8i0fbwwyhllkpk8xd6w5gcv65z4ja1ygf6slh5sd1g0ixh29md"; 58562 }; 58563 recipeFile = fetchurl { 58564 url = "https://raw.githubusercontent.com/milkypostman/melpa/968ac7bb98b385f8542dc150486982c0ded73187/recipes/prettier-js"; ··· 58763 prodigy = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 58764 melpaBuild { 58765 pname = "prodigy"; 58766 - version = "20171121.512"; 58767 src = fetchFromGitHub { 58768 owner = "rejeep"; 58769 repo = "prodigy.el"; 58770 - rev = "da9ab59dc807968841ef369617edd6a67a9ad1de"; 58771 - sha256 = "08nr9gppkn1z8s3llhf7vlxg0hfgx7hzbakahw0qfaf1xri4mzg9"; 58772 }; 58773 recipeFile = fetchurl { 58774 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/prodigy"; ··· 59417 src = fetchFromGitHub { 59418 owner = "google"; 59419 repo = "protobuf"; 59420 - rev = "e34ec6077af141dd5dfc1c334ecdcce3c6b51612"; 59421 - sha256 = "15hvnhkj2ias3h9zkg713p0gixqpnhdxvjp6msbvnm8k99qxccw6"; 59422 }; 59423 recipeFile = fetchurl { 59424 url = "https://raw.githubusercontent.com/milkypostman/melpa/b4e7f5f641251e17add561991d3bcf1fde23467b/recipes/protobuf-mode"; ··· 60093 pyenv-mode-auto = callPackage ({ f, fetchFromGitHub, fetchurl, lib, melpaBuild, pyenv-mode, s }: 60094 melpaBuild { 60095 pname = "pyenv-mode-auto"; 60096 - version = "20160122.2341"; 60097 src = fetchFromGitHub { 60098 owner = "ssbb"; 60099 repo = "pyenv-mode-auto"; 60100 - rev = "783a93488e255346f9b1b2658424ffe0d670e8cf"; 60101 - sha256 = "090c5lnw2fz674c49szjsac3hdj5dwbnrbn921kvhw6q5lsn8z47"; 60102 }; 60103 recipeFile = fetchurl { 60104 url = "https://raw.githubusercontent.com/milkypostman/melpa/f3fcb707356bd16fd0b573c176023534cd69d0d7/recipes/pyenv-mode-auto"; ··· 60286 src = fetchFromGitHub { 60287 owner = "PyCQA"; 60288 repo = "pylint"; 60289 - rev = "5e79774c5028eb492e59bed92d25088b081cf2db"; 60290 - sha256 = "14nxl62cnzab0nrf1j45a9p55sqmcy9mgmkh1wv9lb0v1fyi1x3k"; 60291 }; 60292 recipeFile = fetchurl { 60293 url = "https://raw.githubusercontent.com/milkypostman/melpa/a073c91d6f4d31b82f6bfee785044c4e3ae96d3f/recipes/pylint"; ··· 60307 src = fetchFromGitHub { 60308 owner = "ebanner"; 60309 repo = "pynt"; 60310 - rev = "76fa85dd0c791a6493d59bd564ce5f6ec20ab40d"; 60311 - sha256 = "06rhaqf5wkwk6xl8mp2kyyncnyjclvykal06iqj9sbd4kn5nnq5p"; 60312 }; 60313 recipeFile = fetchurl { 60314 url = "https://raw.githubusercontent.com/milkypostman/melpa/fdb297084188a957a46dcd036e65d9d893044bea/recipes/pynt"; ··· 60468 license = lib.licenses.free; 60469 }; 60470 }) {}; 60471 python-switch-quotes = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 60472 melpaBuild { 60473 pname = "python-switch-quotes"; ··· 60513 python-x = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, folding, lib, melpaBuild, python ? null }: 60514 melpaBuild { 60515 pname = "python-x"; 60516 - version = "20171006.336"; 60517 src = fetchFromGitHub { 60518 owner = "wavexx"; 60519 repo = "python-x.el"; 60520 - rev = "9bf0d16cfe7b5f24b98d6b33cbc8763edaceb174"; 60521 - sha256 = "0x255lnfyv2i7yz6ipx5adazqmvgmf4mdcixzs1wv85gazmbgfc5"; 60522 }; 60523 recipeFile = fetchurl { 60524 url = "https://raw.githubusercontent.com/milkypostman/melpa/87ed5ea4868945df1bf92d1eae5d3ebb83ece117/recipes/python-x"; ··· 61926 redprl = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 61927 melpaBuild { 61928 pname = "redprl"; 61929 - version = "20180207.1002"; 61930 src = fetchFromGitHub { 61931 owner = "RedPRL"; 61932 repo = "sml-redprl"; 61933 - rev = "113c07f5b7ae112d7e199aa33665352852ac7f12"; 61934 - sha256 = "106b8nmhdwwpg6l4p9s3jm55r2b9zlj49iklp7qfbjb2wv6qci8n"; 61935 }; 61936 recipeFile = fetchurl { 61937 url = "https://raw.githubusercontent.com/milkypostman/melpa/06e7371d703ffdc5b6ea555f2ed289e57e71e377/recipes/redprl"; ··· 62139 version = "20161002.2310"; 62140 src = fetchgit { 62141 url = "https://bitbucket.org/lyude/related"; 62142 - rev = "0065a2e16eeaa9bface49f7f0815b9cf9719f441"; 62143 - sha256 = "0gaj1mqv77dahw6zfqlf8q624b2ba589chgaa22vy4vg3lz6qzks"; 62144 }; 62145 recipeFile = fetchurl { 62146 url = "https://raw.githubusercontent.com/milkypostman/melpa/a39b2fd835f6911e3dd2b42987f65d5bbea36091/recipes/related"; ··· 62538 src = fetchFromGitHub { 62539 owner = "pashky"; 62540 repo = "restclient.el"; 62541 - rev = "0ce4513a6b5ff1e63c73fda30f11efdb7a296c38"; 62542 - sha256 = "194526djlzn96b35pqgsdc5vi4nkib0jma0smp97lay8vj22mjs8"; 62543 }; 62544 recipeFile = fetchurl { 62545 url = "https://raw.githubusercontent.com/milkypostman/melpa/59303304fe1f724596245556dd90f6afffba425d/recipes/restclient"; ··· 62559 src = fetchFromGitHub { 62560 owner = "pashky"; 62561 repo = "restclient.el"; 62562 - rev = "0ce4513a6b5ff1e63c73fda30f11efdb7a296c38"; 62563 - sha256 = "194526djlzn96b35pqgsdc5vi4nkib0jma0smp97lay8vj22mjs8"; 62564 }; 62565 recipeFile = fetchurl { 62566 url = "https://raw.githubusercontent.com/milkypostman/melpa/59303304fe1f724596245556dd90f6afffba425d/recipes/restclient-helm"; ··· 62618 reverse-im = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 62619 melpaBuild { 62620 pname = "reverse-im"; 62621 - version = "20170721.940"; 62622 src = fetchFromGitHub { 62623 owner = "a13"; 62624 repo = "reverse-im.el"; 62625 - rev = "63fb1edee017177c44f8b663a707201b3dd78345"; 62626 - sha256 = "1ha4ldfcnw57rg15mbxspymgs6b2b50f6s0fcb6d7k9xai5idmnp"; 62627 }; 62628 recipeFile = fetchurl { 62629 url = "https://raw.githubusercontent.com/milkypostman/melpa/f282ebbed8ad01b63b0e708ab273db51bf65fdbb/recipes/reverse-im"; ··· 62702 rg = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 62703 melpaBuild { 62704 pname = "rg"; 62705 - version = "20180122.855"; 62706 src = fetchFromGitHub { 62707 owner = "dajva"; 62708 repo = "rg.el"; 62709 - rev = "0a4df0c3a64ace6a5aebbfeea5c0161e752471ab"; 62710 - sha256 = "0z1igj5c74qdjx5knsf73d7qwfyybfixyilw7z7chbyffw77z1km"; 62711 }; 62712 recipeFile = fetchurl { 62713 url = "https://raw.githubusercontent.com/milkypostman/melpa/9ce1f721867383a841957370946f283f996fa76f/recipes/rg"; ··· 62769 src = fetchFromGitHub { 62770 owner = "Malabarba"; 62771 repo = "rich-minority"; 62772 - rev = "3201f6e1769beb9f6cbbda392bef99fce337acf4"; 62773 - sha256 = "1qa447k3qq2x1i2nxbm60wzr8kaysk3cifl09c13sv97n4yq3x2b"; 62774 }; 62775 recipeFile = fetchurl { 62776 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/rich-minority"; ··· 63147 src = fetchFromGitHub { 63148 owner = "Andersbakken"; 63149 repo = "rtags"; 63150 - rev = "2b0c88cc470b06b65232c23df4b6fbfc4b534580"; 63151 - sha256 = "047w0khlcawwr9rz7ss52x9jzam4pdqd1cwgx7nqiyv3cd47xfsy"; 63152 }; 63153 recipeFile = fetchurl { 63154 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/rtags"; ··· 63182 license = lib.licenses.free; 63183 }; 63184 }) {}; 63185 rubocop = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 63186 melpaBuild { 63187 pname = "rubocop"; ··· 63563 rust-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 63564 melpaBuild { 63565 pname = "rust-mode"; 63566 - version = "20180109.544"; 63567 src = fetchFromGitHub { 63568 owner = "rust-lang"; 63569 repo = "rust-mode"; 63570 - rev = "cfb440810a010b099e7196f8701c9d990a3641d8"; 63571 - sha256 = "17mm7mk8s4s9ka7035bf7bd6sfxwi3m2iss9q3pg2d7931nzh1dz"; 63572 }; 63573 recipeFile = fetchurl { 63574 url = "https://raw.githubusercontent.com/milkypostman/melpa/8f6e5d990d699d571dccbdeb13327b33389bb113/recipes/rust-mode"; ··· 63626 ryo-modal = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 63627 melpaBuild { 63628 pname = "ryo-modal"; 63629 - version = "20180114.1004"; 63630 src = fetchFromGitHub { 63631 owner = "Kungsgeten"; 63632 repo = "ryo-modal"; 63633 - rev = "4dbe9e472306e5d293213842d9488c0b531eae8b"; 63634 - sha256 = "0l4153dczvkl88xnppqwdmj78c9rfj1bhl2d4c2sr1gc6hy7nj9l"; 63635 }; 63636 recipeFile = fetchurl { 63637 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ryo-modal"; ··· 63752 sage-shell-mode = callPackage ({ cl-lib ? null, deferred, emacs, fetchFromGitHub, fetchurl, let-alist, lib, melpaBuild }: 63753 melpaBuild { 63754 pname = "sage-shell-mode"; 63755 - version = "20171119.234"; 63756 src = fetchFromGitHub { 63757 owner = "sagemath"; 63758 repo = "sage-shell-mode"; 63759 - rev = "e4e7523178f09270a28b8b712191b1e980e6e8c9"; 63760 - sha256 = "11lk7fpzpak36jgihw3bm99j3w6x18zynqhy714rxmjjhy4lpla2"; 63761 }; 63762 recipeFile = fetchurl { 63763 url = "https://raw.githubusercontent.com/milkypostman/melpa/eb875c50c2f97919fd0027869c5d9970e1eaf373/recipes/sage-shell-mode"; ··· 64029 src = fetchFromGitHub { 64030 owner = "openscad"; 64031 repo = "openscad"; 64032 - rev = "ec8aded3241766dda3b89e26fa914d07562de429"; 64033 - sha256 = "0lh9zlic3iyhxbbsa0pdxl96gi4s8z7x7nphr8hlzl4if3zb5fg0"; 64034 }; 64035 recipeFile = fetchurl { 64036 url = "https://raw.githubusercontent.com/milkypostman/melpa/2d27782b9ac8474fbd4f51535351207c9c84984c/recipes/scad-mode"; ··· 65850 simple-httpd = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 65851 melpaBuild { 65852 pname = "simple-httpd"; 65853 - version = "20180205.1031"; 65854 src = fetchFromGitHub { 65855 owner = "skeeto"; 65856 repo = "emacs-web-server"; 65857 - rev = "be73a176a19fff8260369652f688a316e652fc03"; 65858 - sha256 = "1ifl1qsg6vxxmj3vysrvw94nn31x8krydin42vpp35w6pspx9f0z"; 65859 }; 65860 recipeFile = fetchurl { 65861 url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/simple-httpd"; ··· 66228 slime = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, macrostep, melpaBuild }: 66229 melpaBuild { 66230 pname = "slime"; 66231 - version = "20180208.323"; 66232 src = fetchFromGitHub { 66233 owner = "slime"; 66234 repo = "slime"; 66235 - rev = "8511e9b1180589c307909c623aa5f558f697f203"; 66236 - sha256 = "0dbnmvrrd84syn96jz90rgddb3n1cfza2rmzw7p57fzknzmv349w"; 66237 }; 66238 recipeFile = fetchurl { 66239 url = "https://raw.githubusercontent.com/milkypostman/melpa/14c60acbfde13d5e9256cea83d4d0d33e037d4b9/recipes/slime"; ··· 66396 sly = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 66397 melpaBuild { 66398 pname = "sly"; 66399 - version = "20180208.226"; 66400 src = fetchFromGitHub { 66401 owner = "capitaomorte"; 66402 repo = "sly"; 66403 - rev = "cbf84c36c4eca8b032e3fd16177a7bc02df3ec4c"; 66404 - sha256 = "13dyhsravn591p7g6is01mp2ynzjnnj7pwgi57r6xqmd4611y9vh"; 66405 }; 66406 recipeFile = fetchurl { 66407 url = "https://raw.githubusercontent.com/milkypostman/melpa/79e7213183df892c5058a766b5805a1854bfbaec/recipes/sly"; ··· 66417 sly-company = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, sly }: 66418 melpaBuild { 66419 pname = "sly-company"; 66420 - version = "20160308.557"; 66421 src = fetchFromGitHub { 66422 owner = "capitaomorte"; 66423 repo = "sly-company"; 66424 - rev = "08aef69394fbef31dfeb3d3bb72a4557df9d7624"; 66425 - sha256 = "128gb6hsb7zig4czwgwjcm58lgqk6rmj7qi17a9cz5gsnggjcwii"; 66426 }; 66427 recipeFile = fetchurl { 66428 url = "https://raw.githubusercontent.com/milkypostman/melpa/04867a574773e8794335a2664d4f5e8b243f3ec9/recipes/sly-company"; ··· 66519 license = lib.licenses.free; 66520 }; 66521 }) {}; 66522 smart-backspace = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 66523 melpaBuild { 66524 pname = "smart-backspace"; ··· 66920 smartparens = callPackage ({ cl-lib ? null, dash, fetchFromGitHub, fetchurl, lib, melpaBuild }: 66921 melpaBuild { 66922 pname = "smartparens"; 66923 - version = "20180212.202"; 66924 src = fetchFromGitHub { 66925 owner = "Fuco1"; 66926 repo = "smartparens"; 66927 - rev = "a03debdf4aeb3232ae54a9712790f6727a592538"; 66928 - sha256 = "027nam0jq6ldwgix200w78zj1hp2khqskhcvxavkhychpl8v501y"; 66929 }; 66930 recipeFile = fetchurl { 66931 url = "https://raw.githubusercontent.com/milkypostman/melpa/bd98f85461ef7134502d4f2aa8ce1bc764f3bda3/recipes/smartparens"; ··· 67872 spacemacs-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 67873 melpaBuild { 67874 pname = "spacemacs-theme"; 67875 - version = "20180117.1333"; 67876 src = fetchFromGitHub { 67877 owner = "nashamri"; 67878 repo = "spacemacs-theme"; 67879 - rev = "fb2a88a604b0eb6bdeb02506733b947e155a9e64"; 67880 - sha256 = "0ic09n4ddxv78sb4h5gz9a1frnnbsdkvizdhj2lfdr5xy00hais2"; 67881 }; 67882 recipeFile = fetchurl { 67883 url = "https://raw.githubusercontent.com/milkypostman/melpa/6c8ac39214856c1598beca0bd609e011b562346f/recipes/spacemacs-theme"; ··· 68562 license = lib.licenses.free; 68563 }; 68564 }) {}; 68565 - ssh-deploy = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 68566 melpaBuild { 68567 pname = "ssh-deploy"; 68568 - version = "20180129.245"; 68569 src = fetchFromGitHub { 68570 owner = "cjohansson"; 68571 repo = "emacs-ssh-deploy"; 68572 - rev = "5d70d89cddae17e4e412c9246871c3cbc860e3c6"; 68573 - sha256 = "02cdd5jx03n1xzkkswlcb0l4zf32ysmz2hn76cc7lh4i20iqi06q"; 68574 }; 68575 recipeFile = fetchurl { 68576 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ssh-deploy"; 68577 sha256 = "1ys3cc5fz8y4rsiq3daqgcpa14ssv1q4cw0pqbfscql6mps0mjdm"; 68578 name = "ssh-deploy"; 68579 }; 68580 - packageRequires = []; 68581 meta = { 68582 homepage = "https://melpa.org/#/ssh-deploy"; 68583 license = lib.licenses.free; ··· 68835 license = lib.licenses.free; 68836 }; 68837 }) {}; 68838 sticky = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 68839 melpaBuild { 68840 pname = "sticky"; ··· 69211 license = lib.licenses.free; 69212 }; 69213 }) {}; 69214 sudo-edit = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 69215 melpaBuild { 69216 pname = "sudo-edit"; ··· 69277 suggest = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, loop, melpaBuild, s }: 69278 melpaBuild { 69279 pname = "suggest"; 69280 - version = "20180206.1327"; 69281 src = fetchFromGitHub { 69282 owner = "Wilfred"; 69283 repo = "suggest.el"; 69284 - rev = "27c5c7722248baff572a0f3a672662618be4eebc"; 69285 - sha256 = "0pwd0cic3kj977171mpl0kkzas5l6cr806w1mhymcncgbybnr1pk"; 69286 }; 69287 recipeFile = fetchurl { 69288 url = "https://raw.githubusercontent.com/milkypostman/melpa/b9fd27e812549587dc2ec26bb58974177ff263ff/recipes/suggest"; ··· 69592 swift-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, seq }: 69593 melpaBuild { 69594 pname = "swift-mode"; 69595 - version = "20180124.2324"; 69596 src = fetchFromGitHub { 69597 owner = "chrisbarrett"; 69598 repo = "swift-mode"; 69599 - rev = "7739e4954cc614ecd6b37e935f82ad057e256d56"; 69600 - sha256 = "09mvwfi3nv4hkdvh76d7737nl3zaxn4a5vpmv2645q9s4vcq8zj8"; 69601 }; 69602 recipeFile = fetchurl { 69603 url = "https://raw.githubusercontent.com/milkypostman/melpa/19cb133191cd6f9623e99e958d360113595e756a/recipes/swift-mode"; ··· 69634 swiper = callPackage ({ emacs, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild }: 69635 melpaBuild { 69636 pname = "swiper"; 69637 - version = "20180211.1018"; 69638 src = fetchFromGitHub { 69639 owner = "abo-abo"; 69640 repo = "swiper"; 69641 - rev = "cc5197d5de78ba981df54815c8615d795e0ffdc5"; 69642 - sha256 = "0c8866mb2ca419b6zh153vp298dxwldj29lbrynwr1jlpjf1dbr5"; 69643 }; 69644 recipeFile = fetchurl { 69645 url = "https://raw.githubusercontent.com/milkypostman/melpa/e64cad81615ef3ec34fab1f438b0c55134833c97/recipes/swiper"; ··· 69760 sx = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, json ? null, let-alist, lib, markdown-mode, melpaBuild }: 69761 melpaBuild { 69762 pname = "sx"; 69763 - version = "20180209.1414"; 69764 src = fetchFromGitHub { 69765 owner = "vermiculus"; 69766 repo = "sx.el"; 69767 - rev = "95100fa3c933f6b00519baa3c7073b882a1b4603"; 69768 - sha256 = "010mlsry5s8xdah928zxy55xr51k91sqrbxv7fprir21y7nv044j"; 69769 }; 69770 recipeFile = fetchurl { 69771 url = "https://raw.githubusercontent.com/milkypostman/melpa/f16958a09820233fbe2abe403561fd9a012d0046/recipes/sx"; ··· 69781 symbol-overlay = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 69782 melpaBuild { 69783 pname = "symbol-overlay"; 69784 - version = "20171103.2306"; 69785 src = fetchFromGitHub { 69786 owner = "wolray"; 69787 repo = "symbol-overlay"; 69788 - rev = "305ef1d283923d2b0f1cd751f57f71754ab714e6"; 69789 - sha256 = "0j5542283mmdl30syk0k5p6ybb0w3xlnamjrrafdaj618v3anvgv"; 69790 }; 69791 recipeFile = fetchurl { 69792 url = "https://raw.githubusercontent.com/milkypostman/melpa/c2a468ebe1a3e5a35ef40c59a62befbf8960bd7b/recipes/symbol-overlay"; ··· 70371 src = fetchFromGitHub { 70372 owner = "phillord"; 70373 repo = "tawny-owl"; 70374 - rev = "b6838add6e418eccb557f8261c49ea5d65a7068d"; 70375 - sha256 = "157gxkdryzh1zzcinljmzpbmb1vhrmkz37zfkbyl3ls8ibnw3lxb"; 70376 }; 70377 recipeFile = fetchurl { 70378 url = "https://raw.githubusercontent.com/milkypostman/melpa/ea9a114ff739f7d6f5d4c3167f5635ddf79bf60c/recipes/tawny-mode"; ··· 70535 telephone-line = callPackage ({ cl-generic, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, seq }: 70536 melpaBuild { 70537 pname = "telephone-line"; 70538 - version = "20171109.1616"; 70539 src = fetchFromGitHub { 70540 owner = "dbordak"; 70541 repo = "telephone-line"; 70542 - rev = "b3eaf4b8254bb1031f85ce7ac73ffdc856059d9a"; 70543 - sha256 = "1g2gpfqxs3mxwskrkdszab02mxfmwfli0h0yw8b5izb4g2a4gkiz"; 70544 }; 70545 recipeFile = fetchurl { 70546 url = "https://raw.githubusercontent.com/milkypostman/melpa/9c998b70365fb0a210c3b9639db84034c7d45097/recipes/telephone-line"; ··· 71295 src = fetchFromGitHub { 71296 owner = "apache"; 71297 repo = "thrift"; 71298 - rev = "35d62edd6e9ff84b0fdd472e132a739b663a41c2"; 71299 - sha256 = "012sgyx7zqll08zfl2v1jkik5p4wxzvp40njm6h5kps5igx2wnal"; 71300 }; 71301 recipeFile = fetchurl { 71302 url = "https://raw.githubusercontent.com/milkypostman/melpa/857ab7e3a5c290265d88ebacb9685b3faee586e5/recipes/thrift"; ··· 71375 tide = callPackage ({ cl-lib ? null, dash, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, s, typescript-mode }: 71376 melpaBuild { 71377 pname = "tide"; 71378 - version = "20180208.246"; 71379 src = fetchFromGitHub { 71380 owner = "ananthakumaran"; 71381 repo = "tide"; 71382 - rev = "ca8a1c49eff59a07fefadb40d5bd60b4eee73605"; 71383 - sha256 = "0avxxgmgl1q23yj087y9vfi0r6w8ckm0l3pj9syd9yj1l05wbrwz"; 71384 }; 71385 recipeFile = fetchurl { 71386 url = "https://raw.githubusercontent.com/milkypostman/melpa/a21e063011ebbb03ac70bdcf0a379f9e383bdfab/recipes/tide"; ··· 72293 treemacs = callPackage ({ ace-window, cl-lib ? null, dash, emacs, f, fetchFromGitHub, fetchurl, ht, hydra, lib, melpaBuild, pfuture, s }: 72294 melpaBuild { 72295 pname = "treemacs"; 72296 - version = "20180207.2220"; 72297 src = fetchFromGitHub { 72298 owner = "Alexander-Miller"; 72299 repo = "treemacs"; 72300 - rev = "9ad516c8bd2a8db58ed9934420f6626921ab7b47"; 72301 - sha256 = "09qbz4ss5k6wd7r00y280kkhsp4dx57ghrzdld53fkx2gmhq6zr1"; 72302 }; 72303 recipeFile = fetchurl { 72304 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs"; ··· 72318 src = fetchFromGitHub { 72319 owner = "Alexander-Miller"; 72320 repo = "treemacs"; 72321 - rev = "9ad516c8bd2a8db58ed9934420f6626921ab7b47"; 72322 - sha256 = "09qbz4ss5k6wd7r00y280kkhsp4dx57ghrzdld53fkx2gmhq6zr1"; 72323 }; 72324 recipeFile = fetchurl { 72325 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-evil"; ··· 72339 src = fetchFromGitHub { 72340 owner = "Alexander-Miller"; 72341 repo = "treemacs"; 72342 - rev = "9ad516c8bd2a8db58ed9934420f6626921ab7b47"; 72343 - sha256 = "09qbz4ss5k6wd7r00y280kkhsp4dx57ghrzdld53fkx2gmhq6zr1"; 72344 }; 72345 recipeFile = fetchurl { 72346 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-projectile"; ··· 72543 tuareg = callPackage ({ caml, fetchFromGitHub, fetchurl, lib, melpaBuild }: 72544 melpaBuild { 72545 pname = "tuareg"; 72546 - version = "20180207.836"; 72547 src = fetchFromGitHub { 72548 owner = "ocaml"; 72549 repo = "tuareg"; 72550 - rev = "45f73c8fb4c6467fc54a5a905deea322ffae180c"; 72551 - sha256 = "1xhbnz0lv771bbpb6vizacdn2j47y2spdf42m72iv5iix6cgpnmq"; 72552 }; 72553 recipeFile = fetchurl { 72554 url = "https://raw.githubusercontent.com/milkypostman/melpa/01fb6435a1dfeebdf4e7fa3f4f5928bc75526809/recipes/tuareg"; ··· 72624 license = lib.licenses.free; 72625 }; 72626 }) {}; 72627 - turing-machine = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 72628 melpaBuild { 72629 pname = "turing-machine"; 72630 - version = "20170512.1438"; 72631 src = fetchFromGitHub { 72632 owner = "therockmandolinist"; 72633 repo = "turing-machine"; 72634 - rev = "4b5901a13b38028b05ce19cecc78bcd2f708f97d"; 72635 - sha256 = "1avsqqpsbzlm0wi6fc5lgnmhps5wcr6gp05d4hw51sd5r0vx00dk"; 72636 }; 72637 recipeFile = fetchurl { 72638 url = "https://raw.githubusercontent.com/milkypostman/melpa/a003b40a52a92b3ab4d1ffc003f570d4fa6bfbde/recipes/turing-machine"; 72639 sha256 = "1ndy953q9hr1psqqkkqsffyvj800cnqdxcrixqiw0ls77f2kczcn"; 72640 name = "turing-machine"; 72641 }; 72642 - packageRequires = [ cl-lib emacs ]; 72643 meta = { 72644 homepage = "https://melpa.org/#/turing-machine"; 72645 license = lib.licenses.free; ··· 72816 typescript-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 72817 melpaBuild { 72818 pname = "typescript-mode"; 72819 - version = "20180118.2305"; 72820 src = fetchFromGitHub { 72821 owner = "ananthakumaran"; 72822 repo = "typescript.el"; 72823 - rev = "7249d76e2d4580c5c2f1f5978490b1fe0ffc57dc"; 72824 - sha256 = "0bvarlk3pmzh1g489rdbsh0c255fj78si99m9a6l4ha9jk4xa5b6"; 72825 }; 72826 recipeFile = fetchurl { 72827 url = "https://raw.githubusercontent.com/milkypostman/melpa/d3f534a1e2cee4ad2e32e32802c5080207417b3d/recipes/typescript-mode"; ··· 73005 ujelly-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 73006 melpaBuild { 73007 pname = "ujelly-theme"; 73008 - version = "20170905.1505"; 73009 src = fetchFromGitHub { 73010 owner = "marktran"; 73011 repo = "color-theme-ujelly"; 73012 - rev = "d08fe8e01db6df151b38c3001fba239a9a22369a"; 73013 - sha256 = "1a93pd7c2fgdy4vhhwy0lm7plyrwfqa9177m2x5kfblz0q51n6y8"; 73014 }; 73015 recipeFile = fetchurl { 73016 url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/ujelly-theme"; ··· 73981 vc-fossil = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 73982 melpaBuild { 73983 pname = "vc-fossil"; 73984 - version = "20171018.2216"; 73985 src = fetchFromGitHub { 73986 owner = "venks1"; 73987 repo = "emacs-fossil"; 73988 - rev = "abdb5487831e641c291c0dcb3848f539ca11f400"; 73989 - sha256 = "024bf8cjf3srz0zrxk90c63yz9v525m83znb2fscwa1fwvnnpqkn"; 73990 }; 73991 recipeFile = fetchurl { 73992 url = "https://raw.githubusercontent.com/milkypostman/melpa/31c5ee4b625b90c1af66d7d11a25af8e1aa307b1/recipes/vc-fossil"; ··· 75156 web-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 75157 melpaBuild { 75158 pname = "web-mode"; 75159 - version = "20180211.945"; 75160 src = fetchFromGitHub { 75161 owner = "fxbois"; 75162 repo = "web-mode"; 75163 - rev = "d667edc2e35f5e4fe8cc4465e6359ee001a1516a"; 75164 - sha256 = "072x1kgzm9pp3bg1sq7zb1v95m19ksnnjdvf26ablwcldsgapncd"; 75165 }; 75166 recipeFile = fetchurl { 75167 url = "https://raw.githubusercontent.com/milkypostman/melpa/6f0565555eaa356141422c5175d6cca4e9eb5c00/recipes/web-mode"; ··· 75727 src = fetchFromGitHub { 75728 owner = "foretagsplatsen"; 75729 repo = "emacs-js"; 75730 - rev = "1b09b1b2848ab21c412f2fe7a259b1dcea2c733c"; 75731 - sha256 = "1g53id1wc6xfa3066m9c4f0f0chsnsv8mqqs5v6zx7yf4nv9v9ja"; 75732 }; 75733 recipeFile = fetchurl { 75734 url = "https://raw.githubusercontent.com/milkypostman/melpa/78d7a15152f45a193384741fa00d0649c4bba91e/recipes/widgetjs"; ··· 75786 wilt = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 75787 melpaBuild { 75788 pname = "wilt"; 75789 - version = "20151105.518"; 75790 src = fetchFromGitHub { 75791 owner = "sixty-north"; 75792 repo = "emacs-wilt"; 75793 - rev = "5febe367c6c3729848654358af4d17ee2987da8d"; 75794 - sha256 = "1n45m8xn65a2lg8ff7m6hbqnp2j49n9sfyr924laljvhjbi37knd"; 75795 }; 75796 recipeFile = fetchurl { 75797 url = "https://raw.githubusercontent.com/milkypostman/melpa/eea4f2ca8b4f9ea93cc02151fdda6cfee5b68b70/recipes/wilt"; ··· 76142 with-editor = callPackage ({ async, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 76143 melpaBuild { 76144 pname = "with-editor"; 76145 - version = "20180111.433"; 76146 src = fetchFromGitHub { 76147 owner = "magit"; 76148 repo = "with-editor"; 76149 - rev = "04d59d68dab58a7cf3034c84d8ba0553b78ae30c"; 76150 - sha256 = "080f39m9nmi163arpmxw45xwadb7q7w7p385yi1jy62bzvqnk0pm"; 76151 }; 76152 recipeFile = fetchurl { 76153 url = "https://raw.githubusercontent.com/milkypostman/melpa/8c52c840dc35f3fd17ec660e113ddbb53aa99076/recipes/with-editor"; ··· 76688 xah-css-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 76689 melpaBuild { 76690 pname = "xah-css-mode"; 76691 - version = "20180120.241"; 76692 src = fetchFromGitHub { 76693 owner = "xahlee"; 76694 repo = "xah-css-mode"; 76695 - rev = "ee1c71cd2b3fc00a76e55789ad9a74eed4ae59c2"; 76696 - sha256 = "16wbdm2a5wdpfhxwd1wlqnj0h1ivrrq00nk8ddzp7qsdc8m1i4gn"; 76697 }; 76698 recipeFile = fetchurl { 76699 url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-css-mode"; ··· 76709 xah-elisp-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 76710 melpaBuild { 76711 pname = "xah-elisp-mode"; 76712 - version = "20170828.1"; 76713 src = fetchFromGitHub { 76714 owner = "xahlee"; 76715 repo = "xah-elisp-mode"; 76716 - rev = "6e94446566df206911afa107d06aec50ac3a56fc"; 76717 - sha256 = "028y8dlb5b4vclg03imcipjp56l1m4klgj69f0n7ir0rr6xwl3f6"; 76718 }; 76719 recipeFile = fetchurl { 76720 url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-elisp-mode"; ··· 76751 xah-fly-keys = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 76752 melpaBuild { 76753 pname = "xah-fly-keys"; 76754 - version = "20180211.1348"; 76755 src = fetchFromGitHub { 76756 owner = "xahlee"; 76757 repo = "xah-fly-keys"; 76758 - rev = "b88e84bafc93b109c53cee2be88b8fd6517187be"; 76759 - sha256 = "1394v3mgmx7hwxi3slszhlc82hds6c4p0pfglyd2bf33c56shk6h"; 76760 }; 76761 recipeFile = fetchurl { 76762 url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-fly-keys"; ··· 76814 xah-math-input = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 76815 melpaBuild { 76816 pname = "xah-math-input"; 76817 - version = "20170905.849"; 76818 src = fetchFromGitHub { 76819 owner = "xahlee"; 76820 repo = "xah-math-input"; 76821 - rev = "fcdfbed46ff81c8da84422611e0009c6b267e359"; 76822 - sha256 = "01s4fhnp4zqh2cmqbp2sh1sbdcyq4i5hy1r8manqa26m041xk2z0"; 76823 }; 76824 recipeFile = fetchurl { 76825 url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-math-input"; ··· 77427 src = fetchFromGitHub { 77428 owner = "drdv"; 77429 repo = "yahtzee"; 77430 - rev = "b028fc03a1526b166043e783add3be4f04b7a92e"; 77431 - sha256 = "0abl81q726jdhlirz77vl55xdbhpyfqrfqc2x6qdz9jmh04r912g"; 77432 }; 77433 recipeFile = fetchurl { 77434 url = "https://raw.githubusercontent.com/milkypostman/melpa/200169fdabce0ae3a2ecb6f4f3255c15ec3ed094/recipes/yahtzee"; ··· 77465 yaml-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 77466 melpaBuild { 77467 pname = "yaml-mode"; 77468 - version = "20180204.2333"; 77469 src = fetchFromGitHub { 77470 owner = "yoshiki"; 77471 repo = "yaml-mode"; 77472 - rev = "7f4103736178fc6e3a9a9ba3b3d0516986ab8b71"; 77473 - sha256 = "0y153522yg5qmkdcbf7h87zcambgl9hf9bwk8dq22c0vgdc04v3i"; 77474 }; 77475 recipeFile = fetchurl { 77476 url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/yaml-mode"; ··· 77549 yankpad = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 77550 melpaBuild { 77551 pname = "yankpad"; 77552 - version = "20180127.254"; 77553 src = fetchFromGitHub { 77554 owner = "Kungsgeten"; 77555 repo = "yankpad"; 77556 - rev = "4b04dd134599b2e360c10d8be9110078aa1aca9d"; 77557 - sha256 = "031v4r5spgsl8i0vgfzrwvcp8s8vbdw0kf56wj7qz9732hmb14j7"; 77558 }; 77559 recipeFile = fetchurl { 77560 url = "https://raw.githubusercontent.com/milkypostman/melpa/e64746d10f9e0158621a7c4dc41dc2eca6ad573c/recipes/yankpad"; ··· 77696 yasnippet = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 77697 melpaBuild { 77698 pname = "yasnippet"; 77699 - version = "20180211.1442"; 77700 src = fetchFromGitHub { 77701 owner = "joaotavora"; 77702 repo = "yasnippet"; 77703 - rev = "c9277d326e9c8b6052bbb35eb86467e43a7e9424"; 77704 - sha256 = "0hddvg7b3ba1irydhybr011d9dfxvnqj9km4km9l3xk9fx0kkqvw"; 77705 }; 77706 recipeFile = fetchurl { 77707 url = "https://raw.githubusercontent.com/milkypostman/melpa/5d1927dc3351d3522de1baccdc4ce200ba52bd6e/recipes/yasnippet"; ··· 77717 yasnippet-snippets = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, yasnippet }: 77718 melpaBuild { 77719 pname = "yasnippet-snippets"; 77720 - version = "20180122.521"; 77721 src = fetchFromGitHub { 77722 owner = "AndreaCrotti"; 77723 repo = "yasnippet-snippets"; 77724 - rev = "b42c2b670bdd761b9c1c232998ebf4bbc5b914e8"; 77725 - sha256 = "0mzfck8jdcy6p18r37nc06w888zhvd3kamaaxzspbda4yws7y2wk"; 77726 }; 77727 recipeFile = fetchurl { 77728 url = "https://raw.githubusercontent.com/milkypostman/melpa/25b8d4efe2e7833eb95dfdf33aa3ecc34af7a687/recipes/yasnippet-snippets"; ··· 77824 src = fetchFromGitHub { 77825 owner = "abingham"; 77826 repo = "emacs-ycmd"; 77827 - rev = "e21c99de8fd2992031adaa758df0d495e55d682a"; 77828 - sha256 = "1l9xsqlcqi25mdka806gz3h4y4x0dh00n6bajh3x908ayixjgf91"; 77829 }; 77830 recipeFile = fetchurl { 77831 url = "https://raw.githubusercontent.com/milkypostman/melpa/4b25378540c64d0214797348579671bf2b8cc696/recipes/ycmd"; ··· 78438 zotxt = callPackage ({ fetchFromGitLab, fetchurl, lib, melpaBuild, request-deferred }: 78439 melpaBuild { 78440 pname = "zotxt"; 78441 - version = "20170109.2040"; 78442 src = fetchFromGitLab { 78443 owner = "egh"; 78444 repo = "zotxt-emacs"; 78445 - rev = "1a010ea5db617269adc132e4cc028a44d9b629bd"; 78446 - sha256 = "10i5hq0mkb0b88n9lb40ad4d98fwv5inbdfiyxyrflvl4qj0q60r"; 78447 }; 78448 recipeFile = fetchurl { 78449 url = "https://raw.githubusercontent.com/milkypostman/melpa/b633453e77a719f6b6b6564e66c1c1260db38aa6/recipes/zotxt"; ··· 78480 zpresent = callPackage ({ dash, emacs, fetchhg, fetchurl, lib, melpaBuild, org-parser, request }: 78481 melpaBuild { 78482 pname = "zpresent"; 78483 - version = "20180205.2109"; 78484 src = fetchhg { 78485 url = "https://bitbucket.com/zck/zpresent.el"; 78486 - rev = "53a247d2c21b"; 78487 - sha256 = "1a45l3i1gg0pyka13z6hra3wyp6x564cz66gbi10sqly2jlwgxda"; 78488 }; 78489 recipeFile = fetchurl { 78490 url = "https://raw.githubusercontent.com/milkypostman/melpa/3aae38ad54490fa650c832fb7d22e2c73b0fb060/recipes/zpresent"; ··· 78500 ztree = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 78501 melpaBuild { 78502 pname = "ztree"; 78503 - version = "20180210.717"; 78504 src = fetchFromGitHub { 78505 owner = "fourier"; 78506 repo = "ztree"; 78507 - rev = "d078dafa74f4e2a001f1aeecf718c0716779d77e"; 78508 - sha256 = "1skhvq48f6pl1i53gaa1bplbwd1ik21a12vryby3gk3w5ccw3wng"; 78509 }; 78510 recipeFile = fetchurl { 78511 url = "https://raw.githubusercontent.com/milkypostman/melpa/f151e057c05407748991f23c021e94c178b87248/recipes/ztree";
··· 229 license = lib.licenses.free; 230 }; 231 }) {}; 232 ac-c-headers = callPackage ({ auto-complete, fetchFromGitHub, fetchurl, lib, melpaBuild }: 233 melpaBuild { 234 pname = "ac-c-headers"; ··· 383 src = fetchFromGitHub { 384 owner = "emacs-eclim"; 385 repo = "emacs-eclim"; 386 + rev = "6396ad1cd25c0a197109343ec1cce5d5080acdff"; 387 + sha256 = "04ci3qb3vgqdvsdfivhwfsxrgalh61b41bsr1cafk4gv3g3rdr13"; 388 }; 389 recipeFile = fetchurl { 390 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e9d3075587fbd9ca188535fd945a7dc451c6d7e/recipes/ac-emacs-eclim"; ··· 740 src = fetchFromGitHub { 741 owner = "xcwen"; 742 repo = "ac-php"; 743 + rev = "e0b857aa3d24b9efd1cf2ddc70c38b86a6dae75d"; 744 + sha256 = "0jvhzyq8d779hx3xbizcqmkbsvxqsyy8m423ksmjlh3afwvq4n6g"; 745 }; 746 recipeFile = fetchurl { 747 url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/ac-php"; ··· 757 ac-php-core = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, php-mode, popup, s, xcscope }: 758 melpaBuild { 759 pname = "ac-php-core"; 760 + version = "20180222.224"; 761 src = fetchFromGitHub { 762 owner = "xcwen"; 763 repo = "ac-php"; 764 + rev = "e0b857aa3d24b9efd1cf2ddc70c38b86a6dae75d"; 765 + sha256 = "0jvhzyq8d779hx3xbizcqmkbsvxqsyy8m423ksmjlh3afwvq4n6g"; 766 }; 767 recipeFile = fetchurl { 768 url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/ac-php-core"; ··· 803 src = fetchFromGitHub { 804 owner = "Andersbakken"; 805 repo = "rtags"; 806 + rev = "5bc23ba31379150f8dff3348b867ec6c32975ae4"; 807 + sha256 = "098k563c7fqvnqqc0rzingh3cgmpjk55xvbqlnpy70c5m08b8prl"; 808 }; 809 recipeFile = fetchurl { 810 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/ac-rtags"; ··· 1180 src = fetchFromGitHub { 1181 owner = "gonewest818"; 1182 repo = "adafruit-wisdom.el"; 1183 + rev = "a63ca24cad86dd0953c6062bacf7ea70866a8776"; 1184 + sha256 = "0ca0igkx4lr8d7cayz3b52mzfck018sk5hjf348bafi6y1p04pwz"; 1185 }; 1186 recipeFile = fetchurl { 1187 url = "https://raw.githubusercontent.com/milkypostman/melpa/18483af52c26f719fbfde626db84a67750bf4754/recipes/adafruit-wisdom"; ··· 1817 src = fetchFromGitHub { 1818 owner = "proofit404"; 1819 repo = "anaconda-mode"; 1820 + rev = "b3f742620c17f9866f3a85ec771f4d0b239f2970"; 1821 + sha256 = "1ycfq11x1nshv69d891am50j5zclk62krwyfgia8wk3rxmgnaj53"; 1822 }; 1823 recipeFile = fetchurl { 1824 url = "https://raw.githubusercontent.com/milkypostman/melpa/e03b698fd3fe5b80bdd24ce01f7fba28e9da0da8/recipes/anaconda-mode"; ··· 2589 apropospriate-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 2590 melpaBuild { 2591 pname = "apropospriate-theme"; 2592 + version = "20180220.1237"; 2593 src = fetchFromGitHub { 2594 owner = "waymondo"; 2595 repo = "apropospriate-theme"; 2596 + rev = "d4ce0e01081ce5ce3fea533ef2e3a78795255350"; 2597 + sha256 = "0byg86719jv9fgdvjb49pwfg7y98vfj1jssp8mfdnmswdwmyyf02"; 2598 }; 2599 recipeFile = fetchurl { 2600 url = "https://raw.githubusercontent.com/milkypostman/melpa/1da33013f15825ab656260ce7453b8127e0286f4/recipes/apropospriate-theme"; ··· 2718 src = fetchFromGitLab { 2719 owner = "ukaszg"; 2720 repo = "aria2"; 2721 + rev = "7a944c5100812269369225af7aa9580fedab175f"; 2722 + sha256 = "1pwnx6k7b35xhwqvzd3rl6rf5ydvbrrdmbadns8w0iyz2yafdxji"; 2723 }; 2724 recipeFile = fetchurl { 2725 url = "https://raw.githubusercontent.com/milkypostman/melpa/89a55e7c313066ae1bc0db0af5c289814c85fcb1/recipes/aria2"; ··· 2966 atom-one-dark-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 2967 melpaBuild { 2968 pname = "atom-one-dark-theme"; 2969 + version = "20180215.828"; 2970 src = fetchFromGitHub { 2971 owner = "jonathanchu"; 2972 repo = "atom-one-dark-theme"; 2973 + rev = "f67722244554025db1d1ccd2a30e9fa22f8985cd"; 2974 + sha256 = "1slk5zbwjr7jv21hxsn61ppijj6p98sqh0k0flnd4512gywdrz2r"; 2975 }; 2976 recipeFile = fetchurl { 2977 url = "https://raw.githubusercontent.com/milkypostman/melpa/3ba1c4625c9603372746a6c2edb69d65f0ef79f5/recipes/atom-one-dark-theme"; ··· 3002 packageRequires = [ emacs let-alist websocket ]; 3003 meta = { 3004 homepage = "https://melpa.org/#/atomic-chrome"; 3005 + license = lib.licenses.free; 3006 + }; 3007 + }) {}; 3008 + attrap = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, s }: 3009 + melpaBuild { 3010 + pname = "attrap"; 3011 + version = "20180218.1243"; 3012 + src = fetchFromGitHub { 3013 + owner = "jyp"; 3014 + repo = "attrap"; 3015 + rev = "0a733deccaf48350511346b2f5a51d328df4dfc8"; 3016 + sha256 = "1ck6m30m76jad7w4mwnpv2gl0kzsjpjvmgjblc5a4gw1wsz3i2iz"; 3017 + }; 3018 + recipeFile = fetchurl { 3019 + url = "https://raw.githubusercontent.com/milkypostman/melpa/b7420eca80a8c1776d68b1f121511cc265cc70dc/recipes/attrap"; 3020 + sha256 = "1gxnrlsn9xcnnx0nhjxnhrz9bdpk2kpzjhj8jhjmwws9y361fimh"; 3021 + name = "attrap"; 3022 + }; 3023 + packageRequires = [ dash emacs f flycheck s ]; 3024 + meta = { 3025 + homepage = "https://melpa.org/#/attrap"; 3026 license = lib.licenses.free; 3027 }; 3028 }) {}; ··· 3110 license = lib.licenses.free; 3111 }; 3112 }) {}; 3113 + aurora-config-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 3114 + melpaBuild { 3115 + pname = "aurora-config-mode"; 3116 + version = "20180216.1502"; 3117 + src = fetchFromGitHub { 3118 + owner = "bdd"; 3119 + repo = "aurora-config-mode.el"; 3120 + rev = "8273ec7937a21b469b9dbb6c11714255b890f410"; 3121 + sha256 = "1dlhf35hhjgkd9bqbpwrb825g1z6nh14mg31jg2avv55s28j0riy"; 3122 + }; 3123 + recipeFile = fetchurl { 3124 + url = "https://raw.githubusercontent.com/milkypostman/melpa/10a44bed8edee646bf68abf7dffbe352a137a278/recipes/aurora-config-mode"; 3125 + sha256 = "1hpjwidqmjxanijsc1imc7ww9abbylmkin1p0846fbz1hz3a603c"; 3126 + name = "aurora-config-mode"; 3127 + }; 3128 + packageRequires = []; 3129 + meta = { 3130 + homepage = "https://melpa.org/#/aurora-config-mode"; 3131 + license = lib.licenses.free; 3132 + }; 3133 + }) {}; 3134 auth-password-store = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, password-store, seq }: 3135 melpaBuild { 3136 pname = "auth-password-store"; 3137 + version = "20180214.558"; 3138 src = fetchFromGitHub { 3139 owner = "DamienCassou"; 3140 repo = "auth-password-store"; 3141 + rev = "6af0458a6b586cc5004fa652f23615433304924d"; 3142 + sha256 = "150cx8ida9bl0g84iq051rziy64ic2pxz6hn0blsys1qcp9lf8wa"; 3143 }; 3144 recipeFile = fetchurl { 3145 url = "https://raw.githubusercontent.com/milkypostman/melpa/0f4d2a28373ba93da5b280ebf40c5a3fa758ea11/recipes/auth-password-store"; ··· 3572 license = lib.licenses.free; 3573 }; 3574 }) {}; 3575 + auto-org-md = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 3576 melpaBuild { 3577 pname = "auto-org-md"; 3578 + version = "20180213.1543"; 3579 src = fetchFromGitHub { 3580 owner = "jamcha-aa"; 3581 repo = "auto-org-md"; 3582 + rev = "9318338bdb7fe8bd698d88f3af89b2d6413efdd2"; 3583 + sha256 = "1dzxc1f4yvj8xww5drcpzmn3fyi8ziimh1cmy6l3i399l1zl0njj"; 3584 }; 3585 recipeFile = fetchurl { 3586 url = "https://raw.githubusercontent.com/milkypostman/melpa/39f934f86b5dc04078c204bcbd268af60857e268/recipes/auto-org-md"; 3587 sha256 = "1yh9g8407kym6r0b8kr18qshxlrkw47ac17a9lvql0ksshfmnqvk"; 3588 name = "auto-org-md"; 3589 }; 3590 + packageRequires = [ emacs ]; 3591 meta = { 3592 homepage = "https://melpa.org/#/auto-org-md"; 3593 license = lib.licenses.free; ··· 4142 aws-snippets = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, yasnippet }: 4143 melpaBuild { 4144 pname = "aws-snippets"; 4145 + version = "20180213.835"; 4146 src = fetchFromGitHub { 4147 owner = "baron42bba"; 4148 repo = "aws-snippets"; 4149 + rev = "619c9a401f873042e45547e8cf57f23d0c8947e4"; 4150 + sha256 = "19yrdsn76vscqgxmapxn3gv6nrxp7i20p37anylmjss3xkvblxn9"; 4151 }; 4152 recipeFile = fetchurl { 4153 url = "https://raw.githubusercontent.com/milkypostman/melpa/485aa401a6a14cd4a916474d9a7df12cdf45d591/recipes/aws-snippets"; ··· 4362 src = fetchFromGitHub { 4363 owner = "mschuldt"; 4364 repo = "bart-mode"; 4365 + rev = "6feeb8f9badbc2ce4b60499bf7bf4acdae4cfed7"; 4366 + sha256 = "1i1fcrwcswdqwb59154yzijccv7n0fqvm0ck3d8dqx5vczzmqixh"; 4367 }; 4368 recipeFile = fetchurl { 4369 url = "https://raw.githubusercontent.com/milkypostman/melpa/8f9cb09c07cb9fdef15de3e8dbfb6725d97dff6f/recipes/bart-mode"; ··· 5466 license = lib.licenses.free; 5467 }; 5468 }) {}; 5469 + bmx-mode = callPackage ({ cl-lib ? null, company, dash, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 5470 + melpaBuild { 5471 + pname = "bmx-mode"; 5472 + version = "20180219.247"; 5473 + src = fetchFromGitHub { 5474 + owner = "josteink"; 5475 + repo = "bmx-mode"; 5476 + rev = "e0081608162b69090bcd3580adcae111a1c7fb19"; 5477 + sha256 = "1aygwyxrqp2l698vndcvghbp3gah56gv7az85nbj4n16cm438ifc"; 5478 + }; 5479 + recipeFile = fetchurl { 5480 + url = "https://raw.githubusercontent.com/milkypostman/melpa/7f456d2b2b8f5a33bcb0f2ffd19e6e0276950f24/recipes/bmx-mode"; 5481 + sha256 = "04g8l4cw20k3yhbija9mz1l4nx3bzhzj7nb35s0xdyvwbc2mhrwb"; 5482 + name = "bmx-mode"; 5483 + }; 5484 + packageRequires = [ cl-lib company dash s ]; 5485 + meta = { 5486 + homepage = "https://melpa.org/#/bmx-mode"; 5487 + license = lib.licenses.free; 5488 + }; 5489 + }) {}; 5490 bnfc = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 5491 melpaBuild { 5492 pname = "bnfc"; ··· 5637 borg = callPackage ({ dash, emacs, epkg, fetchFromGitHub, fetchurl, lib, magit, melpaBuild }: 5638 melpaBuild { 5639 pname = "borg"; 5640 + version = "20180220.505"; 5641 src = fetchFromGitHub { 5642 owner = "emacscollective"; 5643 repo = "borg"; 5644 + rev = "28abb4b602d060bba38e6f38623b2d3f309e1ede"; 5645 + sha256 = "15iim40gzirw75h6b3alhb95x7pmzmanx6pbdrfmyw7yv4bjsdbx"; 5646 }; 5647 recipeFile = fetchurl { 5648 url = "https://raw.githubusercontent.com/milkypostman/melpa/878ab90d444f3a1fd2c9f9068ca7b477e218f1da/recipes/borg"; ··· 5742 bpr = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 5743 melpaBuild { 5744 pname = "bpr"; 5745 + version = "20180220.1044"; 5746 src = fetchFromGitHub { 5747 owner = "ilya-babanov"; 5748 repo = "emacs-bpr"; 5749 + rev = "af84a83dea09d86e77d87ac30604f2c5b4bf4117"; 5750 + sha256 = "1r2prq9j6fmzzkl1f3r9drn6lna2wzd9qv127x7z5g6n8pgb6ipx"; 5751 }; 5752 recipeFile = fetchurl { 5753 url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/bpr"; ··· 6392 buttercup = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 6393 melpaBuild { 6394 pname = "buttercup"; 6395 + version = "20180216.614"; 6396 src = fetchFromGitHub { 6397 owner = "jorgenschaefer"; 6398 repo = "emacs-buttercup"; 6399 + rev = "85aebcd6aa38dabc9eb16fdfb836144693ac5b84"; 6400 + sha256 = "168yrcanig12xcf9gsq0ynynfh0bfsgpr4r2wwsa9k36sdp2bbld"; 6401 }; 6402 recipeFile = fetchurl { 6403 url = "https://raw.githubusercontent.com/milkypostman/melpa/d4b187cb5b3cc5b546bfa6b94b6792e6363242d1/recipes/buttercup"; ··· 6809 license = lib.licenses.free; 6810 }; 6811 }) {}; 6812 + call-graph = callPackage ({ emacs, fetchFromGitHub, fetchurl, hierarchy, lib, melpaBuild, tree-mode }: 6813 + melpaBuild { 6814 + pname = "call-graph"; 6815 + version = "20180222.208"; 6816 + src = fetchFromGitHub { 6817 + owner = "beacoder"; 6818 + repo = "call-graph"; 6819 + rev = "10f6153156ace869e6b4c1f8f51799eab5f6be5c"; 6820 + sha256 = "022l13yv3lavxccs06v29dl85l5vmdmp5xnxd3sw3jzvw3n5faa2"; 6821 + }; 6822 + recipeFile = fetchurl { 6823 + url = "https://raw.githubusercontent.com/milkypostman/melpa/a6acf099e2510c82b4b03e2f35051afc3d28af45/recipes/call-graph"; 6824 + sha256 = "0cklr79gqqrb94jq8aq65wqriamay78vv9sd3jrvp86ixl3ig5xc"; 6825 + name = "call-graph"; 6826 + }; 6827 + packageRequires = [ emacs hierarchy tree-mode ]; 6828 + meta = { 6829 + homepage = "https://melpa.org/#/call-graph"; 6830 + license = lib.licenses.free; 6831 + }; 6832 + }) {}; 6833 calmer-forest-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 6834 melpaBuild { 6835 pname = "calmer-forest-theme"; ··· 6879 src = fetchFromGitHub { 6880 owner = "ocaml"; 6881 repo = "ocaml"; 6882 + rev = "2d6ed01bd89099e93b3a8dd7cad941156f70bce5"; 6883 + sha256 = "08ml8whr8ncrign73xb1zaa4m9zgm4nlx2qqh0qfpm8j0hn9a5vj"; 6884 }; 6885 recipeFile = fetchurl { 6886 url = "https://raw.githubusercontent.com/milkypostman/melpa/d5a3263cdcc229b11a3e96edbf632d56f32c47aa/recipes/caml"; ··· 7382 src = fetchFromGitHub { 7383 owner = "cfengine"; 7384 repo = "core"; 7385 + rev = "8a24c2cb8a59bc4eba0a9271e86d078c80a3864c"; 7386 + sha256 = "17my98032fx95kbi0hklwnk52c5n8w9npynd24255637fan46x30"; 7387 }; 7388 recipeFile = fetchurl { 7389 url = "https://raw.githubusercontent.com/milkypostman/melpa/c737839aeda583e61257ad40157e24df7f918b0f/recipes/cfengine-code-style"; ··· 7504 challenger-deep-theme = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 7505 melpaBuild { 7506 pname = "challenger-deep-theme"; 7507 + version = "20180215.2335"; 7508 src = fetchFromGitHub { 7509 owner = "MaxSt"; 7510 repo = "challenger-deep"; 7511 + rev = "71dff335ee593ff1db9e7cafd5edb6c80d709f74"; 7512 + sha256 = "070vjgwv1nrg0i4fby4g28h0sxw9pkhd9ym8vpx9g1236351d4r7"; 7513 }; 7514 recipeFile = fetchurl { 7515 url = "https://raw.githubusercontent.com/milkypostman/melpa/7942f539d025c1e2b059d49e1984716cbbc90a67/recipes/challenger-deep-theme"; ··· 7966 cider = callPackage ({ clojure-mode, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, pkg-info, queue, seq, spinner }: 7967 melpaBuild { 7968 pname = "cider"; 7969 + version = "20180219.1846"; 7970 src = fetchFromGitHub { 7971 owner = "clojure-emacs"; 7972 repo = "cider"; 7973 + rev = "38ae9418c8870766a744feaa5fce3749e0c34748"; 7974 + sha256 = "0jsfl06zq87zkiz9jysqig4wkxwjgydvxn3zvlb7jsmi2qznq6jv"; 7975 }; 7976 recipeFile = fetchurl { 7977 url = "https://raw.githubusercontent.com/milkypostman/melpa/55a937aed818dbe41530037da315f705205f189b/recipes/cider"; ··· 8047 license = lib.licenses.free; 8048 }; 8049 }) {}; 8050 cider-spy = callPackage ({ cider, cl-lib ? null, dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, noflet }: 8051 melpaBuild { 8052 pname = "cider-spy"; ··· 8885 src = fetchFromGitHub { 8886 owner = "Kitware"; 8887 repo = "CMake"; 8888 + rev = "a08ede979bd0c57906c8ebf4120192f8202ce0d8"; 8889 + sha256 = "0yqj3h52gxfywa0ky0q1aakk3n2qjaj3rgs2sjvb9ljgg1vlz7mz"; 8890 }; 8891 recipeFile = fetchurl { 8892 url = "https://raw.githubusercontent.com/milkypostman/melpa/598723893ae4bc2e60f527a072efe6ed9d4e2488/recipes/cmake-mode"; ··· 8983 license = lib.licenses.free; 8984 }; 8985 }) {}; 8986 + cobalt = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 8987 + melpaBuild { 8988 + pname = "cobalt"; 8989 + version = "20180218.2342"; 8990 + src = fetchFromGitHub { 8991 + owner = "cobalt-org"; 8992 + repo = "cobalt.el"; 8993 + rev = "ab92a6c5b173f06fafc92fe30864f7c254d19ed0"; 8994 + sha256 = "0lpm3pm3xkf2hz73m7hqlll3s43r8qd427g440y9fsmc9sj0q5iz"; 8995 + }; 8996 + recipeFile = fetchurl { 8997 + url = "https://raw.githubusercontent.com/milkypostman/melpa/b2435d98e7564d333c8224b67ac6ad9c95debda1/recipes/cobalt"; 8998 + sha256 = "0r3fx1xx24x4qapbj2p8krc67rjmrjm88y89baf1x2swk7xdza92"; 8999 + name = "cobalt"; 9000 + }; 9001 + packageRequires = [ emacs ]; 9002 + meta = { 9003 + homepage = "https://melpa.org/#/cobalt"; 9004 + license = lib.licenses.free; 9005 + }; 9006 + }) {}; 9007 cobra-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 9008 melpaBuild { 9009 pname = "cobra-mode"; ··· 9658 company = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 9659 melpaBuild { 9660 pname = "company"; 9661 + version = "20180221.354"; 9662 src = fetchFromGitHub { 9663 owner = "company-mode"; 9664 repo = "company-mode"; 9665 + rev = "c96626f35c3a7886b49c34d5f2986c991dda29be"; 9666 + sha256 = "0g80rgzw9cxa7ziiwgcrfnw75gakiw0869n6j23wzxmckccqyh7x"; 9667 }; 9668 recipeFile = fetchurl { 9669 url = "https://raw.githubusercontent.com/milkypostman/melpa/96e7b4184497d0d0db532947f2801398b72432e4/recipes/company"; ··· 9875 company-coq = callPackage ({ cl-lib ? null, company, company-math, dash, fetchFromGitHub, fetchurl, lib, melpaBuild, yasnippet }: 9876 melpaBuild { 9877 pname = "company-coq"; 9878 + version = "20180219.751"; 9879 src = fetchFromGitHub { 9880 owner = "cpitclaudel"; 9881 repo = "company-coq"; 9882 + rev = "e2bbd06af9661628198d12e7b4725a17ef260dd9"; 9883 + sha256 = "01qyy4037isa5ghy7gwl77byydn3s5mc6pvd7w79910cg5h60dkg"; 9884 }; 9885 recipeFile = fetchurl { 9886 url = "https://raw.githubusercontent.com/milkypostman/melpa/7f89e3097c654774981953ef125679fec0b5b7c9/recipes/company-coq"; ··· 9924 company-dict = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, parent-mode }: 9925 melpaBuild { 9926 pname = "company-dict"; 9927 + version = "20180216.156"; 9928 src = fetchFromGitHub { 9929 owner = "hlissner"; 9930 repo = "emacs-company-dict"; 9931 + rev = "7ab6331d8095e9b93c726da754102fd708c0002e"; 9932 + sha256 = "18lfqankivzdijsklyi49a1v6nqixbmk4d1m6syqd63qj849aixa"; 9933 }; 9934 recipeFile = fetchurl { 9935 url = "https://raw.githubusercontent.com/milkypostman/melpa/212c077def5b4933c6001056132181e1a5850a7c/recipes/company-dict"; ··· 9991 src = fetchFromGitHub { 9992 owner = "emacs-eclim"; 9993 repo = "emacs-eclim"; 9994 + rev = "6396ad1cd25c0a197109343ec1cce5d5080acdff"; 9995 + sha256 = "04ci3qb3vgqdvsdfivhwfsxrgalh61b41bsr1cafk4gv3g3rdr13"; 9996 }; 9997 recipeFile = fetchurl { 9998 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e9d3075587fbd9ca188535fd945a7dc451c6d7e/recipes/company-emacs-eclim"; ··· 10050 company-flow = callPackage ({ company, dash, fetchFromGitHub, fetchurl, lib, melpaBuild }: 10051 melpaBuild { 10052 pname = "company-flow"; 10053 + version = "20180216.857"; 10054 src = fetchFromGitHub { 10055 owner = "aaronjensen"; 10056 repo = "company-flow"; 10057 + rev = "4443a7fb06ae0f701cc9f661fcd889b71cd67da0"; 10058 + sha256 = "1yihx3qv8hbsfmcsyl0j4l5hgn4nx1191rkfxrj41wwbnbjkhs9l"; 10059 }; 10060 recipeFile = fetchurl { 10061 url = "https://raw.githubusercontent.com/milkypostman/melpa/63d346c14af1c5c138d14591a4d6dbc44d9bc429/recipes/company-flow"; ··· 10281 company-lsp = callPackage ({ company, dash, emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, melpaBuild, s }: 10282 melpaBuild { 10283 pname = "company-lsp"; 10284 + version = "20180216.2325"; 10285 src = fetchFromGitHub { 10286 owner = "tigersoldier"; 10287 repo = "company-lsp"; 10288 + rev = "4512d062c38922d8b8cf402ca6043c246e915694"; 10289 + sha256 = "0q95lgw02qy5dn3vpdhspmvjhnfzmmn2asajaf15q5lkjbsvxfrk"; 10290 }; 10291 recipeFile = fetchurl { 10292 url = "https://raw.githubusercontent.com/milkypostman/melpa/5125f53307c1af3d9ccf2bae3c25e7d23dfe1932/recipes/company-lsp"; ··· 10411 src = fetchFromGitHub { 10412 owner = "xcwen"; 10413 repo = "ac-php"; 10414 + rev = "e0b857aa3d24b9efd1cf2ddc70c38b86a6dae75d"; 10415 + sha256 = "0jvhzyq8d779hx3xbizcqmkbsvxqsyy8m423ksmjlh3afwvq4n6g"; 10416 }; 10417 recipeFile = fetchurl { 10418 url = "https://raw.githubusercontent.com/milkypostman/melpa/ac283f1b65c3ba6278e9d3236e5a19734e42b123/recipes/company-php"; ··· 10564 src = fetchFromGitHub { 10565 owner = "Andersbakken"; 10566 repo = "rtags"; 10567 + rev = "5bc23ba31379150f8dff3348b867ec6c32975ae4"; 10568 + sha256 = "098k563c7fqvnqqc0rzingh3cgmpjk55xvbqlnpy70c5m08b8prl"; 10569 }; 10570 recipeFile = fetchurl { 10571 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/company-rtags"; ··· 10602 company-solidity = callPackage ({ cl-lib ? null, company, fetchFromGitHub, fetchurl, lib, melpaBuild }: 10603 melpaBuild { 10604 pname = "company-solidity"; 10605 + version = "20180221.1330"; 10606 src = fetchFromGitHub { 10607 owner = "ssmolkin1"; 10608 repo = "company-solidity"; 10609 + rev = "9a57a4ff4cad1d423429c78457cd05c38826801c"; 10610 + sha256 = "1v9h85vb6lqjlb5w9g2i042zb3w3y916in7h8jph2b74187a9nl6"; 10611 }; 10612 recipeFile = fetchurl { 10613 url = "https://raw.githubusercontent.com/milkypostman/melpa/ef246601ff6d92d6dfcd809f637e50d9838da0b8/recipes/company-solidity"; ··· 10774 src = fetchFromGitHub { 10775 owner = "abingham"; 10776 repo = "emacs-ycmd"; 10777 + rev = "a35a2ddd911da6d3a926bdef2614a2898055a5e2"; 10778 + sha256 = "1nig77gqi74k01309r3nfy45ylhi5mj7ajxlhib6i58zlib8ycbl"; 10779 }; 10780 recipeFile = fetchurl { 10781 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/company-ycmd"; ··· 11085 copy-file-on-save = callPackage ({ cl-lib ? null, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 11086 melpaBuild { 11087 pname = "copy-file-on-save"; 11088 + version = "20180217.914"; 11089 src = fetchFromGitHub { 11090 owner = "emacs-php"; 11091 repo = "emacs-auto-deployment"; 11092 + rev = "1ad10401711a3bf0a0894eeed357b402238be113"; 11093 + sha256 = "1ydpsh5j9j168crn30lpzv73rw2z80prp0hn2rybgrhvqfs3rbx6"; 11094 }; 11095 recipeFile = fetchurl { 11096 url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/copy-file-on-save"; ··· 11211 counsel = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, swiper }: 11212 melpaBuild { 11213 pname = "counsel"; 11214 + version = "20180221.1013"; 11215 src = fetchFromGitHub { 11216 owner = "abo-abo"; 11217 repo = "swiper"; 11218 + rev = "b656f818efd797422886bec455d3cc15a9816c87"; 11219 + sha256 = "166sgr3qj2gzzxzw0ikg5p14z9d2f3b6j11ngpbggppqggy470sv"; 11220 }; 11221 recipeFile = fetchurl { 11222 url = "https://raw.githubusercontent.com/milkypostman/melpa/06c50f32b8d603db0d70e77907e36862cd66b811/recipes/counsel"; ··· 11274 counsel-etags = callPackage ({ counsel, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 11275 melpaBuild { 11276 pname = "counsel-etags"; 11277 + version = "20180214.2057"; 11278 src = fetchFromGitHub { 11279 owner = "redguardtoo"; 11280 repo = "counsel-etags"; 11281 + rev = "250ba92bd4b38c5c5e9cc72fd0f57db2d5f62d6d"; 11282 + sha256 = "05g2fx6i9gb7y0prlslff31f2rl78pyy21k4dkhb0cz84dz546zb"; 11283 }; 11284 recipeFile = fetchurl { 11285 url = "https://raw.githubusercontent.com/milkypostman/melpa/87528349a3ab305bfe98f30c5404913272817a38/recipes/counsel-etags"; ··· 11358 counsel-projectile = callPackage ({ counsel, fetchFromGitHub, fetchurl, lib, melpaBuild, projectile }: 11359 melpaBuild { 11360 pname = "counsel-projectile"; 11361 + version = "20180217.2349"; 11362 src = fetchFromGitHub { 11363 owner = "ericdanan"; 11364 repo = "counsel-projectile"; 11365 + rev = "bf98fbd1988885e82129823bf189b777dd52a084"; 11366 + sha256 = "0z940554lqsyrj1wljmgl4najrxpv4d6kqf5n60a6sj630ak0blc"; 11367 }; 11368 recipeFile = fetchurl { 11369 url = "https://raw.githubusercontent.com/milkypostman/melpa/389f16f886a385b02f466540f042a16eea8ba792/recipes/counsel-projectile"; ··· 11610 cquery = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, melpaBuild }: 11611 melpaBuild { 11612 pname = "cquery"; 11613 + version = "20180221.1057"; 11614 src = fetchFromGitHub { 11615 owner = "cquery-project"; 11616 repo = "emacs-cquery"; 11617 + rev = "49f0a893b00c23c6b568865fbb3ad96b3e7bc63d"; 11618 + sha256 = "1ympaq2f8k2f7frhv1nfl63alfv16zfh1pgpyghccklmqcndf22i"; 11619 }; 11620 recipeFile = fetchurl { 11621 url = "https://raw.githubusercontent.com/milkypostman/melpa/3cd3bffff0d2564c39735f844f9a02a660272caa/recipes/cquery"; ··· 12366 cython-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 12367 melpaBuild { 12368 pname = "cython-mode"; 12369 + version = "20180213.854"; 12370 src = fetchFromGitHub { 12371 owner = "cython"; 12372 repo = "cython"; 12373 + rev = "cf12b08972616c824c11b0035716fa930ca34dc9"; 12374 + sha256 = "1yqnj22b7alma31pdxvxc3yz2rafhjii89fiwv47ykdjjm6fs200"; 12375 }; 12376 recipeFile = fetchurl { 12377 url = "https://raw.githubusercontent.com/milkypostman/melpa/be9bfabe3f79153cb859efc7c3051db244a63879/recipes/cython-mode"; ··· 12408 d-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 12409 melpaBuild { 12410 pname = "d-mode"; 12411 + version = "20180215.727"; 12412 src = fetchFromGitHub { 12413 owner = "Emacs-D-Mode-Maintainers"; 12414 repo = "Emacs-D-Mode"; 12415 + rev = "398f1854d53863185e60873b494eec0263bdd0dd"; 12416 + sha256 = "0xka4k0j0rl4kjjyzryx7a7ngf9qzry148nhpzc66yirlrp5hjn8"; 12417 }; 12418 recipeFile = fetchurl { 12419 url = "https://raw.githubusercontent.com/milkypostman/melpa/3c13e9ccc358743de660b1f0e89d6bb709c42bff/recipes/d-mode"; ··· 12513 danneskjold-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 12514 melpaBuild { 12515 pname = "danneskjold-theme"; 12516 + version = "20180221.541"; 12517 src = fetchFromGitHub { 12518 owner = "rails-to-cosmos"; 12519 repo = "danneskjold-theme"; 12520 + rev = "7b32dcdad3933e0eab03d2702014c0b56fc73b9a"; 12521 + sha256 = "1sxqnf8c48p8jnrxabjikijah8d7v11c4k4mvmc67vvn92p20ag5"; 12522 }; 12523 recipeFile = fetchurl { 12524 url = "https://raw.githubusercontent.com/milkypostman/melpa/557244a3b60c7cd3ca964ff843aa1e9d5a1e32ec/recipes/danneskjold-theme"; ··· 12534 dante = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, flycheck, haskell-mode, lcr, lib, melpaBuild, s }: 12535 melpaBuild { 12536 pname = "dante"; 12537 + version = "20180219.650"; 12538 src = fetchFromGitHub { 12539 owner = "jyp"; 12540 repo = "dante"; 12541 + rev = "f8f811d61aecb08cb0189b7f9b6de9bafd61fa27"; 12542 + sha256 = "05y0gglaizq3ggd8l34iikaik7dwj6kh1a6vq932mg96bmfk55gx"; 12543 }; 12544 recipeFile = fetchurl { 12545 url = "https://raw.githubusercontent.com/milkypostman/melpa/5afa8226077cbda4b76f52734cf8e0b745ab88e8/recipes/dante"; ··· 12744 dart-mode = callPackage ({ cl-lib ? null, dash, emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, s }: 12745 melpaBuild { 12746 pname = "dart-mode"; 12747 + version = "20180219.1614"; 12748 src = fetchFromGitHub { 12749 owner = "nex3"; 12750 repo = "dart-mode"; 12751 + rev = "4feac341db7d2b80841fedcf1798dee9070d68bf"; 12752 + sha256 = "031f9lkxyhirasj7m0rj67gk8rh3ry640qcppw2p88k937kc6765"; 12753 }; 12754 recipeFile = fetchurl { 12755 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dart-mode"; ··· 13709 dimmer = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 13710 melpaBuild { 13711 pname = "dimmer"; 13712 + version = "20180217.2011"; 13713 src = fetchFromGitHub { 13714 owner = "gonewest818"; 13715 repo = "dimmer.el"; 13716 + rev = "d033fdda154e688e45cca35902dbff9915351b98"; 13717 + sha256 = "1d457029zyabfjhzrgayibdmxfmia5yr7rqn50kc16k3aavw32f7"; 13718 }; 13719 recipeFile = fetchurl { 13720 url = "https://raw.githubusercontent.com/milkypostman/melpa/8ae80e9202d69ed3214325dd15c4b2f114263954/recipes/dimmer"; ··· 14192 dired-sidebar = callPackage ({ dired-subtree, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 14193 melpaBuild { 14194 pname = "dired-sidebar"; 14195 + version = "20180218.1717"; 14196 src = fetchFromGitHub { 14197 owner = "jojojames"; 14198 repo = "dired-sidebar"; 14199 + rev = "e43864a70ee240bf8dcaddd7bb88b77c6e1e9fe6"; 14200 + sha256 = "1s70qlm1jxq7larwq5gr2zc58q4qxch5f2qk6fzqwkpcvsvlv304"; 14201 }; 14202 recipeFile = fetchurl { 14203 url = "https://raw.githubusercontent.com/milkypostman/melpa/30e15c8361b01195f198197e704828fbcac0e8d6/recipes/dired-sidebar"; ··· 14339 direnv = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, with-editor }: 14340 melpaBuild { 14341 pname = "direnv"; 14342 + version = "20180213.1238"; 14343 src = fetchFromGitHub { 14344 owner = "wbolster"; 14345 repo = "emacs-direnv"; 14346 + rev = "5b55dac12467689083ff995777f54a304ff47be1"; 14347 + sha256 = "0sjrnab8rx1bpnxim268b8jfpyh8h0iy3j38925r0jqjgjb19ksn"; 14348 }; 14349 recipeFile = fetchurl { 14350 url = "https://raw.githubusercontent.com/milkypostman/melpa/5419809ee62b920463e359c8e1314cd0763657c1/recipes/direnv"; ··· 15228 doom-themes = callPackage ({ all-the-icons, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 15229 melpaBuild { 15230 pname = "doom-themes"; 15231 + version = "20180219.1227"; 15232 src = fetchFromGitHub { 15233 owner = "hlissner"; 15234 repo = "emacs-doom-themes"; 15235 + rev = "aa57d222b65a4dc9dddd76f66adbe6ac003f57a6"; 15236 + sha256 = "05chhg1mpnp3jqjgwwsnzkh19ci4429sgq9xpx4jxfbbalhd4z11"; 15237 }; 15238 recipeFile = fetchurl { 15239 url = "https://raw.githubusercontent.com/milkypostman/melpa/c5084bc2c3fe378af6ff39d65e40649c6359b7b5/recipes/doom-themes"; ··· 15648 dtrt-indent = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 15649 melpaBuild { 15650 pname = "dtrt-indent"; 15651 + version = "20180218.1123"; 15652 src = fetchFromGitHub { 15653 owner = "jscheid"; 15654 repo = "dtrt-indent"; 15655 + rev = "3ea5136bde1240f93fbf3ce30fffc4f279a58d27"; 15656 + sha256 = "0lkc8y09lhlpg7vrn2459c5fxn0nvxbzqhwadmkgc046i3aapqpg"; 15657 }; 15658 recipeFile = fetchurl { 15659 url = "https://raw.githubusercontent.com/milkypostman/melpa/61bcbcfa6c0f38a1d87f5b6913b8be6c50ef2994/recipes/dtrt-indent"; ··· 15732 dumb-jump = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, popup, s }: 15733 melpaBuild { 15734 pname = "dumb-jump"; 15735 + version = "20180214.2106"; 15736 src = fetchFromGitHub { 15737 owner = "jacktasia"; 15738 repo = "dumb-jump"; 15739 + rev = "3b172e2adc374cb8f96adb7c9cf76f0e10c8f79c"; 15740 + sha256 = "0fd7zarm7xlfw02anjcbnqhkd20nrf1fnw26cmbxsrw23xx9skdz"; 15741 }; 15742 recipeFile = fetchurl { 15743 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dumb-jump"; ··· 16113 src = fetchFromGitHub { 16114 owner = "redguardtoo"; 16115 repo = "eacl"; 16116 + rev = "0e4d4e016caedbfed8dea0e700a33a043e798029"; 16117 + sha256 = "06dcv3ws91ldld3qjpbpp5j7jnjp0s8ng6g7w8wj0rspjbcb2dg5"; 16118 }; 16119 recipeFile = fetchurl { 16120 url = "https://raw.githubusercontent.com/milkypostman/melpa/8223bec7eed97f0bad300af9caa4c8207322d39a/recipes/eacl"; ··· 16319 ebib = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, parsebib, seq }: 16320 melpaBuild { 16321 pname = "ebib"; 16322 + version = "20180213.531"; 16323 src = fetchFromGitHub { 16324 owner = "joostkremers"; 16325 repo = "ebib"; 16326 + rev = "cbad0a51d7905712201d83e9f4f52a7bb047652f"; 16327 + sha256 = "1jmg63q4msy83nr0xzivay9n8nv48kawqj5jxlfq83fwkvnk1szm"; 16328 }; 16329 recipeFile = fetchurl { 16330 url = "https://raw.githubusercontent.com/milkypostman/melpa/4e39cd8e8b4f61c04fa967def6a653bb22f45f5b/recipes/ebib"; ··· 16365 src = fetchFromGitHub { 16366 owner = "emacs-eclim"; 16367 repo = "emacs-eclim"; 16368 + rev = "6396ad1cd25c0a197109343ec1cce5d5080acdff"; 16369 + sha256 = "04ci3qb3vgqdvsdfivhwfsxrgalh61b41bsr1cafk4gv3g3rdr13"; 16370 }; 16371 recipeFile = fetchurl { 16372 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e9d3075587fbd9ca188535fd945a7dc451c6d7e/recipes/eclim"; ··· 16982 src = fetchFromGitHub { 16983 owner = "egisatoshi"; 16984 repo = "egison3"; 16985 + rev = "a41addef812318bb6bc0a693ce3a22606f27a3cf"; 16986 + sha256 = "1303m6d53qdkv3j7bx708ipvrjb4mjdj1b58600x8471bddamgh3"; 16987 }; 16988 recipeFile = fetchurl { 16989 url = "https://raw.githubusercontent.com/milkypostman/melpa/f543dd136e2af6c36b12073ea75b3c4d4bc79769/recipes/egison-mode"; ··· 17060 ein = callPackage ({ auto-complete, cl-generic, dash, deferred, fetchFromGitHub, fetchurl, lib, melpaBuild, request, request-deferred, s, skewer-mode, websocket }: 17061 melpaBuild { 17062 pname = "ein"; 17063 + version = "20180214.1442"; 17064 src = fetchFromGitHub { 17065 owner = "millejoh"; 17066 repo = "emacs-ipython-notebook"; 17067 + rev = "b130d4b3fe15b2a8859baa7e0d2c9d203219d0ce"; 17068 + sha256 = "0frl3cb8qjgc96bn2j7ndr34xylbfmz4bl9kl29spqwqn163i385"; 17069 }; 17070 recipeFile = fetchurl { 17071 url = "https://raw.githubusercontent.com/milkypostman/melpa/215e163755fe391ce1f049622e7b9bf9a8aea95a/recipes/ein"; ··· 17133 ejc-sql = callPackage ({ auto-complete, clomacs, dash, direx, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, spinner }: 17134 melpaBuild { 17135 pname = "ejc-sql"; 17136 + version = "20180215.627"; 17137 src = fetchFromGitHub { 17138 owner = "kostafey"; 17139 repo = "ejc-sql"; 17140 + rev = "ef19d5e33b632d776e9e369281c522e26e632384"; 17141 + sha256 = "1q8gh79rfcn4v8ps4z3a0s60qr5nf9j93p0mkq0fdll57h2y6cbz"; 17142 }; 17143 recipeFile = fetchurl { 17144 url = "https://raw.githubusercontent.com/milkypostman/melpa/8f2cd74717269ef7f10362077a91546723a72104/recipes/ejc-sql"; ··· 17427 el2org = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 17428 melpaBuild { 17429 pname = "el2org"; 17430 + version = "20180216.2005"; 17431 src = fetchFromGitHub { 17432 owner = "tumashu"; 17433 repo = "el2org"; 17434 + rev = "742b2e4de42026edbff20dfcc6f63200c1d0ad40"; 17435 + sha256 = "0ji8ngf6zzhhq2vhn9i04dpgg1sgqcs0vzq7wdyfl9cfa0cpwlps"; 17436 }; 17437 recipeFile = fetchurl { 17438 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/el2org"; ··· 17448 elbank = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, seq }: 17449 melpaBuild { 17450 pname = "elbank"; 17451 + version = "20180215.556"; 17452 src = fetchFromGitHub { 17453 owner = "NicolasPetton"; 17454 repo = "Elbank"; 17455 + rev = "f494716105b1a9f4f52f43bc3dd37c9cd0309bf5"; 17456 + sha256 = "0bvx6nq0gjjbjs0mzd1x1ajyjpa181z0n4kv4aknh3is210gbpbb"; 17457 }; 17458 recipeFile = fetchurl { 17459 url = "https://raw.githubusercontent.com/milkypostman/melpa/05d252ee84adae2adc88fd325540f76b6cdaf010/recipes/elbank"; ··· 17658 elfeed = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 17659 melpaBuild { 17660 pname = "elfeed"; 17661 + version = "20180219.1340"; 17662 src = fetchFromGitHub { 17663 owner = "skeeto"; 17664 repo = "elfeed"; 17665 + rev = "fc49bee1f7ca74dd160111173aad35b1af304494"; 17666 + sha256 = "0l678rznj3gkmfb1np7m0140cnqjb8hil50kn5m3pqh7m5q0w5a1"; 17667 }; 17668 recipeFile = fetchurl { 17669 url = "https://raw.githubusercontent.com/milkypostman/melpa/407ae027fcec444622c2a822074b95996df9e6af/recipes/elfeed"; ··· 17753 src = fetchFromGitHub { 17754 owner = "skeeto"; 17755 repo = "elfeed"; 17756 + rev = "fc49bee1f7ca74dd160111173aad35b1af304494"; 17757 + sha256 = "0l678rznj3gkmfb1np7m0140cnqjb8hil50kn5m3pqh7m5q0w5a1"; 17758 }; 17759 recipeFile = fetchurl { 17760 url = "https://raw.githubusercontent.com/milkypostman/melpa/62459d16ee44d5fcf170c0ebc981ca2c7d4672f2/recipes/elfeed-web"; ··· 17851 license = lib.licenses.free; 17852 }; 17853 }) {}; 17854 + elisp-lint = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 17855 melpaBuild { 17856 pname = "elisp-lint"; 17857 + version = "20180218.1247"; 17858 src = fetchFromGitHub { 17859 + owner = "gonewest818"; 17860 repo = "elisp-lint"; 17861 + rev = "a8342bc7e756f1df72b8a6c10d6eaa1658f54eee"; 17862 + sha256 = "0yw5rchnyb5vvr4gnrym2ngbfyld5ngchhbak99g49gcgvv5mx79"; 17863 }; 17864 recipeFile = fetchurl { 17865 + url = "https://raw.githubusercontent.com/milkypostman/melpa/61595c78ac7f15eef47bf28636ad796f74741509/recipes/elisp-lint"; 17866 + sha256 = "13cxcn0qp63f2nkv37c3w47dby9cqm4l1f8xilgpczdaxd86kd63"; 17867 name = "elisp-lint"; 17868 }; 17869 + packageRequires = [ emacs ]; 17870 meta = { 17871 homepage = "https://melpa.org/#/elisp-lint"; 17872 license = lib.licenses.free; ··· 17942 src = fetchFromGitHub { 17943 owner = "elixir-lang"; 17944 repo = "emacs-elixir"; 17945 + rev = "e928aaf118e399fca2df47c91712b9a469eb1764"; 17946 + sha256 = "0x0ip0mh7zn6lmzj3p3v3jlc9x1j0afrq5rfgi22zk40zkyh26zn"; 17947 }; 17948 recipeFile = fetchurl { 17949 url = "https://raw.githubusercontent.com/milkypostman/melpa/6374ced0de38d83bf99147f702f30706615480ed/recipes/elixir-mode"; ··· 18211 elpy = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, find-file-in-project, highlight-indentation, lib, melpaBuild, pyvenv, s, yasnippet }: 18212 melpaBuild { 18213 pname = "elpy"; 18214 + version = "20180218.1254"; 18215 src = fetchFromGitHub { 18216 owner = "jorgenschaefer"; 18217 repo = "elpy"; 18218 + rev = "04c8c6cbdde2858defd9a1ba53f06f433ede63df"; 18219 + sha256 = "09y1ik86wf9ssrriq8jc1idqqzxvnzasl5qfy8x915m0730mjdxr"; 18220 }; 18221 recipeFile = fetchurl { 18222 url = "https://raw.githubusercontent.com/milkypostman/melpa/1d8fcd8745bb15402c9f3b6f4573ea151415237a/recipes/elpy"; ··· 18828 emms = callPackage ({ cl-lib ? null, fetchgit, fetchurl, lib, melpaBuild }: 18829 melpaBuild { 18830 pname = "emms"; 18831 + version = "20180217.1219"; 18832 src = fetchgit { 18833 url = "https://git.savannah.gnu.org/git/emms.git"; 18834 + rev = "0459003a1686b5742e660d08e7c936d1b06e8e7c"; 18835 + sha256 = "1gym522bhxbip4vfg0lxkpjnb00nb4rh08xdmz33r71rclh4vrkv"; 18836 }; 18837 recipeFile = fetchurl { 18838 url = "https://raw.githubusercontent.com/milkypostman/melpa/caaa21f235c4864f6008fb454d0a970a2fd22a86/recipes/emms"; ··· 19477 epkg = callPackage ({ closql, dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 19478 melpaBuild { 19479 pname = "epkg"; 19480 + version = "20180221.1318"; 19481 src = fetchFromGitHub { 19482 owner = "emacscollective"; 19483 repo = "epkg"; 19484 + rev = "5d0bf705ccb617fafe28f2748d566d2a990aba06"; 19485 + sha256 = "1igiwnvl3w907hz83x8hwf298wdv86s5c54zs4naw1pbi875j7zw"; 19486 }; 19487 recipeFile = fetchurl { 19488 url = "https://raw.githubusercontent.com/milkypostman/melpa/2df16abf56e53d4a1cc267a78797419520ff8a1c/recipes/epkg"; ··· 19959 eredis = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 19960 melpaBuild { 19961 pname = "eredis"; 19962 + version = "20180221.1313"; 19963 src = fetchFromGitHub { 19964 owner = "justinhj"; 19965 repo = "eredis"; 19966 + rev = "8a96034805fe0664132ce2e12deb9936503af2d4"; 19967 + sha256 = "1w4z98vr7iy6yxdk3lha7flk48ckxl2baaq8kx7abkirzfl8j4hh"; 19968 }; 19969 recipeFile = fetchurl { 19970 url = "https://raw.githubusercontent.com/milkypostman/melpa/63f06713d06911f836fe2a4bf199b0794ac89cf0/recipes/eredis"; ··· 20047 src = fetchFromGitHub { 20048 owner = "erlang"; 20049 repo = "otp"; 20050 + rev = "4c21bcd5bd08d67f00471455f9489867cc1766fc"; 20051 + sha256 = "1imzh9rhixv2ws7mxaxs2lsbla5k4yzzz61c21sjgqw078b278k4"; 20052 }; 20053 recipeFile = fetchurl { 20054 url = "https://raw.githubusercontent.com/milkypostman/melpa/d9cd526f43981e0826af59cdc4bb702f644781d9/recipes/erlang"; ··· 20127 ert-junit = callPackage ({ ert ? null, fetchgit, fetchurl, lib, melpaBuild }: 20128 melpaBuild { 20129 pname = "ert-junit"; 20130 + version = "20180208.935"; 20131 src = fetchgit { 20132 url = "https://bitbucket.org/olanilsson/ert-junit"; 20133 + rev = "b335d7fb84d6af381a5dbc40c324078faf397b66"; 20134 + sha256 = "0nbpqhpff3my4ndsf148iqgnl84ilsbq6na5jnn3nddyhbmidcxb"; 20135 }; 20136 recipeFile = fetchurl { 20137 url = "https://raw.githubusercontent.com/milkypostman/melpa/27c627eacab54896a1363dbabc56250a65343dd8/recipes/ert-junit"; ··· 20168 ert-runner = callPackage ({ ansi, commander, dash, f, fetchFromGitHub, fetchurl, lib, melpaBuild, s, shut-up }: 20169 melpaBuild { 20170 pname = "ert-runner"; 20171 + version = "20180215.857"; 20172 src = fetchFromGitHub { 20173 owner = "rejeep"; 20174 repo = "ert-runner.el"; 20175 + rev = "0de42343a9de834320397d169c81725b2827e41f"; 20176 + sha256 = "0jc7n6mdv1kka47wmjjhgfw46l16mqlj5kkkyw16gd9g8dwcf6sr"; 20177 }; 20178 recipeFile = fetchurl { 20179 url = "https://raw.githubusercontent.com/milkypostman/melpa/0a1acc68f296e80b6ed99a1783e9f67be54ffac9/recipes/ert-runner"; ··· 20210 es-mode = callPackage ({ cl-lib ? null, dash, fetchFromGitHub, fetchurl, lib, melpaBuild, request, s, spark }: 20211 melpaBuild { 20212 pname = "es-mode"; 20213 + version = "20180212.1425"; 20214 src = fetchFromGitHub { 20215 owner = "dakrone"; 20216 repo = "es-mode"; 20217 + rev = "c5ad728ce3fc2c513108e0ada2cd0c08ab94f870"; 20218 + sha256 = "0drmxxqgml36fymn4gqxbjimh8dgmm4yr68hsmsd0iz1lxglgda1"; 20219 }; 20220 recipeFile = fetchurl { 20221 url = "https://raw.githubusercontent.com/milkypostman/melpa/9912193f73c4beae03b295822bf41cb2298756e2/recipes/es-mode"; ··· 20672 ess = callPackage ({ fetchFromGitHub, fetchurl, julia-mode, lib, melpaBuild }: 20673 melpaBuild { 20674 pname = "ess"; 20675 + version = "20180216.1616"; 20676 src = fetchFromGitHub { 20677 owner = "emacs-ess"; 20678 repo = "ESS"; 20679 + rev = "f10792493602cb5c77a7010b1b4c7063c7c41add"; 20680 + sha256 = "03spbyi24gpmw7wlf0aifg0aa793sm0s1lxk9xw2lm974rj0g6w7"; 20681 }; 20682 recipeFile = fetchurl { 20683 url = "https://raw.githubusercontent.com/milkypostman/melpa/12997b9e2407d782b3d2fcd2843f7c8b22442c0a/recipes/ess"; ··· 21176 evil-collection = callPackage ({ emacs, evil, fetchFromGitHub, fetchurl, lib, melpaBuild }: 21177 melpaBuild { 21178 pname = "evil-collection"; 21179 + version = "20180219.140"; 21180 src = fetchFromGitHub { 21181 owner = "jojojames"; 21182 repo = "evil-collection"; 21183 + rev = "7f0988479ac6c8620ffa0e33ab1cb1acf08738ff"; 21184 + sha256 = "1nj752rpv1rmqga5vr8jghq3y0gb0831r18z1k01kfdahb2n25vk"; 21185 }; 21186 recipeFile = fetchurl { 21187 url = "https://raw.githubusercontent.com/milkypostman/melpa/d7538c9eb00b6826867891b037e7aa537ac5b160/recipes/evil-collection"; ··· 22293 src = fetchFromGitHub { 22294 owner = "alexmurray"; 22295 repo = "evil-vimish-fold"; 22296 + rev = "c617fecb91303f8c63f85a6101a503fdc88aae84"; 22297 + sha256 = "05zm0gngdamfs5cqnjq4lh7253hdj0lggdgfphl56ynblhf8qf36"; 22298 }; 22299 recipeFile = fetchurl { 22300 url = "https://raw.githubusercontent.com/milkypostman/melpa/fcd51e24f88ebbbd3fddfc7c6f3b667d5104cf2b/recipes/evil-vimish-fold"; ··· 22498 exotica-theme = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 22499 melpaBuild { 22500 pname = "exotica-theme"; 22501 + version = "20180212.1529"; 22502 src = fetchFromGitHub { 22503 owner = "jbharat"; 22504 repo = "exotica-theme"; 22505 + rev = "ff3ef4f6fa38c93b99becad977c7810c990a4d2f"; 22506 + sha256 = "1kp6q55g3dcya4y79x877vqwxa4z2rkkvhs49pkwr3wljf4af2pd"; 22507 }; 22508 recipeFile = fetchurl { 22509 url = "https://raw.githubusercontent.com/milkypostman/melpa/9182f92dd62e2f1775a76699a6c8f9c3e71e9030/recipes/exotica-theme"; ··· 22687 exwm-x = callPackage ({ bind-key, cl-lib ? null, counsel, exwm, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild, swiper, switch-window }: 22688 melpaBuild { 22689 pname = "exwm-x"; 22690 + version = "20180222.327"; 22691 src = fetchFromGitHub { 22692 owner = "tumashu"; 22693 repo = "exwm-x"; 22694 + rev = "5978c89e384d1edf4ef170733c0941004882ec4a"; 22695 + sha256 = "114k71dyhzljqcllq4pcxnq3lclr2w9rzrmf3ph987x8rf07657r"; 22696 }; 22697 recipeFile = fetchurl { 22698 url = "https://raw.githubusercontent.com/milkypostman/melpa/a0e6e23bcffdcd1e17c70599c563609050e5de40/recipes/exwm-x"; ··· 23406 find-file-in-project = callPackage ({ emacs, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild }: 23407 melpaBuild { 23408 pname = "find-file-in-project"; 23409 + version = "20180222.437"; 23410 src = fetchFromGitHub { 23411 owner = "technomancy"; 23412 repo = "find-file-in-project"; 23413 + rev = "ad7d8e3e72ca5044602af060ab2a39c8bbaa0c7b"; 23414 + sha256 = "04p9fv4rv5m9ll6dfbffq46wl3inzayjnrfr3v0wdnppyvpl411c"; 23415 }; 23416 recipeFile = fetchurl { 23417 url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/find-file-in-project"; ··· 23637 firrtl-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 23638 melpaBuild { 23639 pname = "firrtl-mode"; 23640 + version = "20180221.1555"; 23641 src = fetchFromGitHub { 23642 owner = "ibm"; 23643 repo = "firrtl-mode"; 23644 + rev = "1ac00d526018945389bcb2292dbdd8395381774a"; 23645 + sha256 = "02xznsiij39lhjr261vl7yz4k4i76vshh5kwa7ax95zpj2zbs0v6"; 23646 }; 23647 recipeFile = fetchurl { 23648 url = "https://raw.githubusercontent.com/milkypostman/melpa/8bbf9ab9db03410c35b8b73a23bf8062b10f0815/recipes/firrtl-mode"; ··· 24081 license = lib.licenses.free; 24082 }; 24083 }) {}; 24084 + flower = callPackage ({ clomacs, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 24085 + melpaBuild { 24086 + pname = "flower"; 24087 + version = "20180219.1131"; 24088 + src = fetchFromGitHub { 24089 + owner = "PositiveTechnologies"; 24090 + repo = "flower"; 24091 + rev = "f6341389d7ed0bcfb5ee8f75ab073b7cb6e5591c"; 24092 + sha256 = "0sqx7jalnsamvx2xhg7bgq6gwxs7a7iisvkix25m0rhk7zaqc1za"; 24093 + }; 24094 + recipeFile = fetchurl { 24095 + url = "https://raw.githubusercontent.com/milkypostman/melpa/c8a731715d360aea9af2b898242fd4eee5419d14/recipes/flower"; 24096 + sha256 = "1cb9ppgspdrg4yrrlq4sfajpa6s7xiwvdf9b3947rmmxizgqgynd"; 24097 + name = "flower"; 24098 + }; 24099 + packageRequires = [ clomacs emacs ]; 24100 + meta = { 24101 + homepage = "https://melpa.org/#/flower"; 24102 + license = lib.licenses.free; 24103 + }; 24104 + }) {}; 24105 fluxus-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, osc }: 24106 melpaBuild { 24107 pname = "fluxus-mode"; ··· 24189 flycheck = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, let-alist, lib, melpaBuild, pkg-info, seq }: 24190 melpaBuild { 24191 pname = "flycheck"; 24192 + version = "20180221.1302"; 24193 src = fetchFromGitHub { 24194 owner = "flycheck"; 24195 repo = "flycheck"; 24196 + rev = "1c167a2d7c8110079c626e7e06c730b80fc09dee"; 24197 + sha256 = "077h8gciwn0ryvc4i2277mg3mlf6ws9xnidr7dln0010cs9dkdgx"; 24198 }; 24199 recipeFile = fetchurl { 24200 url = "https://raw.githubusercontent.com/milkypostman/melpa/649f9c3576e81409ae396606798035173cc6669f/recipes/flycheck"; ··· 24336 flycheck-clang-analyzer = callPackage ({ emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }: 24337 melpaBuild { 24338 pname = "flycheck-clang-analyzer"; 24339 + version = "20180215.345"; 24340 src = fetchFromGitHub { 24341 owner = "alexmurray"; 24342 repo = "flycheck-clang-analyzer"; 24343 + rev = "b4cb26dd2341f8da8c04c17c9a7c3199306cea15"; 24344 + sha256 = "1zvamzf86zfrj1yj3lfcz9cp6l9436d77m5k3dciykrdayw3ligw"; 24345 }; 24346 recipeFile = fetchurl { 24347 url = "https://raw.githubusercontent.com/milkypostman/melpa/8de7b717a1b0caf30f8f29d3e764b4756b93aeff/recipes/flycheck-clang-analyzer"; ··· 24672 flycheck-dmd-dub = callPackage ({ f, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }: 24673 melpaBuild { 24674 pname = "flycheck-dmd-dub"; 24675 + version = "20180220.15"; 24676 src = fetchFromGitHub { 24677 owner = "atilaneves"; 24678 repo = "flycheck-dmd-dub"; 24679 + rev = "3d378a59492c810842b7c72506d2037bf70b8545"; 24680 + sha256 = "0y8iqyml27sx2d765w2hhbyrdx0alaqvj5ls8x1zf53xfwv88x3z"; 24681 }; 24682 recipeFile = fetchurl { 24683 url = "https://raw.githubusercontent.com/milkypostman/melpa/a812594901c1099283bdf51fbea1aa077cfc588d/recipes/flycheck-dmd-dub"; ··· 24777 flycheck-flow = callPackage ({ fetchFromGitHub, fetchurl, flycheck, json ? null, lib, melpaBuild }: 24778 melpaBuild { 24779 pname = "flycheck-flow"; 24780 + version = "20180216.1156"; 24781 src = fetchFromGitHub { 24782 owner = "lbolla"; 24783 repo = "emacs-flycheck-flow"; 24784 + rev = "8173accf0e389f7ba0936d399da84839a7f887af"; 24785 + sha256 = "14g3mi8i4iy5f3fd3f7yx8ha18zi0kxqgn3sxkvdnk9rp1cdfnk1"; 24786 }; 24787 recipeFile = fetchurl { 24788 url = "https://raw.githubusercontent.com/milkypostman/melpa/4d18fb21d8ef9b33aa84bc26f5918e636c5771e5/recipes/flycheck-flow"; ··· 25474 src = fetchFromGitHub { 25475 owner = "Andersbakken"; 25476 repo = "rtags"; 25477 + rev = "5bc23ba31379150f8dff3348b867ec6c32975ae4"; 25478 + sha256 = "098k563c7fqvnqqc0rzingh3cgmpjk55xvbqlnpy70c5m08b8prl"; 25479 }; 25480 recipeFile = fetchurl { 25481 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/flycheck-rtags"; ··· 25747 src = fetchFromGitHub { 25748 owner = "abingham"; 25749 repo = "emacs-ycmd"; 25750 + rev = "a35a2ddd911da6d3a926bdef2614a2898055a5e2"; 25751 + sha256 = "1nig77gqi74k01309r3nfy45ylhi5mj7ajxlhib6i58zlib8ycbl"; 25752 }; 25753 recipeFile = fetchurl { 25754 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/flycheck-ycmd"; ··· 27024 fountain-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 27025 melpaBuild { 27026 pname = "fountain-mode"; 27027 + version = "20180215.2005"; 27028 src = fetchFromGitHub { 27029 owner = "rnkn"; 27030 repo = "fountain-mode"; 27031 + rev = "f131de1052d724f14c6c4a19d72978be7c70e5ad"; 27032 + sha256 = "04dqdzyiy6iqi9p8dy8k2zml5nmlrin0p60b9p5hhxabmkwawmbx"; 27033 }; 27034 recipeFile = fetchurl { 27035 url = "https://raw.githubusercontent.com/milkypostman/melpa/913386ac8d5049d37154da3ab32bde408a226511/recipes/fountain-mode"; ··· 27317 src = fetchFromGitHub { 27318 owner = "factor"; 27319 repo = "factor"; 27320 + rev = "0d7fdb92b5bcca4195ead0f6d2a1e58a2c0a4f9c"; 27321 + sha256 = "0mr2iqkzmx0lpakgp7i76w1bqv1zqsipcd9lg1f0jg7wzvwsrmif"; 27322 }; 27323 recipeFile = fetchurl { 27324 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e2a0e4698d4e71ec28656594f6a83504a823490/recipes/fuel"; ··· 27443 src = fetchFromGitHub { 27444 owner = "HIPERFIT"; 27445 repo = "futhark"; 27446 + rev = "e0c57994431a7b6aba4c9be11feb95b626feb3f4"; 27447 + sha256 = "1znvd30bfn7hsldsim7ynwsd4s79dr188vljbx3g4wi3wyd0fia5"; 27448 }; 27449 recipeFile = fetchurl { 27450 url = "https://raw.githubusercontent.com/milkypostman/melpa/0607f01aad7e77d53595ad8db95d32acfd29b148/recipes/futhark-mode"; ··· 27773 general = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 27774 melpaBuild { 27775 pname = "general"; 27776 + version = "20180215.1455"; 27777 src = fetchFromGitHub { 27778 owner = "noctuid"; 27779 repo = "general.el"; 27780 + rev = "de82992bba6226f1be3aac9ed6568f1a3b23295b"; 27781 + sha256 = "1693mrknq0mwzgwrh5z92nv7c80g6ynlymk5qfq8icpii4rlz5n2"; 27782 }; 27783 recipeFile = fetchurl { 27784 url = "https://raw.githubusercontent.com/milkypostman/melpa/d86383b443622d78f6d8ff7b8ac74c8d72879d26/recipes/general"; ··· 28067 ghub = callPackage ({ emacs, fetchFromGitHub, fetchurl, let-alist, lib, melpaBuild }: 28068 melpaBuild { 28069 pname = "ghub"; 28070 + version = "20180221.1319"; 28071 src = fetchFromGitHub { 28072 owner = "magit"; 28073 repo = "ghub"; 28074 + rev = "bd16d17006488bcbcea32b258752ddf625954c78"; 28075 + sha256 = "0fqkl0dhiqq53p51044aw1zx64phdqklz5c0c1kd3vx92j76zsp6"; 28076 }; 28077 recipeFile = fetchurl { 28078 + url = "https://raw.githubusercontent.com/milkypostman/melpa/70a4dbd62fd6ebb4e056d0e97fa1a958437ddc91/recipes/ghub"; 28079 + sha256 = "031bzp61aal2id5sazwjz30svydjvxvphw5wbv5cyy4dqyh7w2ps"; 28080 name = "ghub"; 28081 }; 28082 packageRequires = [ emacs let-alist ]; ··· 28106 license = lib.licenses.free; 28107 }; 28108 }) {}; 28109 + gif-screencast = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 28110 + melpaBuild { 28111 + pname = "gif-screencast"; 28112 + version = "20180213.2"; 28113 + src = fetchFromGitHub { 28114 + owner = "Ambrevar"; 28115 + repo = "emacs-gif-screencast"; 28116 + rev = "ab832e7976102adc0f0aae0d531eb077bac8c228"; 28117 + sha256 = "146bi1k86kxkrb73p6xrif942lqzqc54fmnygv6nw66fnih045jg"; 28118 + }; 28119 + recipeFile = fetchurl { 28120 + url = "https://raw.githubusercontent.com/milkypostman/melpa/b149509fb245975b450d15470c7d915e3c7b474d/recipes/gif-screencast"; 28121 + sha256 = "12kjr76b1180g3grfycghmgr3xf4vmhlhks8x3ri1gigdf0j8vaa"; 28122 + name = "gif-screencast"; 28123 + }; 28124 + packageRequires = [ emacs ]; 28125 + meta = { 28126 + homepage = "https://melpa.org/#/gif-screencast"; 28127 + license = lib.licenses.free; 28128 + }; 28129 + }) {}; 28130 gift-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 28131 melpaBuild { 28132 pname = "gift-mode"; ··· 28323 src = fetchFromGitHub { 28324 owner = "magit"; 28325 repo = "magit"; 28326 + rev = "a50ae25e10601ada0730caf4bbb2064053c3428f"; 28327 + sha256 = "11niwd86y0i078yxws7giyv6as59ndfiwia8298qja6a3hqkgvfp"; 28328 }; 28329 recipeFile = fetchurl { 28330 url = "https://raw.githubusercontent.com/milkypostman/melpa/cec5af50ae7634cc566adfbfdf0f95c3e2951c0c/recipes/git-commit"; ··· 28617 src = fetchFromGitHub { 28618 owner = "magit"; 28619 repo = "git-modes"; 28620 + rev = "8ca6595b1362d5882d5642e79f7bb2f18f1c8bbe"; 28621 + sha256 = "1crpndp5flw16vrbnd24bk3r99s60xa9zc34apkdglg2s3n50wh7"; 28622 }; 28623 recipeFile = fetchurl { 28624 url = "https://raw.githubusercontent.com/milkypostman/melpa/4b4e2ddd2a80875afc0fc654052e6cbff2f3777f/recipes/gitattributes-mode"; ··· 28659 src = fetchFromGitHub { 28660 owner = "magit"; 28661 repo = "git-modes"; 28662 + rev = "8ca6595b1362d5882d5642e79f7bb2f18f1c8bbe"; 28663 + sha256 = "1crpndp5flw16vrbnd24bk3r99s60xa9zc34apkdglg2s3n50wh7"; 28664 }; 28665 recipeFile = fetchurl { 28666 url = "https://raw.githubusercontent.com/milkypostman/melpa/44a37f59b87f59a587f6681e7aadfabf137c98d7/recipes/gitconfig-mode"; ··· 28869 src = fetchFromGitHub { 28870 owner = "magit"; 28871 repo = "git-modes"; 28872 + rev = "8ca6595b1362d5882d5642e79f7bb2f18f1c8bbe"; 28873 + sha256 = "1crpndp5flw16vrbnd24bk3r99s60xa9zc34apkdglg2s3n50wh7"; 28874 }; 28875 recipeFile = fetchurl { 28876 url = "https://raw.githubusercontent.com/milkypostman/melpa/44a37f59b87f59a587f6681e7aadfabf137c98d7/recipes/gitignore-mode"; ··· 28988 license = lib.licenses.free; 28989 }; 28990 }) {}; 28991 + glab = callPackage ({ emacs, fetchFromGitHub, fetchurl, ghub, lib, melpaBuild }: 28992 melpaBuild { 28993 pname = "glab"; 28994 + version = "20180218.652"; 28995 + src = fetchFromGitHub { 28996 + owner = "magit"; 28997 + repo = "ghub"; 28998 + rev = "bd16d17006488bcbcea32b258752ddf625954c78"; 28999 + sha256 = "0fqkl0dhiqq53p51044aw1zx64phdqklz5c0c1kd3vx92j76zsp6"; 29000 }; 29001 recipeFile = fetchurl { 29002 + url = "https://raw.githubusercontent.com/milkypostman/melpa/70a4dbd62fd6ebb4e056d0e97fa1a958437ddc91/recipes/glab"; 29003 + sha256 = "0ym8bgym11mdv5bw22lgkcxyqy7qgxxm0yjmrq8qx7i55gqayyb8"; 29004 name = "glab"; 29005 }; 29006 + packageRequires = [ emacs ghub ]; 29007 meta = { 29008 homepage = "https://melpa.org/#/glab"; 29009 license = lib.licenses.free; ··· 29957 golint = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 29958 melpaBuild { 29959 pname = "golint"; 29960 + version = "20180221.1215"; 29961 src = fetchFromGitHub { 29962 owner = "golang"; 29963 repo = "lint"; 29964 + rev = "ead987a65e5c7e053cf9633f9eac1f734f6b4fe3"; 29965 + sha256 = "1sq6865rfhsg6q29gl8msfr9vcgp65ji4nqdh0m8i8f3gxy87amn"; 29966 }; 29967 recipeFile = fetchurl { 29968 url = "https://raw.githubusercontent.com/milkypostman/melpa/34f22d829257456abbc020c006b92da9c7a7860e/recipes/golint"; ··· 30024 src = fetchFromGitHub { 30025 owner = "google"; 30026 repo = "styleguide"; 30027 + rev = "209d38166b1a56b177de486d894d39ae6822eee6"; 30028 + sha256 = "1qssg9sz6b5mx1x6x9ygi5kjmazi1787h8pph990fblh8gvp41wx"; 30029 }; 30030 recipeFile = fetchurl { 30031 url = "https://raw.githubusercontent.com/milkypostman/melpa/b4e7f5f641251e17add561991d3bcf1fde23467b/recipes/google-c-style"; ··· 30297 src = fetchFromGitHub { 30298 owner = "vmware"; 30299 repo = "govmomi"; 30300 + rev = "0f82f03a2bbf14037d2331cf02f1d4157bbef6cc"; 30301 + sha256 = "19bbx8jmigflyarmydf03ms8lsjwlpn6hl97s63dcw3l4gz4jab2"; 30302 }; 30303 recipeFile = fetchurl { 30304 url = "https://raw.githubusercontent.com/milkypostman/melpa/92d6391318021c63b06fe39b0ca38f667bb45ae9/recipes/govc"; ··· 30423 src = fetchFromGitHub { 30424 owner = "Groovy-Emacs-Modes"; 30425 repo = "groovy-emacs-modes"; 30426 + rev = "771a9f448593216b8d93deb8cb18465f3551406d"; 30427 + sha256 = "1gyj8j02if4hlrj06j5mya1qa8c3vm11y1s4qamsak07r7p26n4s"; 30428 }; 30429 recipeFile = fetchurl { 30430 url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe318b4e51a280a55c01fa30455e4a180df8bd6/recipes/grails-mode"; ··· 30640 green-is-the-new-black-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 30641 melpaBuild { 30642 pname = "green-is-the-new-black-theme"; 30643 + version = "20180220.1332"; 30644 src = fetchFromGitHub { 30645 owner = "fredcamps"; 30646 repo = "green-is-the-new-black-emacs"; 30647 + rev = "374d14b99f4959fa039c0e1ce8e0e7991b726d98"; 30648 + sha256 = "135w5vwbk2468b82v6icc8nh50d9flpi7zd63xch8vpvsri0vpw0"; 30649 }; 30650 recipeFile = fetchurl { 30651 url = "https://raw.githubusercontent.com/milkypostman/melpa/3e42528d5677fd90515cad47266c07ea3d4363fb/recipes/green-is-the-new-black-theme"; ··· 30824 license = lib.licenses.free; 30825 }; 30826 }) {}; 30827 + groovy-mode = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 30828 melpaBuild { 30829 pname = "groovy-mode"; 30830 + version = "20180214.810"; 30831 src = fetchFromGitHub { 30832 owner = "Groovy-Emacs-Modes"; 30833 repo = "groovy-emacs-modes"; 30834 + rev = "771a9f448593216b8d93deb8cb18465f3551406d"; 30835 + sha256 = "1gyj8j02if4hlrj06j5mya1qa8c3vm11y1s4qamsak07r7p26n4s"; 30836 }; 30837 recipeFile = fetchurl { 30838 url = "https://raw.githubusercontent.com/milkypostman/melpa/3fe318b4e51a280a55c01fa30455e4a180df8bd6/recipes/groovy-mode"; 30839 sha256 = "1pxw7rdn56klmr6kw21lhzh7zhp338gyf54ypsml64ibzr1x9kal"; 30840 name = "groovy-mode"; 30841 }; 30842 + packageRequires = [ dash emacs s ]; 30843 meta = { 30844 homepage = "https://melpa.org/#/groovy-mode"; 30845 license = lib.licenses.free; ··· 31205 hackernews = callPackage ({ fetchFromGitHub, fetchurl, json ? null, lib, melpaBuild }: 31206 melpaBuild { 31207 pname = "hackernews"; 31208 + version = "20180220.419"; 31209 src = fetchFromGitHub { 31210 owner = "clarete"; 31211 repo = "hackernews.el"; 31212 + rev = "89077fdb98ab1e77459c7839decdf21b87f4341b"; 31213 + sha256 = "11id6gp6mz97sm2izz6y47n3sphlibdb6nzvbkcxl7l7av53wxg7"; 31214 }; 31215 recipeFile = fetchurl { 31216 url = "https://raw.githubusercontent.com/milkypostman/melpa/c43a342e47e5ede468bcf51a60d4dea3926f51bd/recipes/hackernews"; ··· 31812 helm = callPackage ({ async, emacs, fetchFromGitHub, fetchurl, helm-core, lib, melpaBuild, popup }: 31813 melpaBuild { 31814 pname = "helm"; 31815 + version = "20180221.555"; 31816 src = fetchFromGitHub { 31817 owner = "emacs-helm"; 31818 repo = "helm"; 31819 + rev = "d4a23dd3ca15ed96f219bf213f90012e761b79ee"; 31820 + sha256 = "1qaa360kw830gg6c678psgl3w8ga4drjzcw9x8wlwrncidv0ijm4"; 31821 }; 31822 recipeFile = fetchurl { 31823 url = "https://raw.githubusercontent.com/milkypostman/melpa/7e8bccffdf69479892d76b9336a4bec3f35e919d/recipes/helm"; ··· 32043 helm-bibtex = callPackage ({ biblio, cl-lib ? null, dash, f, fetchFromGitHub, fetchurl, helm, lib, melpaBuild, parsebib, s }: 32044 melpaBuild { 32045 pname = "helm-bibtex"; 32046 + version = "20180216.333"; 32047 src = fetchFromGitHub { 32048 owner = "tmalsburg"; 32049 repo = "helm-bibtex"; 32050 + rev = "bb73c3dd28e70c3996cbee5ef32933a4904eaa22"; 32051 + sha256 = "0hq558j3qls3fcf35zy0s8qw9rvx66z0a08s5rkwzzy4nn39rwzh"; 32052 }; 32053 recipeFile = fetchurl { 32054 url = "https://raw.githubusercontent.com/milkypostman/melpa/f4118a7721435240cf8489daa4dd39369208855b/recipes/helm-bibtex"; ··· 32421 helm-company = callPackage ({ company, fetchFromGitHub, fetchurl, helm, lib, melpaBuild }: 32422 melpaBuild { 32423 pname = "helm-company"; 32424 + version = "20180213.1405"; 32425 src = fetchFromGitHub { 32426 owner = "Sodel-the-Vociferous"; 32427 repo = "helm-company"; 32428 + rev = "acc9c7901e094c1591327a0db1ec7a439f67a84d"; 32429 + sha256 = "1d4q9clp0q56br80c21a4wz1gc4jw3mdy97z9mq07x9i8rhlppzs"; 32430 }; 32431 recipeFile = fetchurl { 32432 url = "https://raw.githubusercontent.com/milkypostman/melpa/8acf7420f2ac8a36474594bc34316f187b43d771/recipes/helm-company"; ··· 32442 helm-core = callPackage ({ async, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 32443 melpaBuild { 32444 pname = "helm-core"; 32445 + version = "20180222.224"; 32446 src = fetchFromGitHub { 32447 owner = "emacs-helm"; 32448 repo = "helm"; 32449 + rev = "d4a23dd3ca15ed96f219bf213f90012e761b79ee"; 32450 + sha256 = "1qaa360kw830gg6c678psgl3w8ga4drjzcw9x8wlwrncidv0ijm4"; 32451 }; 32452 recipeFile = fetchurl { 32453 url = "https://raw.githubusercontent.com/milkypostman/melpa/ef7a700c5665e6d72cb4cecf7fb5a2dd43ef9bf7/recipes/helm-core"; ··· 33223 src = fetchFromGitHub { 33224 owner = "steckerhalter"; 33225 repo = "helm-google"; 33226 + rev = "f9b5f0dfd51e16278eba70d8fc94a599563dab61"; 33227 + sha256 = "1s2y4fyax4487bz7p16jhgwsjjnzqrjz7pq22p8h23jzcvgh6wzx"; 33228 }; 33229 recipeFile = fetchurl { 33230 url = "https://raw.githubusercontent.com/milkypostman/melpa/88ed6db7b53d1ac75c40d12c21de1dec6d717fbe/recipes/helm-google"; ··· 34329 license = lib.licenses.free; 34330 }; 34331 }) {}; 34332 + helm-rg = callPackage ({ cl-lib ? null, dash, emacs, fetchFromGitHub, fetchurl, helm, lib, melpaBuild, pcre2el }: 34333 melpaBuild { 34334 pname = "helm-rg"; 34335 + version = "20180220.731"; 34336 src = fetchFromGitHub { 34337 owner = "cosmicexplorer"; 34338 repo = "helm-rg"; 34339 + rev = "775ee76d8b6f45eab1330c714ddac1da20c87fe3"; 34340 + sha256 = "11f7m143qnmh2x4987a56ir3acxbp0n54msak3mp5nc1i1h8hq31"; 34341 }; 34342 recipeFile = fetchurl { 34343 url = "https://raw.githubusercontent.com/milkypostman/melpa/958fbafdcb214f1ec89fd0d84c6600c89890e0cf/recipes/helm-rg"; 34344 sha256 = "0gfq59540q9s6mr04q7dz638zqmqbqmbl1qaczddgmjn4vyjmf7v"; 34345 name = "helm-rg"; 34346 }; 34347 + packageRequires = [ cl-lib dash emacs helm pcre2el ]; 34348 meta = { 34349 homepage = "https://melpa.org/#/helm-rg"; 34350 license = lib.licenses.free; ··· 34420 src = fetchFromGitHub { 34421 owner = "Andersbakken"; 34422 repo = "rtags"; 34423 + rev = "5bc23ba31379150f8dff3348b867ec6c32975ae4"; 34424 + sha256 = "098k563c7fqvnqqc0rzingh3cgmpjk55xvbqlnpy70c5m08b8prl"; 34425 }; 34426 recipeFile = fetchurl { 34427 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/helm-rtags"; ··· 34668 helm-swoop = callPackage ({ emacs, fetchFromGitHub, fetchurl, helm, lib, melpaBuild }: 34669 melpaBuild { 34670 pname = "helm-swoop"; 34671 + version = "20180215.354"; 34672 src = fetchFromGitHub { 34673 owner = "ShingoFukuyama"; 34674 repo = "helm-swoop"; 34675 + rev = "c66336b8245ddc51c4206f19c119f1081920985c"; 34676 + sha256 = "0b23j1bkpg4pm310hqdhgnl4mxsj05gpl08b6kb2ja4fzrg6adsk"; 34677 }; 34678 recipeFile = fetchurl { 34679 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-swoop"; ··· 34962 helpful = callPackage ({ dash, dash-functional, elisp-refs, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, s, shut-up }: 34963 melpaBuild { 34964 pname = "helpful"; 34965 + version = "20180220.1512"; 34966 src = fetchFromGitHub { 34967 owner = "Wilfred"; 34968 repo = "helpful"; 34969 + rev = "4abe04870467beb8a5a798773e1f145f65298e59"; 34970 + sha256 = "1la6im11wmid8k2smsaks1vgw42b4plpy65mr4z22c2bx4q1a24w"; 34971 }; 34972 recipeFile = fetchurl { 34973 url = "https://raw.githubusercontent.com/milkypostman/melpa/889d34b654de13bd413d46071a5ff191cbf3d157/recipes/helpful"; ··· 36178 howm = callPackage ({ cl-lib ? null, fetchgit, fetchurl, lib, melpaBuild }: 36179 melpaBuild { 36180 pname = "howm"; 36181 + version = "20180213.604"; 36182 src = fetchgit { 36183 url = "https://scm.osdn.net/gitroot/howm/howm.git"; 36184 + rev = "2b5849007c14e4339ad2dc29db2d0bfe78c545f9"; 36185 + sha256 = "14v4gy1y8882ybdn9lkzqqs6w9vx6fpkxliw5nqvh758ipgphy24"; 36186 }; 36187 recipeFile = fetchurl { 36188 url = "https://raw.githubusercontent.com/milkypostman/melpa/0099a1f9b0efb3fc3a1420cfe71a647ec6458998/recipes/howm"; ··· 36760 license = lib.licenses.free; 36761 }; 36762 }) {}; 36763 + ibuffer-sidebar = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 36764 + melpaBuild { 36765 + pname = "ibuffer-sidebar"; 36766 + version = "20180218.1731"; 36767 + src = fetchFromGitHub { 36768 + owner = "jojojames"; 36769 + repo = "ibuffer-sidebar"; 36770 + rev = "7ddf1b5a158b33e9a7d3fe5dad7ea626a464d2bc"; 36771 + sha256 = "18rl379bfilzvyi4f4kmy74l4vq2q8hhy5i8kflcgvn0ibipwqjz"; 36772 + }; 36773 + recipeFile = fetchurl { 36774 + url = "https://raw.githubusercontent.com/milkypostman/melpa/19c7c36af8e30b9a9ccc4afda2a7b7e39e8d32ff/recipes/ibuffer-sidebar"; 36775 + sha256 = "0rzdybkqaf8r6v19isgw4wv0mwdqxvf55gq1ig4shscjc7ys22wp"; 36776 + name = "ibuffer-sidebar"; 36777 + }; 36778 + packageRequires = [ emacs ]; 36779 + meta = { 36780 + homepage = "https://melpa.org/#/ibuffer-sidebar"; 36781 + license = lib.licenses.free; 36782 + }; 36783 + }) {}; 36784 ibuffer-tramp = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 36785 melpaBuild { 36786 pname = "ibuffer-tramp"; ··· 36994 ido-completing-read-plus = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, memoize, s }: 36995 melpaBuild { 36996 pname = "ido-completing-read-plus"; 36997 + version = "20180221.1438"; 36998 src = fetchFromGitHub { 36999 owner = "DarwinAwardWinner"; 37000 repo = "ido-completing-read-plus"; 37001 + rev = "d3493021f4d825c7a7cf57a9b34bd262e4ff9927"; 37002 + sha256 = "0dsgi4zhwklcgxg4ypvi71r5mgxy3gmc02d6n87x9a2llvjk6xyf"; 37003 }; 37004 recipeFile = fetchurl { 37005 url = "https://raw.githubusercontent.com/milkypostman/melpa/6104efc035bcf469d133ab9a2caf42c9d4482334/recipes/ido-completing-read+"; ··· 37309 ido-ubiquitous = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, ido-completing-read-plus, lib, melpaBuild }: 37310 melpaBuild { 37311 pname = "ido-ubiquitous"; 37312 + version = "20180216.949"; 37313 src = fetchFromGitHub { 37314 owner = "DarwinAwardWinner"; 37315 repo = "ido-completing-read-plus"; 37316 + rev = "d3493021f4d825c7a7cf57a9b34bd262e4ff9927"; 37317 + sha256 = "0dsgi4zhwklcgxg4ypvi71r5mgxy3gmc02d6n87x9a2llvjk6xyf"; 37318 }; 37319 recipeFile = fetchurl { 37320 url = "https://raw.githubusercontent.com/milkypostman/melpa/6104efc035bcf469d133ab9a2caf42c9d4482334/recipes/ido-ubiquitous"; ··· 37957 indium = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, js2-mode, lib, melpaBuild, seq, websocket }: 37958 melpaBuild { 37959 pname = "indium"; 37960 + version = "20180221.1434"; 37961 src = fetchFromGitHub { 37962 owner = "NicolasPetton"; 37963 repo = "Indium"; 37964 + rev = "001ef02a2a3ac0803f0f89fb90ea92d7a6e23db2"; 37965 + sha256 = "08plikqy6k1drc1m08c9jsln8laq3mzh6056ib64pxip64fwpl62"; 37966 }; 37967 recipeFile = fetchurl { 37968 url = "https://raw.githubusercontent.com/milkypostman/melpa/4292058cc6e31cabc0de575134427bce7fcef541/recipes/indium"; ··· 37999 inf-clojure = callPackage ({ clojure-mode, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 38000 melpaBuild { 38001 pname = "inf-clojure"; 38002 + version = "20180218.343"; 38003 src = fetchFromGitHub { 38004 owner = "clojure-emacs"; 38005 repo = "inf-clojure"; 38006 + rev = "be3e2e7c5ec9302cf1a7d5e39defc2ecc78bd9de"; 38007 + sha256 = "0zgf6ikap9h0rc3f2ify8a5rlkk34lv4a5xzarw3nlnnvvhp521s"; 38008 }; 38009 recipeFile = fetchurl { 38010 url = "https://raw.githubusercontent.com/milkypostman/melpa/5d6112e06d1efcb7cb5652b0bec8d282d7f67bd9/recipes/inf-clojure"; ··· 38502 intero = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, flycheck, haskell-mode, lib, melpaBuild }: 38503 melpaBuild { 38504 pname = "intero"; 38505 + version = "20180221.149"; 38506 src = fetchFromGitHub { 38507 owner = "commercialhaskell"; 38508 repo = "intero"; 38509 + rev = "752e5ab174bdde87dcadccf478ca43fe328d8aeb"; 38510 + sha256 = "0darhg4iwzgfpi62f2l9p83fvl877dw1fml8y4sfn9vrwqnvy93f"; 38511 }; 38512 recipeFile = fetchurl { 38513 url = "https://raw.githubusercontent.com/milkypostman/melpa/1b56ca344ad944e03b669a9974e9b734b5b445bb/recipes/intero"; ··· 39111 ivy = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 39112 melpaBuild { 39113 pname = "ivy"; 39114 + version = "20180220.938"; 39115 src = fetchFromGitHub { 39116 owner = "abo-abo"; 39117 repo = "swiper"; 39118 + rev = "b656f818efd797422886bec455d3cc15a9816c87"; 39119 + sha256 = "166sgr3qj2gzzxzw0ikg5p14z9d2f3b6j11ngpbggppqggy470sv"; 39120 }; 39121 recipeFile = fetchurl { 39122 url = "https://raw.githubusercontent.com/milkypostman/melpa/06c24112a5e17c423a4d92607356b25eb90a9a7b/recipes/ivy"; ··· 39136 src = fetchFromGitHub { 39137 owner = "tmalsburg"; 39138 repo = "helm-bibtex"; 39139 + rev = "bb73c3dd28e70c3996cbee5ef32933a4904eaa22"; 39140 + sha256 = "0hq558j3qls3fcf35zy0s8qw9rvx66z0a08s5rkwzzy4nn39rwzh"; 39141 }; 39142 recipeFile = fetchurl { 39143 url = "https://raw.githubusercontent.com/milkypostman/melpa/c23c09225c57a9b9abe0a0a770a9184ae2e58f7c/recipes/ivy-bibtex"; ··· 39262 src = fetchFromGitHub { 39263 owner = "abo-abo"; 39264 repo = "swiper"; 39265 + rev = "b656f818efd797422886bec455d3cc15a9816c87"; 39266 + sha256 = "166sgr3qj2gzzxzw0ikg5p14z9d2f3b6j11ngpbggppqggy470sv"; 39267 }; 39268 recipeFile = fetchurl { 39269 url = "https://raw.githubusercontent.com/milkypostman/melpa/06c24112a5e17c423a4d92607356b25eb90a9a7b/recipes/ivy-hydra"; ··· 39339 license = lib.licenses.free; 39340 }; 39341 }) {}; 39342 + ivy-posframe = callPackage ({ emacs, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild, posframe }: 39343 + melpaBuild { 39344 + pname = "ivy-posframe"; 39345 + version = "20180222.343"; 39346 + src = fetchFromGitHub { 39347 + owner = "tumashu"; 39348 + repo = "ivy-posframe"; 39349 + rev = "ddaf875d5f5a8629ba49731c199e0ca57effd3d8"; 39350 + sha256 = "0k7mc268lrkkv7ril7z4vnm5z1ha7hl4274av8m2vfsd1szryip2"; 39351 + }; 39352 + recipeFile = fetchurl { 39353 + url = "https://raw.githubusercontent.com/milkypostman/melpa/9e7c6f7ca439683abf11dcaa38672ac139c0da4f/recipes/ivy-posframe"; 39354 + sha256 = "1sv4xvdvb1g8g5m4f1f159lxbxaz96drsmvhh0k43hp1dh3bhj3b"; 39355 + name = "ivy-posframe"; 39356 + }; 39357 + packageRequires = [ emacs ivy posframe ]; 39358 + meta = { 39359 + homepage = "https://melpa.org/#/ivy-posframe"; 39360 + license = lib.licenses.free; 39361 + }; 39362 + }) {}; 39363 ivy-purpose = callPackage ({ emacs, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild, window-purpose }: 39364 melpaBuild { 39365 pname = "ivy-purpose"; ··· 39409 src = fetchFromGitHub { 39410 owner = "Andersbakken"; 39411 repo = "rtags"; 39412 + rev = "5bc23ba31379150f8dff3348b867ec6c32975ae4"; 39413 + sha256 = "098k563c7fqvnqqc0rzingh3cgmpjk55xvbqlnpy70c5m08b8prl"; 39414 }; 39415 recipeFile = fetchurl { 39416 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/ivy-rtags"; ··· 39970 jdee = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, memoize, s }: 39971 melpaBuild { 39972 pname = "jdee"; 39973 + version = "20180218.919"; 39974 src = fetchFromGitHub { 39975 owner = "jdee-emacs"; 39976 repo = "jdee"; 39977 + rev = "6244d4608fe1ec1a1cac7b4b45cf6d1edb06cb91"; 39978 + sha256 = "00bscgxv2gmxbmb88p8yhb5ckz73srm251h1vsdfz84cn7vsk1wz"; 39979 }; 39980 recipeFile = fetchurl { 39981 url = "https://raw.githubusercontent.com/milkypostman/melpa/a6d2c98f3bf2075e33d95c7befe205df802e798d/recipes/jdee"; ··· 40306 jq-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 40307 melpaBuild { 40308 pname = "jq-mode"; 40309 + version = "20180213.755"; 40310 src = fetchFromGitHub { 40311 owner = "ljos"; 40312 repo = "jq-mode"; 40313 + rev = "d1fca4613ec90c2c0b8241f4603eba733dd1ac73"; 40314 + sha256 = "0sgpl03dqm4lv081l3ff3xp38c39q5i2miyvpsqdjmgnixg3nm8c"; 40315 }; 40316 recipeFile = fetchurl { 40317 url = "https://raw.githubusercontent.com/milkypostman/melpa/318705966e26e58f87b53c115c519db95874ac1c/recipes/jq-mode"; ··· 41226 kaolin-themes = callPackage ({ autothemer, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 41227 melpaBuild { 41228 pname = "kaolin-themes"; 41229 + version = "20180220.631"; 41230 src = fetchFromGitHub { 41231 owner = "ogdenwebb"; 41232 repo = "emacs-kaolin-themes"; 41233 + rev = "8a229fcd1d73876920a063f0eba906a5080275a7"; 41234 + sha256 = "0w35862sjyizj7grb9ixjns8kpxq2wgdgn1n06jdhmnnaqdyq911"; 41235 }; 41236 recipeFile = fetchurl { 41237 url = "https://raw.githubusercontent.com/milkypostman/melpa/043a4e3bd5301ef8f4df2cbda0b3f4111eb399e4/recipes/kaolin-themes"; ··· 41734 src = fetchFromGitHub { 41735 owner = "kivy"; 41736 repo = "kivy"; 41737 + rev = "cd592c1e8050c811be131f151cdd3c9b29a60001"; 41738 + sha256 = "0jdwli3xilgk4n33hnfsmrlq74r05y73ymjwhygln7g8i0knhgmq"; 41739 }; 41740 recipeFile = fetchurl { 41741 url = "https://raw.githubusercontent.com/milkypostman/melpa/688e2a114073958c413e56e1d117d48db9d16fb8/recipes/kivy-mode"; ··· 41814 kodi-remote = callPackage ({ elnode, fetchFromGitHub, fetchurl, json ? null, let-alist, lib, melpaBuild, request }: 41815 melpaBuild { 41816 pname = "kodi-remote"; 41817 + version = "20180213.635"; 41818 src = fetchFromGitHub { 41819 owner = "spiderbit"; 41820 repo = "kodi-remote.el"; 41821 + rev = "f16490c4b960017b3f36cb3df96d9ea605a7c127"; 41822 + sha256 = "0q0qmh8yr8iagsaqgd23gia3fh5lb0lprylki1hiw1x8jn6i68yz"; 41823 }; 41824 recipeFile = fetchurl { 41825 url = "https://raw.githubusercontent.com/milkypostman/melpa/08f06dd824e67250afafdecc25128ba794ca971f/recipes/kodi-remote"; ··· 41919 kotlin-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 41920 melpaBuild { 41921 pname = "kotlin-mode"; 41922 + version = "20180219.853"; 41923 src = fetchFromGitHub { 41924 owner = "Emacs-Kotlin-Mode-Maintainers"; 41925 repo = "kotlin-mode"; 41926 + rev = "a2c2628d55c4e8b018ffe9f55ca38d89302a1bbc"; 41927 + sha256 = "12zng3rq134f0d49fr2rsf0jgmxl3qc7kkhziy7r27hx6ny9h8z2"; 41928 }; 41929 recipeFile = fetchurl { 41930 url = "https://raw.githubusercontent.com/milkypostman/melpa/9f2560e913b215821221c96069a1385fe4e19c3e/recipes/kotlin-mode"; ··· 42317 latex-preview-pane = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 42318 melpaBuild { 42319 pname = "latex-preview-pane"; 42320 + version = "20180219.1002"; 42321 src = fetchFromGitHub { 42322 owner = "jsinglet"; 42323 repo = "latex-preview-pane"; 42324 + rev = "474d7aa9d62df3d733d9a9088127c6e0d9fc5831"; 42325 + sha256 = "06q67rvv7y4b510v97n8x93ay8zl4y8il5czb9ssw0zhmbi3fvhq"; 42326 }; 42327 recipeFile = fetchurl { 42328 url = "https://raw.githubusercontent.com/milkypostman/melpa/bb3227f2e35d701915a8d3479d20581dcbe3a778/recipes/latex-preview-pane"; ··· 42569 ledger-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 42570 melpaBuild { 42571 pname = "ledger-mode"; 42572 + version = "20180219.2149"; 42573 src = fetchFromGitHub { 42574 owner = "ledger"; 42575 repo = "ledger-mode"; 42576 + rev = "1e953bb33d6a534d5c29cecc832e12fbbe4c7395"; 42577 + sha256 = "0bk9dqg14i05l2yz7lk7vpi14cgz6n4daxfw7a5lvqxa0ms836s3"; 42578 }; 42579 recipeFile = fetchurl { 42580 url = "https://raw.githubusercontent.com/milkypostman/melpa/1549048b6f57fbe9d1f7fcda74b78a7294327b7b/recipes/ledger-mode"; ··· 42923 license = lib.licenses.free; 42924 }; 42925 }) {}; 42926 + line-up-words = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 42927 + melpaBuild { 42928 + pname = "line-up-words"; 42929 + version = "20180219.224"; 42930 + src = fetchFromGitHub { 42931 + owner = "janestreet"; 42932 + repo = "line-up-words"; 42933 + rev = "b2cedc45295fd27f534f3b025d2ce72041850c2d"; 42934 + sha256 = "0f3601k1clflan8h7a2g4l8ag2f5i5f1gh37mg5hrny8b98n009z"; 42935 + }; 42936 + recipeFile = fetchurl { 42937 + url = "https://raw.githubusercontent.com/milkypostman/melpa/28ac7764a19fee2e1e2a89d95569815f1940c5e4/recipes/line-up-words"; 42938 + sha256 = "0agsrrkwwfmbiy4z3g4hkrpfr3nqgd5lwfn18qrdxynijd5rqs79"; 42939 + name = "line-up-words"; 42940 + }; 42941 + packageRequires = []; 42942 + meta = { 42943 + homepage = "https://melpa.org/#/line-up-words"; 42944 + license = lib.licenses.free; 42945 + }; 42946 + }) {}; 42947 lingr = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 42948 melpaBuild { 42949 pname = "lingr"; ··· 43165 lispy = callPackage ({ ace-window, emacs, fetchFromGitHub, fetchurl, hydra, iedit, lib, melpaBuild, swiper, zoutline }: 43166 melpaBuild { 43167 pname = "lispy"; 43168 + version = "20180215.1527"; 43169 src = fetchFromGitHub { 43170 owner = "abo-abo"; 43171 repo = "lispy"; 43172 + rev = "ae975815db5da512ea86c8547e5907cf04af54bc"; 43173 + sha256 = "02s5242yc0c93g9wdry75pg3wrf53da9a3hdvm57zg7b1sjw6p4s"; 43174 }; 43175 recipeFile = fetchurl { 43176 url = "https://raw.githubusercontent.com/milkypostman/melpa/e23c062ff32d7aeae486c01e29c56a74727dcf1d/recipes/lispy"; ··· 43207 lispyville = callPackage ({ cl-lib ? null, emacs, evil, fetchFromGitHub, fetchurl, lib, lispy, melpaBuild }: 43208 melpaBuild { 43209 pname = "lispyville"; 43210 + version = "20180218.1555"; 43211 src = fetchFromGitHub { 43212 owner = "noctuid"; 43213 repo = "lispyville"; 43214 + rev = "d99f08d5971613bcecdd2768241b9c6d617a24c7"; 43215 + sha256 = "12kjh2b9jdwrf6naq6qvskbhlv8xkjsqr1igbldg9mi8qmas60b9"; 43216 }; 43217 recipeFile = fetchurl { 43218 url = "https://raw.githubusercontent.com/milkypostman/melpa/b5d96d3603dc328467fcce29d3ac1b0a02833d51/recipes/lispyville"; ··· 43484 src = fetchFromGitHub { 43485 owner = "donkirkby"; 43486 repo = "live-py-plugin"; 43487 + rev = "22406984b66201441c7ad5689ab010bdfadd768b"; 43488 + sha256 = "0ni1cvrabxiprb4gl5rd5hgwl5csy9q6b0yjd40ffvl1x5lmb0qw"; 43489 }; 43490 recipeFile = fetchurl { 43491 url = "https://raw.githubusercontent.com/milkypostman/melpa/c7615237e80b46b5c50cb51a3ed5b07d92566fb7/recipes/live-py-mode"; ··· 43855 logview = callPackage ({ datetime, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 43856 melpaBuild { 43857 pname = "logview"; 43858 + version = "20180216.1445"; 43859 src = fetchFromGitHub { 43860 owner = "doublep"; 43861 repo = "logview"; 43862 + rev = "9ec279d933923dab2d8d1f140adc43073dab6433"; 43863 + sha256 = "1qhzs75pxnaksbhczmpdcy2zmrqavlzkzss7ik5nv2wf9vs0sn02"; 43864 }; 43865 recipeFile = fetchurl { 43866 url = "https://raw.githubusercontent.com/milkypostman/melpa/1df3c11ed7738f32e6ae457647e62847701c8b19/recipes/logview"; ··· 44086 lsp-javacomp = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, melpaBuild, s }: 44087 melpaBuild { 44088 pname = "lsp-javacomp"; 44089 + version = "20180218.2334"; 44090 src = fetchFromGitHub { 44091 owner = "tigersoldier"; 44092 repo = "lsp-javacomp"; 44093 + rev = "cb080824e1fc08e2724d6ecde7034f1acfd565f0"; 44094 + sha256 = "0ihb4bld8pzw2mxfwygxldsv2hclvmzkr7cp8nimzjam1nlgjhic"; 44095 }; 44096 recipeFile = fetchurl { 44097 url = "https://raw.githubusercontent.com/milkypostman/melpa/6b8a1c034554579a7e271409fa72020cfe441f68/recipes/lsp-javacomp"; ··· 44128 lsp-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }: 44129 melpaBuild { 44130 pname = "lsp-mode"; 44131 + version = "20180222.508"; 44132 src = fetchFromGitHub { 44133 owner = "emacs-lsp"; 44134 repo = "lsp-mode"; 44135 + rev = "5b2bd6cb90900f37f5c2c96164287c100ced9589"; 44136 + sha256 = "05nl13079j6zknwgzzyzrsin99cfhrim20sipdawbdgf5a3bn81f"; 44137 }; 44138 recipeFile = fetchurl { 44139 url = "https://raw.githubusercontent.com/milkypostman/melpa/1a7b69312e688211089a23b75910c05efb507e35/recipes/lsp-mode"; ··· 44170 lsp-php = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, melpaBuild }: 44171 melpaBuild { 44172 pname = "lsp-php"; 44173 + version = "20180214.624"; 44174 src = fetchFromGitHub { 44175 owner = "tszg"; 44176 repo = "lsp-php"; 44177 + rev = "ff5f5ba417342aa05869a1a9c6a0fc2d42c8acc3"; 44178 sha256 = "05rq7sqb6chymzfqvk5xk9bgi7nsdf1ldimams8df9ml6242zjsg"; 44179 }; 44180 recipeFile = fetchurl { ··· 44212 lsp-rust = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, markdown-mode, melpaBuild, rust-mode }: 44213 melpaBuild { 44214 pname = "lsp-rust"; 44215 + version = "20180213.2304"; 44216 src = fetchFromGitHub { 44217 owner = "emacs-lsp"; 44218 repo = "lsp-rust"; 44219 + rev = "b4053425d57101f0c16ee3d4f7e3a3c483205f90"; 44220 + sha256 = "037y7ns1p6riyycf65gq6myn921zjc2ga3h804yjx1n11wvrw9al"; 44221 }; 44222 recipeFile = fetchurl { 44223 url = "https://raw.githubusercontent.com/milkypostman/melpa/1a7b69312e688211089a23b75910c05efb507e35/recipes/lsp-rust"; ··· 44230 license = lib.licenses.free; 44231 }; 44232 }) {}; 44233 + lsp-ui = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, flycheck, lib, lsp-mode, markdown-mode, melpaBuild }: 44234 melpaBuild { 44235 pname = "lsp-ui"; 44236 + version = "20180219.455"; 44237 src = fetchFromGitHub { 44238 owner = "emacs-lsp"; 44239 repo = "lsp-ui"; 44240 + rev = "ab286490315d4b120bf8e148d57740d626b5fcd4"; 44241 + sha256 = "0rfhvjwl0z6xc7kqh0lgygw29n9z09408wwqqsaivss1q1zqqahi"; 44242 }; 44243 recipeFile = fetchurl { 44244 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e4fa7cdf71f49f6998b26d81de9522248bc58e6/recipes/lsp-ui"; 44245 sha256 = "00y5i44yd79z0v00a9lvgixb4mrx9nq5vcgmib70h41ffffaq42j"; 44246 name = "lsp-ui"; 44247 }; 44248 + packageRequires = [ dash emacs flycheck lsp-mode markdown-mode ]; 44249 meta = { 44250 homepage = "https://melpa.org/#/lsp-ui"; 44251 license = lib.licenses.free; ··· 44548 magic-filetype = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 44549 melpaBuild { 44550 pname = "magic-filetype"; 44551 + version = "20180219.752"; 44552 src = fetchFromGitHub { 44553 owner = "emacs-php"; 44554 repo = "magic-filetype.el"; 44555 + rev = "019494add5ff02dd36cb3f500142fc51125522cc"; 44556 + sha256 = "1hw77d4wgqrms8rvkv3xd50v4y9qjvm7cpz5rkgmvizs34pjqy22"; 44557 }; 44558 recipeFile = fetchurl { 44559 url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/magic-filetype"; ··· 44590 magit = callPackage ({ async, dash, emacs, fetchFromGitHub, fetchurl, ghub, git-commit, let-alist, lib, magit-popup, melpaBuild, with-editor }: 44591 melpaBuild { 44592 pname = "magit"; 44593 + version = "20180221.1834"; 44594 src = fetchFromGitHub { 44595 owner = "magit"; 44596 repo = "magit"; 44597 + rev = "a50ae25e10601ada0730caf4bbb2064053c3428f"; 44598 + sha256 = "11niwd86y0i078yxws7giyv6as59ndfiwia8298qja6a3hqkgvfp"; 44599 }; 44600 recipeFile = fetchurl { 44601 url = "https://raw.githubusercontent.com/milkypostman/melpa/b0a9a6277974a7a38c0c46d9921b54747a85501a/recipes/magit"; ··· 44746 magit-imerge = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, magit, melpaBuild }: 44747 melpaBuild { 44748 pname = "magit-imerge"; 44749 + version = "20180212.1648"; 44750 src = fetchFromGitHub { 44751 owner = "magit"; 44752 repo = "magit-imerge"; 44753 + rev = "79a2fccc460695df5547204ad6c05529868ba1fd"; 44754 + sha256 = "1ks17wl0h4a5rhwfzq47rf60192rxyvkwqhnp3fg9sa85b0nqc3i"; 44755 }; 44756 recipeFile = fetchurl { 44757 url = "https://raw.githubusercontent.com/milkypostman/melpa/e78a5c27eedfc9b1d79e37e8d333c5d253f31a3c/recipes/magit-imerge"; ··· 44809 magit-popup = callPackage ({ async, dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 44810 melpaBuild { 44811 pname = "magit-popup"; 44812 + version = "20180217.910"; 44813 src = fetchFromGitHub { 44814 owner = "magit"; 44815 repo = "magit-popup"; 44816 + rev = "48cf02b8e4d7d4a83bc22cacd64cbf4e6a266aa2"; 44817 + sha256 = "0dnfa3djgnfgig279v46xl4gz3lzjmc48nq27gdlksnkp1mwnn3j"; 44818 }; 44819 recipeFile = fetchurl { 44820 url = "https://raw.githubusercontent.com/milkypostman/melpa/0263ca6aea7bf6eae26a637454affbda6bd106df/recipes/magit-popup"; ··· 44935 magithub = callPackage ({ emacs, fetchFromGitHub, fetchurl, ghub-plus, git-commit, lib, magit, markdown-mode, melpaBuild, s }: 44936 melpaBuild { 44937 pname = "magithub"; 44938 + version = "20180217.601"; 44939 src = fetchFromGitHub { 44940 owner = "vermiculus"; 44941 repo = "magithub"; 44942 + rev = "252a4a0c854c307a618ec3fb767d6439c335f8d7"; 44943 + sha256 = "173ipqalbk40600d0g76sxb4vxy7ailidyp4p5a3rln1manay1lf"; 44944 }; 44945 recipeFile = fetchurl { 44946 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/magithub"; ··· 45755 sha256 = "1spyfnkw6j0v947m6yj6mv6ni1za0a9m9iycpjycpcb42q7d9rlg"; 45756 }; 45757 recipeFile = fetchurl { 45758 + url = "https://raw.githubusercontent.com/milkypostman/melpa/6f78cff288077e04f8c9e4c2e5be9f3c33d8ff49/recipes/matlab-mode"; 45759 + sha256 = "1q3sdmahf915ix4lrv65cxsfh6hrs91c8pmyixbqmbhifqi33d0q"; 45760 name = "matlab-mode"; 45761 }; 45762 packageRequires = []; ··· 45999 meghanada = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, yasnippet }: 46000 melpaBuild { 46001 pname = "meghanada"; 46002 + version = "20180218.538"; 46003 src = fetchFromGitHub { 46004 owner = "mopemope"; 46005 repo = "meghanada-emacs"; 46006 + rev = "ca20c57c9c389d4dd9fe88d9a3da33d5af78e4d0"; 46007 + sha256 = "1k9dpvvz7qcscq9z76xvsas96lj0xsnp725z3w97sahqsi0sdxq8"; 46008 }; 46009 recipeFile = fetchurl { 46010 url = "https://raw.githubusercontent.com/milkypostman/melpa/4c75c69b2f00be9a93144f632738272c1e375785/recipes/meghanada"; ··· 47319 monotropic-theme = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 47320 melpaBuild { 47321 pname = "monotropic-theme"; 47322 + version = "20180218.357"; 47323 src = fetchFromGitHub { 47324 owner = "caffo"; 47325 repo = "monotropic-theme"; 47326 + rev = "b46e94a712e01cebe69a6f7d950e91d7c7dd1b66"; 47327 + sha256 = "0lmyfqi6c5f2cr9ha1l2qnc4ayigb1zj9gz8xi5xxadhad3zymwh"; 47328 }; 47329 recipeFile = fetchurl { 47330 url = "https://raw.githubusercontent.com/milkypostman/melpa/38222d109ece0030b0bfafb242aa100694b2bfcf/recipes/monotropic-theme"; ··· 48242 mwim = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 48243 melpaBuild { 48244 pname = "mwim"; 48245 + version = "20180214.837"; 48246 src = fetchFromGitHub { 48247 owner = "alezost"; 48248 repo = "mwim.el"; 48249 + rev = "508efa3a616d4b371039053b1fa80b057422196c"; 48250 + sha256 = "067m1r19fc4zhgwc7gwb6khbh3sz74li2fcxfj42d9sx1dqhy218"; 48251 }; 48252 recipeFile = fetchurl { 48253 url = "https://raw.githubusercontent.com/milkypostman/melpa/b7e1aa2fa1294b27ed7b6c5bdd5844fa5c37df72/recipes/mwim"; ··· 48494 nameless = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 48495 melpaBuild { 48496 pname = "nameless"; 48497 + version = "20180215.1421"; 48498 src = fetchFromGitHub { 48499 owner = "Malabarba"; 48500 repo = "Nameless"; 48501 + rev = "79d7ba8e9b8f3093e93172bdb4c5a4d31b0fa3e0"; 48502 + sha256 = "11xghz03csj5w3qfbjyr48liaxr08gl6gy73hmmrq2bl57six5n0"; 48503 }; 48504 recipeFile = fetchurl { 48505 url = "https://raw.githubusercontent.com/milkypostman/melpa/8e4ee4dae5f32a8d445dc0cc2455c1f7075c9b3d/recipes/nameless"; ··· 49081 ng2-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, typescript-mode }: 49082 melpaBuild { 49083 pname = "ng2-mode"; 49084 + version = "20180216.743"; 49085 src = fetchFromGitHub { 49086 owner = "AdamNiederer"; 49087 repo = "ng2-mode"; 49088 + rev = "d41ed14f276f1f08fb7eaacc863f471654e2c2fa"; 49089 + sha256 = "0rys2gnbw9d32i1gqqf46mbf36x2s9lz7v144yw901b2i8p6c5ja"; 49090 }; 49091 recipeFile = fetchurl { 49092 url = "https://raw.githubusercontent.com/milkypostman/melpa/a856ecd8aca2d9232bb20fa7019de9e1dbbb19f4/recipes/ng2-mode"; ··· 49185 nim-mode = callPackage ({ commenter, emacs, epc, fetchFromGitHub, fetchurl, flycheck-nimsuggest, let-alist, lib, melpaBuild }: 49186 melpaBuild { 49187 pname = "nim-mode"; 49188 + version = "20180212.1040"; 49189 src = fetchFromGitHub { 49190 owner = "nim-lang"; 49191 repo = "nim-mode"; 49192 + rev = "bff7065f6d2419ec517d247f0f3aaf935820064e"; 49193 + sha256 = "0iqsm843msw41jxhfi7dbsj6x4qanvd84xhg2j6wl6ncabdmwnjm"; 49194 }; 49195 recipeFile = fetchurl { 49196 url = "https://raw.githubusercontent.com/milkypostman/melpa/dc2ccb5f24b9d55c77eaa7952a9e6a2e0ed7be24/recipes/nim-mode"; ··· 49206 nimbus-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 49207 melpaBuild { 49208 pname = "nimbus-theme"; 49209 + version = "20180220.440"; 49210 src = fetchFromGitHub { 49211 owner = "m-cat"; 49212 repo = "nimbus-theme"; 49213 + rev = "451a570d656e18e66d58182577685da0e43c87a3"; 49214 + sha256 = "02bvvrvbfg7cgbd83y7544ra5a0hfrk8kh938hwygq991krc2zhp"; 49215 }; 49216 recipeFile = fetchurl { 49217 url = "https://raw.githubusercontent.com/milkypostman/melpa/fc0e6b456b76e2379c64a86ad844362c58146dc6/recipes/nimbus-theme"; ··· 49248 nix-buffer = callPackage ({ emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild }: 49249 melpaBuild { 49250 pname = "nix-buffer"; 49251 + version = "20180212.718"; 49252 src = fetchFromGitHub { 49253 owner = "shlevy"; 49254 repo = "nix-buffer"; 49255 + rev = "db57cda36e7477bdc7ef5a136357b971b1d4d099"; 49256 + sha256 = "0b01b4l9c70sad5r5py5hvg7s6k6idwwp0pv3rn8rj0fq5wlyixj"; 49257 }; 49258 recipeFile = fetchurl { 49259 url = "https://raw.githubusercontent.com/milkypostman/melpa/08b978724ff26b3ea7a134d307d888c80e2a92a9/recipes/nix-buffer"; ··· 49269 nix-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 49270 melpaBuild { 49271 pname = "nix-mode"; 49272 + version = "20180215.1331"; 49273 src = fetchFromGitHub { 49274 owner = "NixOS"; 49275 repo = "nix-mode"; 49276 + rev = "0ac0271f6c8acdbfddfdbb1211a1972ae562ec17"; 49277 + sha256 = "157vy4xkvaqd76km47sh41wykbjmfrzvg40jxgppnalq9pjxfinp"; 49278 }; 49279 recipeFile = fetchurl { 49280 url = "https://raw.githubusercontent.com/milkypostman/melpa/e1870d786dbfac3b14386c8030e06f2d13ab9da6/recipes/nix-mode"; ··· 49626 nordless-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 49627 melpaBuild { 49628 pname = "nordless-theme"; 49629 + version = "20180215.454"; 49630 src = fetchFromGitHub { 49631 owner = "lthms"; 49632 repo = "nordless-theme.el"; 49633 + rev = "aeecad74c19121fa2f68dfd85efb9a4f34e8a911"; 49634 + sha256 = "1ypwh4kz9kjxikmhgh8aac8ihnyinijsvsjwa8s4lc1j4nfzffih"; 49635 }; 49636 recipeFile = fetchurl { 49637 url = "https://raw.githubusercontent.com/milkypostman/melpa/3de9da6cb8c1a75ff1d41a69e156c21be00713b6/recipes/nordless-theme"; ··· 49706 nov = callPackage ({ dash, emacs, esxml, fetchFromGitHub, fetchurl, lib, melpaBuild }: 49707 melpaBuild { 49708 pname = "nov"; 49709 + version = "20180215.1206"; 49710 src = fetchFromGitHub { 49711 owner = "wasamasa"; 49712 repo = "nov.el"; 49713 + rev = "b0eab94b84464aa4508ccfee59af5b8df49666a2"; 49714 + sha256 = "0r4wy99kpdzs0c8b6ini8k0xixjrb48bbml3nz3sfxy3w7kb4kyb"; 49715 }; 49716 recipeFile = fetchurl { 49717 url = "https://raw.githubusercontent.com/milkypostman/melpa/cf543955ba2d5d0074fa2a5ba176f9415f6e006d/recipes/nov"; ··· 49832 nu-mode = callPackage ({ ace-window, avy, fetchFromGitHub, fetchurl, lib, melpaBuild, transpose-frame, undo-tree, which-key }: 49833 melpaBuild { 49834 pname = "nu-mode"; 49835 + version = "20180220.1315"; 49836 src = fetchFromGitHub { 49837 owner = "pyluyten"; 49838 repo = "emacs-nu"; 49839 + rev = "9c9fcb1395a3bd317cb5433c6c4defaa9bb3c7dd"; 49840 + sha256 = "0snynh8mk1ivdphrrpznh16szw2jcagxl7w056wv7j2zmb17agcx"; 49841 }; 49842 recipeFile = fetchurl { 49843 url = "https://raw.githubusercontent.com/milkypostman/melpa/230d5f8fdd965a24b8ff3cc94acf378d04815fca/recipes/nu-mode"; ··· 50387 src = fetchFromGitHub { 50388 owner = "juergenhoetzel"; 50389 repo = "ob-fsharp"; 50390 + rev = "0b2fdd9bb4f38af8b5cf4914627af52f5b43d9f7"; 50391 + sha256 = "1z1m2dqnvyyv9ff289p8x1hajnz9n0mmfkrkyl1zvipaqd9mgljw"; 50392 }; 50393 recipeFile = fetchurl { 50394 url = "https://raw.githubusercontent.com/milkypostman/melpa/89bc8c5fe6db0573109e82b3d1350d33d6d8aff5/recipes/ob-fsharp"; ··· 50996 src = fetchFromGitHub { 50997 owner = "OCamlPro"; 50998 repo = "ocp-indent"; 50999 + rev = "9bbd079199ef7308d4fa3cf0fafd2d7d8b4bf2d4"; 51000 + sha256 = "117xwqxnmg2f2np1zqyc8hhnxmrrd2gcixqclb5lkwk68kisjmi5"; 51001 }; 51002 recipeFile = fetchurl { 51003 url = "https://raw.githubusercontent.com/milkypostman/melpa/e1af061328b15360ed25a232cc6b8fbce4a7b098/recipes/ocp-indent"; ··· 51820 org-brain = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 51821 melpaBuild { 51822 pname = "org-brain"; 51823 + version = "20180221.444"; 51824 src = fetchFromGitHub { 51825 owner = "Kungsgeten"; 51826 repo = "org-brain"; 51827 + rev = "10b558fc01192515d0a54bfbc2198e626508615c"; 51828 + sha256 = "0mcc67nln443j45i81v9r7gi0a25qpm3pjg3cz3sli5yr68sy0rp"; 51829 }; 51830 recipeFile = fetchurl { 51831 url = "https://raw.githubusercontent.com/milkypostman/melpa/47480fbae06e4110d50bc89db7df05fa80afc7d3/recipes/org-brain"; ··· 52554 org-mime = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 52555 melpaBuild { 52556 pname = "org-mime"; 52557 + version = "20180220.1906"; 52558 src = fetchFromGitHub { 52559 owner = "org-mime"; 52560 repo = "org-mime"; 52561 + rev = "0752659f7a19cead182584fabc9544464f69b83e"; 52562 + sha256 = "06lay5w03ah3w156spgh4bv2ma4x42pyhr3glfxw7vplfr5klvfz"; 52563 }; 52564 recipeFile = fetchurl { 52565 url = "https://raw.githubusercontent.com/milkypostman/melpa/521678fa13884dae69c2b4b7a2af718b2eea4b28/recipes/org-mime"; ··· 52617 org-mru-clock = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 52618 melpaBuild { 52619 pname = "org-mru-clock"; 52620 + version = "20180219.359"; 52621 src = fetchFromGitHub { 52622 owner = "unhammer"; 52623 repo = "org-mru-clock"; 52624 + rev = "0894a5dad148524f6e31cd089eda2879fc85fbe4"; 52625 + sha256 = "0ya3f86kryaminjja1868wh6db5hsnczhqldq3hgh7bvlnnsvp6s"; 52626 }; 52627 recipeFile = fetchurl { 52628 url = "https://raw.githubusercontent.com/milkypostman/melpa/b36bf1c1faa4d7e38254416a293e56af96214136/recipes/org-mru-clock"; ··· 52680 org-noter = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 52681 melpaBuild { 52682 pname = "org-noter"; 52683 + version = "20180212.1437"; 52684 src = fetchFromGitHub { 52685 owner = "weirdNox"; 52686 repo = "org-noter"; 52687 + rev = "2aa588ff38ce1e612ab7d2457f44f1c9db7bdc18"; 52688 + sha256 = "105j7jkrfl853mfhgv4jhp053v6cj6ii7s3a7vpvjiy8hlqsf5j0"; 52689 }; 52690 recipeFile = fetchurl { 52691 url = "https://raw.githubusercontent.com/milkypostman/melpa/4a2bc0d95dc2744277d6acbba1f7483b4c14d75c/recipes/org-noter"; ··· 53092 org-ref = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, helm, helm-bibtex, hydra, ivy, key-chord, lib, melpaBuild, pdf-tools, s }: 53093 melpaBuild { 53094 pname = "org-ref"; 53095 + version = "20180220.805"; 53096 src = fetchFromGitHub { 53097 owner = "jkitchin"; 53098 repo = "org-ref"; 53099 + rev = "090138c45c5cbee62f3da19a63b9d7c6106761f3"; 53100 + sha256 = "0hq4cg6vxk7wkb213lbp83x9wp7s8jfn6x5dzskisc1ga9i4nkjb"; 53101 }; 53102 recipeFile = fetchurl { 53103 url = "https://raw.githubusercontent.com/milkypostman/melpa/550e4dcef2f74fbd96474561c1cb6c4fd80091fe/recipes/org-ref"; ··· 53163 license = lib.licenses.free; 53164 }; 53165 }) {}; 53166 + org-rich-yank = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 53167 + melpaBuild { 53168 + pname = "org-rich-yank"; 53169 + version = "20180218.156"; 53170 + src = fetchFromGitHub { 53171 + owner = "unhammer"; 53172 + repo = "org-rich-yank"; 53173 + rev = "ffa90b29604e27a60ad341c06d0e43769af19715"; 53174 + sha256 = "1z9137nirbaydqpw5b7ii3qnpn09v1kiqnyxsxkgc0q3arb1m1f6"; 53175 + }; 53176 + recipeFile = fetchurl { 53177 + url = "https://raw.githubusercontent.com/milkypostman/melpa/1261823d88459b6ac42d6c55c157a326173663df/recipes/org-rich-yank"; 53178 + sha256 = "1v0sc90g5sl6b9ylxbk2y8s3pvxkf4v7k2rkzpgpbp4nrq0miy4y"; 53179 + name = "org-rich-yank"; 53180 + }; 53181 + packageRequires = [ emacs ]; 53182 + meta = { 53183 + homepage = "https://melpa.org/#/org-rich-yank"; 53184 + license = lib.licenses.free; 53185 + }; 53186 + }) {}; 53187 org-rtm = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, rtm }: 53188 melpaBuild { 53189 pname = "org-rtm"; ··· 53313 org-sync = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 53314 melpaBuild { 53315 pname = "org-sync"; 53316 + version = "20180221.1127"; 53317 src = fetchFromGitHub { 53318 owner = "arbox"; 53319 repo = "org-sync"; 53320 + rev = "fedddd20384de9919ba8e0b08344ff9356508805"; 53321 + sha256 = "0hkr5m795srmx8vzqaa4rhrnnm7qyxnadj5wlkdgsa8c3vcjl5gc"; 53322 }; 53323 recipeFile = fetchurl { 53324 url = "https://raw.githubusercontent.com/milkypostman/melpa/923ddbaf1a158caac5e666a396a8dc66969d204a/recipes/org-sync"; ··· 53586 org-wc = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 53587 melpaBuild { 53588 pname = "org-wc"; 53589 + version = "20180124.229"; 53590 src = fetchFromGitHub { 53591 owner = "tesujimath"; 53592 repo = "org-wc"; 53593 + rev = "6ff202a4612fe65b4e96bd551893fe8df67b0f51"; 53594 + sha256 = "1yqiqscj7cmnqd4s1lgbf7jbhcqlf3bwr52sabz7mqfs4iwdryhl"; 53595 }; 53596 recipeFile = fetchurl { 53597 url = "https://raw.githubusercontent.com/milkypostman/melpa/852e0a5cee285cc9b5e2cd9e18061fc0fe91d5a6/recipes/org-wc"; ··· 53625 license = lib.licenses.free; 53626 }; 53627 }) {}; 53628 + org-wild-notifier = callPackage ({ alert, dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 53629 melpaBuild { 53630 pname = "org-wild-notifier"; 53631 + version = "20180221.2025"; 53632 src = fetchFromGitHub { 53633 owner = "akhramov"; 53634 repo = "org-wild-notifier.el"; 53635 + rev = "d0df145d9bbb72b2c315b7d8007cb6a59fea2095"; 53636 + sha256 = "1xcnb5x539776b6ljd9qyl9jadp2r4qg805m4m8yfz9sk00dv7yl"; 53637 }; 53638 recipeFile = fetchurl { 53639 url = "https://raw.githubusercontent.com/milkypostman/melpa/114552a24f73f13b253e3db4885039b680f6ef33/recipes/org-wild-notifier"; 53640 sha256 = "1lmpa614jnkpmfg3m1d2wjn9w0zig3gwd02n3dyjn23n71fiyhkp"; 53641 name = "org-wild-notifier"; 53642 }; 53643 + packageRequires = [ alert dash emacs ]; 53644 meta = { 53645 homepage = "https://melpa.org/#/org-wild-notifier"; 53646 license = lib.licenses.free; ··· 53847 orgit = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, magit, melpaBuild, org }: 53848 melpaBuild { 53849 pname = "orgit"; 53850 + version = "20180217.1320"; 53851 src = fetchFromGitHub { 53852 owner = "magit"; 53853 repo = "orgit"; 53854 + rev = "976f3c7d25ad92c57341b52dad9af89b49c37f0c"; 53855 + sha256 = "0m8mghh0iydbvlsrg0zd2xajfhdxgxk79dm4gwircrh6zv8194ax"; 53856 }; 53857 recipeFile = fetchurl { 53858 url = "https://raw.githubusercontent.com/milkypostman/melpa/73b5f7c44c90540e4cbdc003d9881f0ac22cc7bc/recipes/orgit"; ··· 54561 ox-hugo = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 54562 melpaBuild { 54563 pname = "ox-hugo"; 54564 + version = "20180221.1031"; 54565 src = fetchFromGitHub { 54566 owner = "kaushalmodi"; 54567 repo = "ox-hugo"; 54568 + rev = "99da80afdc6a7d72351f8e2ed43c404e922b18f2"; 54569 + sha256 = "0lmjbc4rkj3gdv9pzay5izpkmdq1fy53rvl9pl4xan522qi8iglq"; 54570 }; 54571 recipeFile = fetchurl { 54572 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e1240bb7b5bb8773f804b987901566a20e3e8a9/recipes/ox-hugo"; ··· 54792 ox-rst = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 54793 melpaBuild { 54794 pname = "ox-rst"; 54795 + version = "20180222.533"; 54796 src = fetchFromGitHub { 54797 owner = "msnoigrs"; 54798 repo = "ox-rst"; 54799 + rev = "313640ac945ec63b7de37fe58d4e71098c2fa4d8"; 54800 + sha256 = "0frxwb5mi4gzv2qfqjvw10xl2vnxkra8p73hp6hx7dawbgxb56j4"; 54801 }; 54802 recipeFile = fetchurl { 54803 url = "https://raw.githubusercontent.com/milkypostman/melpa/85770d6e235217e98dda9d8b9f027a4ba3ebba96/recipes/ox-rst"; ··· 55422 paradox = callPackage ({ emacs, fetchFromGitHub, fetchurl, hydra, let-alist, lib, melpaBuild, seq, spinner }: 55423 melpaBuild { 55424 pname = "paradox"; 55425 + version = "20180216.334"; 55426 src = fetchFromGitHub { 55427 owner = "Malabarba"; 55428 repo = "paradox"; 55429 + rev = "e5dd26f67ba8fa8ab1631a00ddea4117805b3fd0"; 55430 + sha256 = "09x8glw949hivbzikki5blgjkzyws69hck501ym99663k4irdir1"; 55431 }; 55432 recipeFile = fetchurl { 55433 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/paradox"; ··· 55567 parinfer = callPackage ({ cl-lib ? null, dash, fetchFromGitHub, fetchurl, lib, melpaBuild }: 55568 melpaBuild { 55569 pname = "parinfer"; 55570 + version = "20180214.1040"; 55571 src = fetchFromGitHub { 55572 owner = "DogLooksGood"; 55573 repo = "parinfer-mode"; 55574 + rev = "05f554bb5633d48e1ffb053aa3cca462c52600cf"; 55575 + sha256 = "1dxvwc48z4z23pl317pkcrnlpwpyw1qyggzn89xcv7p3abyqqhpz"; 55576 }; 55577 recipeFile = fetchurl { 55578 url = "https://raw.githubusercontent.com/milkypostman/melpa/470ab2b5cceef23692523b4668b15a0775a0a5ba/recipes/parinfer"; ··· 55781 src = fetchFromGitHub { 55782 owner = "zx2c4"; 55783 repo = "password-store"; 55784 + rev = "fab65bda88ea979dbbc49f3d856a1d14ee4f1296"; 55785 + sha256 = "0yicj227h21lqa97kcaa1pw4xyaakjqh9ynr2pynixkafalfkxhl"; 55786 }; 55787 recipeFile = fetchurl { 55788 url = "https://raw.githubusercontent.com/milkypostman/melpa/207f8ec84572176749d328cb2bbc4e87c36f202c/recipes/password-store"; ··· 56365 pelican-mode = callPackage ({ emacs, fetchgit, fetchurl, lib, melpaBuild }: 56366 melpaBuild { 56367 pname = "pelican-mode"; 56368 + version = "20180217.317"; 56369 src = fetchgit { 56370 url = "https://git.korewanetadesu.com/pelican-mode.git"; 56371 + rev = "524c001eed50ceee40095d6680787e435b9d3624"; 56372 + sha256 = "1559x7wxmflgzjykkbdsgw61zayswpil940n71979qkgqzcc5ggq"; 56373 }; 56374 recipeFile = fetchurl { 56375 url = "https://raw.githubusercontent.com/milkypostman/melpa/aede5994c2e76c7fd860661c1e3252fb741f9228/recipes/pelican-mode"; ··· 57056 php-mode = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 57057 melpaBuild { 57058 pname = "php-mode"; 57059 + version = "20180219.1806"; 57060 src = fetchFromGitHub { 57061 owner = "ejmr"; 57062 repo = "php-mode"; 57063 + rev = "372284777949e3a645ab236f6036112b07bcc1ca"; 57064 + sha256 = "1h0c32z41yrrf47wdfv5jnz65jpykxqlhh8ah5yzc20yw289wbms"; 57065 }; 57066 recipeFile = fetchurl { 57067 url = "https://raw.githubusercontent.com/milkypostman/melpa/7cdbc35fee67b87b87ec72aa00e6dca77aef17c4/recipes/php-mode"; ··· 57218 packageRequires = []; 57219 meta = { 57220 homepage = "https://melpa.org/#/pianobar"; 57221 + license = lib.licenses.free; 57222 + }; 57223 + }) {}; 57224 + pickle = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 57225 + melpaBuild { 57226 + pname = "pickle"; 57227 + version = "20180218.1840"; 57228 + src = fetchFromGitHub { 57229 + owner = "ahungry"; 57230 + repo = "pickle-mode"; 57231 + rev = "d672186129a19581c908bae3063e09baa815869c"; 57232 + sha256 = "10jl9xinljzb8nra59r6wyrmsr8sbbl40yahpzn4558nmmdckcnb"; 57233 + }; 57234 + recipeFile = fetchurl { 57235 + url = "https://raw.githubusercontent.com/milkypostman/melpa/4cb71882f074d3fef1f5a7b504dafcb6adff8ed4/recipes/pickle"; 57236 + sha256 = "0fryzmrs6bn6r590qp08jyzx9g6jakf1pahxhcfglsv9k3jbfp13"; 57237 + name = "pickle"; 57238 + }; 57239 + packageRequires = [ cl-lib emacs ]; 57240 + meta = { 57241 + homepage = "https://melpa.org/#/pickle"; 57242 license = lib.licenses.free; 57243 }; 57244 }) {}; ··· 57455 pipenv = callPackage ({ emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 57456 melpaBuild { 57457 pname = "pipenv"; 57458 + version = "20180222.359"; 57459 src = fetchFromGitHub { 57460 owner = "pwalsh"; 57461 repo = "pipenv.el"; 57462 + rev = "364eaf1c823a28db97fe55e7fe85106107a23234"; 57463 + sha256 = "1f3xx606xvsmcc73mqml0w07xbkkm2xjirc4pfkb2883cfsk3fq1"; 57464 }; 57465 recipeFile = fetchurl { 57466 url = "https://raw.githubusercontent.com/milkypostman/melpa/d46738976f5dfaf899ee778b1ba6dcee455fd271/recipes/pipenv"; ··· 57690 src = fetchFromGitHub { 57691 owner = "Shirakumo"; 57692 repo = "plaster"; 57693 + rev = "c6c9c223d634041411d111b4397574f65e140585"; 57694 + sha256 = "0pzdw9jb1p1bi5zc59sjvwxzczg8laz5vlsrs73ah1pk9jckqwf5"; 57695 }; 57696 recipeFile = fetchurl { 57697 url = "https://raw.githubusercontent.com/milkypostman/melpa/7e363cffa021e649c052f38cedb7cc01dbe9e24a/recipes/plaster"; ··· 58532 posframe = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 58533 melpaBuild { 58534 pname = "posframe"; 58535 + version = "20180212.1717"; 58536 src = fetchFromGitHub { 58537 owner = "tumashu"; 58538 repo = "posframe"; 58539 + rev = "c1abab14827b06296d631d7b9ebdb035a77c21f0"; 58540 + sha256 = "1p1khm0mcjq6acjh08z5gaw24hns6sg7p1iy8x6zf63c8kyfq2ls"; 58541 }; 58542 recipeFile = fetchurl { 58543 url = "https://raw.githubusercontent.com/milkypostman/melpa/fa3488f2ede1201faf4a147313456ed90271f050/recipes/posframe"; ··· 58767 src = fetchFromGitHub { 58768 owner = "prettier"; 58769 repo = "prettier-emacs"; 58770 + rev = "fac9dd29720f8417bd8cd5dd8ab5138c6dd7d701"; 58771 + sha256 = "00bgwzvha2i2sfi05jdzgpxvbjfpjhj5gv2vn3bnalgd1z3cz89r"; 58772 }; 58773 recipeFile = fetchurl { 58774 url = "https://raw.githubusercontent.com/milkypostman/melpa/968ac7bb98b385f8542dc150486982c0ded73187/recipes/prettier-js"; ··· 58973 prodigy = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 58974 melpaBuild { 58975 pname = "prodigy"; 58976 + version = "20180214.1249"; 58977 src = fetchFromGitHub { 58978 owner = "rejeep"; 58979 repo = "prodigy.el"; 58980 + rev = "a90f917390cac8ae7e95b57e88a1527b7f3242b3"; 58981 + sha256 = "0b53xgja04vsw22yqxj5vnn4w2x23zcm3fsjwzfxlcgy4h50y3ay"; 58982 }; 58983 recipeFile = fetchurl { 58984 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/prodigy"; ··· 59627 src = fetchFromGitHub { 59628 owner = "google"; 59629 repo = "protobuf"; 59630 + rev = "177108aa8a6e6a0e947c90308f6ebb3d1203bb0c"; 59631 + sha256 = "0m0lxjdg6kh4amsgnigjjkxwv24vw23xqls18hyfqwlyjc0gmv3n"; 59632 }; 59633 recipeFile = fetchurl { 59634 url = "https://raw.githubusercontent.com/milkypostman/melpa/b4e7f5f641251e17add561991d3bcf1fde23467b/recipes/protobuf-mode"; ··· 60303 pyenv-mode-auto = callPackage ({ f, fetchFromGitHub, fetchurl, lib, melpaBuild, pyenv-mode, s }: 60304 melpaBuild { 60305 pname = "pyenv-mode-auto"; 60306 + version = "20180216.2352"; 60307 src = fetchFromGitHub { 60308 owner = "ssbb"; 60309 repo = "pyenv-mode-auto"; 60310 + rev = "51248f13e98240ab146ff45a8247e0f5286277b2"; 60311 + sha256 = "1y5fmc6jrw9xrafq1j2j0k1p5hydvbw1m3zy47b5c55ll97dsflj"; 60312 }; 60313 recipeFile = fetchurl { 60314 url = "https://raw.githubusercontent.com/milkypostman/melpa/f3fcb707356bd16fd0b573c176023534cd69d0d7/recipes/pyenv-mode-auto"; ··· 60496 src = fetchFromGitHub { 60497 owner = "PyCQA"; 60498 repo = "pylint"; 60499 + rev = "04481735e10c8d4584447a6dba97df8653fc7ec5"; 60500 + sha256 = "1v100ccggdhprj7zgs8cs7qi86a6xs2pkzx0whi2hvb8nyyp9gx9"; 60501 }; 60502 recipeFile = fetchurl { 60503 url = "https://raw.githubusercontent.com/milkypostman/melpa/a073c91d6f4d31b82f6bfee785044c4e3ae96d3f/recipes/pylint"; ··· 60517 src = fetchFromGitHub { 60518 owner = "ebanner"; 60519 repo = "pynt"; 60520 + rev = "92b3f0e7ee88dde641b9f62c50431f7c499dcf1e"; 60521 + sha256 = "1wn1gjql7g2dg7bnwqgx3r66b0hnxcmpmbh1wc5nc312wnklpz6f"; 60522 }; 60523 recipeFile = fetchurl { 60524 url = "https://raw.githubusercontent.com/milkypostman/melpa/fdb297084188a957a46dcd036e65d9d893044bea/recipes/pynt"; ··· 60678 license = lib.licenses.free; 60679 }; 60680 }) {}; 60681 + python-pytest = callPackage ({ dash, dash-functional, emacs, fetchFromGitHub, fetchurl, lib, magit-popup, melpaBuild, projectile, s }: 60682 + melpaBuild { 60683 + pname = "python-pytest"; 60684 + version = "20180220.210"; 60685 + src = fetchFromGitHub { 60686 + owner = "wbolster"; 60687 + repo = "emacs-python-pytest"; 60688 + rev = "af1bf11a1d1ddd176e65ab25b6a01191f8752778"; 60689 + sha256 = "1hn8ix5xrfj0yhb3hxsc53gmvp9iyvi50rz6g96aarbshbwkg7my"; 60690 + }; 60691 + recipeFile = fetchurl { 60692 + url = "https://raw.githubusercontent.com/milkypostman/melpa/d95442748827911e082a55f4fd7c348a3757e274/recipes/python-pytest"; 60693 + sha256 = "0n97akqq7dss7rsww311ljh9w1hyc4j64wjmpxjlc9lg5aqwjbh4"; 60694 + name = "python-pytest"; 60695 + }; 60696 + packageRequires = [ 60697 + dash 60698 + dash-functional 60699 + emacs 60700 + magit-popup 60701 + projectile 60702 + s 60703 + ]; 60704 + meta = { 60705 + homepage = "https://melpa.org/#/python-pytest"; 60706 + license = lib.licenses.free; 60707 + }; 60708 + }) {}; 60709 python-switch-quotes = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 60710 melpaBuild { 60711 pname = "python-switch-quotes"; ··· 60751 python-x = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, folding, lib, melpaBuild, python ? null }: 60752 melpaBuild { 60753 pname = "python-x"; 60754 + version = "20180218.1447"; 60755 src = fetchFromGitHub { 60756 owner = "wavexx"; 60757 repo = "python-x.el"; 60758 + rev = "35d6719953e809a07c0bb8f770deb5fa712d00e5"; 60759 + sha256 = "1s24a9ji549nhlanm13gq7ghnz0zj6mwpbbmbqk8igsw3arx2nvr"; 60760 }; 60761 recipeFile = fetchurl { 60762 url = "https://raw.githubusercontent.com/milkypostman/melpa/87ed5ea4868945df1bf92d1eae5d3ebb83ece117/recipes/python-x"; ··· 62164 redprl = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 62165 melpaBuild { 62166 pname = "redprl"; 62167 + version = "20180216.646"; 62168 src = fetchFromGitHub { 62169 owner = "RedPRL"; 62170 repo = "sml-redprl"; 62171 + rev = "61081e703a5454d426adca1fa2d63acd8d7bbc15"; 62172 + sha256 = "0q5zb7da4sjd2v9h1nfcmd1mhd3rm5m1idzklf7x1kwnrwapg5m0"; 62173 }; 62174 recipeFile = fetchurl { 62175 url = "https://raw.githubusercontent.com/milkypostman/melpa/06e7371d703ffdc5b6ea555f2ed289e57e71e377/recipes/redprl"; ··· 62377 version = "20161002.2310"; 62378 src = fetchgit { 62379 url = "https://bitbucket.org/lyude/related"; 62380 + rev = "73420e62700c2fdf6d9f96a9179b8618864c19ae"; 62381 + sha256 = "0pp96vybmfyjh78qlx2qri70w1kj19a84hba00kzrma3l5q6sfpb"; 62382 }; 62383 recipeFile = fetchurl { 62384 url = "https://raw.githubusercontent.com/milkypostman/melpa/a39b2fd835f6911e3dd2b42987f65d5bbea36091/recipes/related"; ··· 62776 src = fetchFromGitHub { 62777 owner = "pashky"; 62778 repo = "restclient.el"; 62779 + rev = "7242da37f7a3973c5fc5e84e8a62ff1aa09eef1b"; 62780 + sha256 = "0ll1aws1m46c0k1dxgd05bajj09fxf20ya4rs2wapvzm4mwrbz2c"; 62781 }; 62782 recipeFile = fetchurl { 62783 url = "https://raw.githubusercontent.com/milkypostman/melpa/59303304fe1f724596245556dd90f6afffba425d/recipes/restclient"; ··· 62797 src = fetchFromGitHub { 62798 owner = "pashky"; 62799 repo = "restclient.el"; 62800 + rev = "7242da37f7a3973c5fc5e84e8a62ff1aa09eef1b"; 62801 + sha256 = "0ll1aws1m46c0k1dxgd05bajj09fxf20ya4rs2wapvzm4mwrbz2c"; 62802 }; 62803 recipeFile = fetchurl { 62804 url = "https://raw.githubusercontent.com/milkypostman/melpa/59303304fe1f724596245556dd90f6afffba425d/recipes/restclient-helm"; ··· 62856 reverse-im = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 62857 melpaBuild { 62858 pname = "reverse-im"; 62859 + version = "20180213.525"; 62860 src = fetchFromGitHub { 62861 owner = "a13"; 62862 repo = "reverse-im.el"; 62863 + rev = "16931909115a922b1cf3846b1f60509b6590001f"; 62864 + sha256 = "0ccpnd1n9z18wpf8m9xyx5gps2xh5kxv8s1q2zan2zs9f46sz9pc"; 62865 }; 62866 recipeFile = fetchurl { 62867 url = "https://raw.githubusercontent.com/milkypostman/melpa/f282ebbed8ad01b63b0e708ab273db51bf65fdbb/recipes/reverse-im"; ··· 62940 rg = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 62941 melpaBuild { 62942 pname = "rg"; 62943 + version = "20180218.1129"; 62944 src = fetchFromGitHub { 62945 owner = "dajva"; 62946 repo = "rg.el"; 62947 + rev = "26413536ee71ac6ee07f193b94e60e544d800655"; 62948 + sha256 = "1ic4ym575qj38xd3565nvwyrhzw7lx2mflbirb5aycnz7dis9xsq"; 62949 }; 62950 recipeFile = fetchurl { 62951 url = "https://raw.githubusercontent.com/milkypostman/melpa/9ce1f721867383a841957370946f283f996fa76f/recipes/rg"; ··· 63007 src = fetchFromGitHub { 63008 owner = "Malabarba"; 63009 repo = "rich-minority"; 63010 + rev = "a50d9b2fd059f6a0e5b22063a5375851a087f61a"; 63011 + sha256 = "126slgxa786rcbxdnazyn7svkwk31hy1c2ab7kzswf8f0k81fqk8"; 63012 }; 63013 recipeFile = fetchurl { 63014 url = "https://raw.githubusercontent.com/milkypostman/melpa/1e6aed365c42987d64d0cd9a8a6178339b1b39e8/recipes/rich-minority"; ··· 63385 src = fetchFromGitHub { 63386 owner = "Andersbakken"; 63387 repo = "rtags"; 63388 + rev = "5bc23ba31379150f8dff3348b867ec6c32975ae4"; 63389 + sha256 = "098k563c7fqvnqqc0rzingh3cgmpjk55xvbqlnpy70c5m08b8prl"; 63390 }; 63391 recipeFile = fetchurl { 63392 url = "https://raw.githubusercontent.com/milkypostman/melpa/3dea16daf0d72188c8b4043534f0833fe9b04e07/recipes/rtags"; ··· 63420 license = lib.licenses.free; 63421 }; 63422 }) {}; 63423 + rubik = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 63424 + melpaBuild { 63425 + pname = "rubik"; 63426 + version = "20180213.327"; 63427 + src = fetchFromGitHub { 63428 + owner = "Kurvivor19"; 63429 + repo = "rubik-mode"; 63430 + rev = "a93481c990867a70281d1325aab746e5337a17ad"; 63431 + sha256 = "1qfjm95ag2hcxzspgm1cg7m0sqgrdy12ddj11wqfff4dccs5f0v3"; 63432 + }; 63433 + recipeFile = fetchurl { 63434 + url = "https://raw.githubusercontent.com/milkypostman/melpa/00946ed21b0f05b753c792863f6bcc99c26c32a3/recipes/rubik"; 63435 + sha256 = "07bbh5vjw3jdxf06lxqm45y8ijcai391mf97xw5c29z33vhqs267"; 63436 + name = "rubik"; 63437 + }; 63438 + packageRequires = [ cl-lib emacs ]; 63439 + meta = { 63440 + homepage = "https://melpa.org/#/rubik"; 63441 + license = lib.licenses.free; 63442 + }; 63443 + }) {}; 63444 rubocop = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 63445 melpaBuild { 63446 pname = "rubocop"; ··· 63822 rust-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 63823 melpaBuild { 63824 pname = "rust-mode"; 63825 + version = "20180221.1130"; 63826 src = fetchFromGitHub { 63827 owner = "rust-lang"; 63828 repo = "rust-mode"; 63829 + rev = "cc2435b9e5899c0787929a62dc6e6dcdb982febc"; 63830 + sha256 = "0aq665cd28k4szc07m6cfl50dvr87i4pkbggfj8qim0gwzsgc4bi"; 63831 }; 63832 recipeFile = fetchurl { 63833 url = "https://raw.githubusercontent.com/milkypostman/melpa/8f6e5d990d699d571dccbdeb13327b33389bb113/recipes/rust-mode"; ··· 63885 ryo-modal = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 63886 melpaBuild { 63887 pname = "ryo-modal"; 63888 + version = "20180222.415"; 63889 src = fetchFromGitHub { 63890 owner = "Kungsgeten"; 63891 repo = "ryo-modal"; 63892 + rev = "4d10e251ca734548e48e7f0785b3b69a6e863f67"; 63893 + sha256 = "1pqq2mzrfam7lzilpgqnzr192dsisgxnnnkilyksqfk1q199p9my"; 63894 }; 63895 recipeFile = fetchurl { 63896 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ryo-modal"; ··· 64011 sage-shell-mode = callPackage ({ cl-lib ? null, deferred, emacs, fetchFromGitHub, fetchurl, let-alist, lib, melpaBuild }: 64012 melpaBuild { 64013 pname = "sage-shell-mode"; 64014 + version = "20180215.35"; 64015 src = fetchFromGitHub { 64016 owner = "sagemath"; 64017 repo = "sage-shell-mode"; 64018 + rev = "9f07ff835e8d19afe571dbe414afb690c7b1cb5c"; 64019 + sha256 = "07al41ir1ab0z2m2acvx63scr33bfp3asshjl05shs4j9d4bkmdp"; 64020 }; 64021 recipeFile = fetchurl { 64022 url = "https://raw.githubusercontent.com/milkypostman/melpa/eb875c50c2f97919fd0027869c5d9970e1eaf373/recipes/sage-shell-mode"; ··· 64288 src = fetchFromGitHub { 64289 owner = "openscad"; 64290 repo = "openscad"; 64291 + rev = "04373916379177adabc29d11bcf0ef40eafd15ac"; 64292 + sha256 = "07rdx8ydg5v758smkpip4bz3slijcz7ipxir6f6d6b5cmckrqg6i"; 64293 }; 64294 recipeFile = fetchurl { 64295 url = "https://raw.githubusercontent.com/milkypostman/melpa/2d27782b9ac8474fbd4f51535351207c9c84984c/recipes/scad-mode"; ··· 66109 simple-httpd = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 66110 melpaBuild { 66111 pname = "simple-httpd"; 66112 + version = "20180218.538"; 66113 src = fetchFromGitHub { 66114 owner = "skeeto"; 66115 repo = "emacs-web-server"; 66116 + rev = "c252765de191441cc25068b35bdff6a912745268"; 66117 + sha256 = "08n41cshzxjjd06n8q94yivc72kmwwnmbg469w61v8sanzv0j04q"; 66118 }; 66119 recipeFile = fetchurl { 66120 url = "https://raw.githubusercontent.com/milkypostman/melpa/7fabdb05de9b8ec18a3a566f99688b50443b6b44/recipes/simple-httpd"; ··· 66487 slime = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, macrostep, melpaBuild }: 66488 melpaBuild { 66489 pname = "slime"; 66490 + version = "20180218.1356"; 66491 src = fetchFromGitHub { 66492 owner = "slime"; 66493 repo = "slime"; 66494 + rev = "bb663e97339d1ff217c674d649088493b82d08a9"; 66495 + sha256 = "0sc7k7b5fixwpmjx15vpbh3fmaxqz6m21z1ajd4c25jfnxvvhyck"; 66496 }; 66497 recipeFile = fetchurl { 66498 url = "https://raw.githubusercontent.com/milkypostman/melpa/14c60acbfde13d5e9256cea83d4d0d33e037d4b9/recipes/slime"; ··· 66655 sly = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 66656 melpaBuild { 66657 pname = "sly"; 66658 + version = "20180221.1414"; 66659 src = fetchFromGitHub { 66660 owner = "capitaomorte"; 66661 repo = "sly"; 66662 + rev = "486bfbe95612bcdc0960c490207970a188e0fbb9"; 66663 + sha256 = "0ib4q4k3h3qn88pymyjjmlmnpizdn1mfg5gpk5a715nqsgxlg09l"; 66664 }; 66665 recipeFile = fetchurl { 66666 url = "https://raw.githubusercontent.com/milkypostman/melpa/79e7213183df892c5058a766b5805a1854bfbaec/recipes/sly"; ··· 66676 sly-company = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, sly }: 66677 melpaBuild { 66678 pname = "sly-company"; 66679 + version = "20180212.1653"; 66680 src = fetchFromGitHub { 66681 owner = "capitaomorte"; 66682 repo = "sly-company"; 66683 + rev = "dfe18218e4b2ee9874394b50f82f5172f41c462c"; 66684 + sha256 = "1bj8w2wfq944cnhsk5xx41mfrjv89scrg4w98kqgda5drkpdf8a7"; 66685 }; 66686 recipeFile = fetchurl { 66687 url = "https://raw.githubusercontent.com/milkypostman/melpa/04867a574773e8794335a2664d4f5e8b243f3ec9/recipes/sly-company"; ··· 66778 license = lib.licenses.free; 66779 }; 66780 }) {}; 66781 + sly-repl-ansi-color = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild, sly }: 66782 + melpaBuild { 66783 + pname = "sly-repl-ansi-color"; 66784 + version = "20171020.816"; 66785 + src = fetchFromGitHub { 66786 + owner = "PuercoPop"; 66787 + repo = "sly-repl-ansi-color"; 66788 + rev = "b9cd52d1cf927bf7e08582d46ab0bcf1d4fb5048"; 66789 + sha256 = "0fgcn6bwgz8yyjza07kfi86siargvpq4kp4j20hs6b67ckxjxx0x"; 66790 + }; 66791 + recipeFile = fetchurl { 66792 + url = "https://raw.githubusercontent.com/milkypostman/melpa/981e01f562c40e02cb6d56dc1347e922fbad9c18/recipes/sly-repl-ansi-color"; 66793 + sha256 = "0wz24kfjl6rp4qss0iq2ilav0mkg2spy2ziikypy7v0iqbssmssi"; 66794 + name = "sly-repl-ansi-color"; 66795 + }; 66796 + packageRequires = [ cl-lib sly ]; 66797 + meta = { 66798 + homepage = "https://melpa.org/#/sly-repl-ansi-color"; 66799 + license = lib.licenses.free; 66800 + }; 66801 + }) {}; 66802 smart-backspace = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 66803 melpaBuild { 66804 pname = "smart-backspace"; ··· 67200 smartparens = callPackage ({ cl-lib ? null, dash, fetchFromGitHub, fetchurl, lib, melpaBuild }: 67201 melpaBuild { 67202 pname = "smartparens"; 67203 + version = "20180219.758"; 67204 src = fetchFromGitHub { 67205 owner = "Fuco1"; 67206 repo = "smartparens"; 67207 + rev = "3452c21f34751bf04f2ede175b3f8eb3fe6ae282"; 67208 + sha256 = "0df4q6467a2rkpsml7bg7s9y336cw6zlgrp1s9h04f92fhv8z9c2"; 67209 }; 67210 recipeFile = fetchurl { 67211 url = "https://raw.githubusercontent.com/milkypostman/melpa/bd98f85461ef7134502d4f2aa8ce1bc764f3bda3/recipes/smartparens"; ··· 68152 spacemacs-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 68153 melpaBuild { 68154 pname = "spacemacs-theme"; 68155 + version = "20180214.758"; 68156 src = fetchFromGitHub { 68157 owner = "nashamri"; 68158 repo = "spacemacs-theme"; 68159 + rev = "0cd15af82bb3adb5fa18bef795a2ea7f021b7e20"; 68160 + sha256 = "19mifs075kkn45dxkgcqixvmf9d72rp79g12vpxi0rp5aw90ddfx"; 68161 }; 68162 recipeFile = fetchurl { 68163 url = "https://raw.githubusercontent.com/milkypostman/melpa/6c8ac39214856c1598beca0bd609e011b562346f/recipes/spacemacs-theme"; ··· 68842 license = lib.licenses.free; 68843 }; 68844 }) {}; 68845 + ssh-deploy = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 68846 melpaBuild { 68847 pname = "ssh-deploy"; 68848 + version = "20180221.2207"; 68849 src = fetchFromGitHub { 68850 owner = "cjohansson"; 68851 repo = "emacs-ssh-deploy"; 68852 + rev = "c07b006416daeebf12fdc9e62aaeceda4fd20ca7"; 68853 + sha256 = "0s954cjkk7s7rc2c7ppygbva6vvz84yrl9h38nzbpd3y2jhpfych"; 68854 }; 68855 recipeFile = fetchurl { 68856 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/ssh-deploy"; 68857 sha256 = "1ys3cc5fz8y4rsiq3daqgcpa14ssv1q4cw0pqbfscql6mps0mjdm"; 68858 name = "ssh-deploy"; 68859 }; 68860 + packageRequires = [ emacs ]; 68861 meta = { 68862 homepage = "https://melpa.org/#/ssh-deploy"; 68863 license = lib.licenses.free; ··· 69115 license = lib.licenses.free; 69116 }; 69117 }) {}; 69118 + stgit = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 69119 + melpaBuild { 69120 + pname = "stgit"; 69121 + version = "20171130.759"; 69122 + src = fetchFromGitHub { 69123 + owner = "ctmarinas"; 69124 + repo = "stgit"; 69125 + rev = "df9fb86e74c30134e63eaaa9370e03ad6a90816d"; 69126 + sha256 = "11vqnscs6g5pajq0g7cr7r6vbcvh2f3215q2a6ziq9hv96kzkm69"; 69127 + }; 69128 + recipeFile = fetchurl { 69129 + url = "https://raw.githubusercontent.com/milkypostman/melpa/726da64b7baea1735a916b826bdfb8f575860e21/recipes/stgit"; 69130 + sha256 = "1gbr0pvvig2vg94svy1r6zp57rhyg6n9yp7qvlkfal1z2lhzhs0g"; 69131 + name = "stgit"; 69132 + }; 69133 + packageRequires = []; 69134 + meta = { 69135 + homepage = "https://melpa.org/#/stgit"; 69136 + license = lib.licenses.free; 69137 + }; 69138 + }) {}; 69139 sticky = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 69140 melpaBuild { 69141 pname = "sticky"; ··· 69512 license = lib.licenses.free; 69513 }; 69514 }) {}; 69515 + sudden-death = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 69516 + melpaBuild { 69517 + pname = "sudden-death"; 69518 + version = "20180216.1623"; 69519 + src = fetchFromGitHub { 69520 + owner = "yewton"; 69521 + repo = "sudden-death.el"; 69522 + rev = "791a63d3f4df192e71f4232a9a4c5588f4b43dfb"; 69523 + sha256 = "0z3adwd6ymapkdniny3ax2i3wzxp11g6in4bghbcr9bfdxcsf7ps"; 69524 + }; 69525 + recipeFile = fetchurl { 69526 + url = "https://raw.githubusercontent.com/milkypostman/melpa/3f20f389a2d7ddf49ca64d945b41584a7c120faf/recipes/sudden-death"; 69527 + sha256 = "1wrhb3d27j07i64hvjggyajm752w4mhrhq09lfvyhz6ykp1ly3fh"; 69528 + name = "sudden-death"; 69529 + }; 69530 + packageRequires = []; 69531 + meta = { 69532 + homepage = "https://melpa.org/#/sudden-death"; 69533 + license = lib.licenses.free; 69534 + }; 69535 + }) {}; 69536 sudo-edit = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 69537 melpaBuild { 69538 pname = "sudo-edit"; ··· 69599 suggest = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, loop, melpaBuild, s }: 69600 melpaBuild { 69601 pname = "suggest"; 69602 + version = "20180214.1523"; 69603 src = fetchFromGitHub { 69604 owner = "Wilfred"; 69605 repo = "suggest.el"; 69606 + rev = "66051b2fd3d21a8e103928782a8c926ea434beba"; 69607 + sha256 = "1xj3jzsh44ymah8nvjvm7i8g81vkq6wk7mcq2rm2qvaxin4l1bcp"; 69608 }; 69609 recipeFile = fetchurl { 69610 url = "https://raw.githubusercontent.com/milkypostman/melpa/b9fd27e812549587dc2ec26bb58974177ff263ff/recipes/suggest"; ··· 69914 swift-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, seq }: 69915 melpaBuild { 69916 pname = "swift-mode"; 69917 + version = "20180222.232"; 69918 src = fetchFromGitHub { 69919 owner = "chrisbarrett"; 69920 repo = "swift-mode"; 69921 + rev = "4e2227906c90631bfe5109df3e7f57bc1e70ac29"; 69922 + sha256 = "02xpb453jdaqwx8rsc3zg2fnxzfv8fs993kw1bk45s4dja1f95p4"; 69923 }; 69924 recipeFile = fetchurl { 69925 url = "https://raw.githubusercontent.com/milkypostman/melpa/19cb133191cd6f9623e99e958d360113595e756a/recipes/swift-mode"; ··· 69956 swiper = callPackage ({ emacs, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild }: 69957 melpaBuild { 69958 pname = "swiper"; 69959 + version = "20180213.819"; 69960 src = fetchFromGitHub { 69961 owner = "abo-abo"; 69962 repo = "swiper"; 69963 + rev = "b656f818efd797422886bec455d3cc15a9816c87"; 69964 + sha256 = "166sgr3qj2gzzxzw0ikg5p14z9d2f3b6j11ngpbggppqggy470sv"; 69965 }; 69966 recipeFile = fetchurl { 69967 url = "https://raw.githubusercontent.com/milkypostman/melpa/e64cad81615ef3ec34fab1f438b0c55134833c97/recipes/swiper"; ··· 70082 sx = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, json ? null, let-alist, lib, markdown-mode, melpaBuild }: 70083 melpaBuild { 70084 pname = "sx"; 70085 + version = "20180212.1101"; 70086 src = fetchFromGitHub { 70087 owner = "vermiculus"; 70088 repo = "sx.el"; 70089 + rev = "833435fbf90d1c9e927d165b155f3b1ef39271de"; 70090 + sha256 = "1369xaxq1vy3d9yh862ddnhddikdpg2d0wv1ly00pnvdp9v4cqgd"; 70091 }; 70092 recipeFile = fetchurl { 70093 url = "https://raw.githubusercontent.com/milkypostman/melpa/f16958a09820233fbe2abe403561fd9a012d0046/recipes/sx"; ··· 70103 symbol-overlay = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 70104 melpaBuild { 70105 pname = "symbol-overlay"; 70106 + version = "20180218.729"; 70107 src = fetchFromGitHub { 70108 owner = "wolray"; 70109 repo = "symbol-overlay"; 70110 + rev = "1d610fa5023e210e59f823e1bbe819f0fb8727ef"; 70111 + sha256 = "14v5rw2yby2n3dhzc7y1jwnmz53apljb34a9g64h08wdpg2ff0wq"; 70112 }; 70113 recipeFile = fetchurl { 70114 url = "https://raw.githubusercontent.com/milkypostman/melpa/c2a468ebe1a3e5a35ef40c59a62befbf8960bd7b/recipes/symbol-overlay"; ··· 70693 src = fetchFromGitHub { 70694 owner = "phillord"; 70695 repo = "tawny-owl"; 70696 + rev = "23ab76bf7cdefe2e1f7e9551d61d4c49dddaf63a"; 70697 + sha256 = "1c25nya8yfd6dsgln8580bbbahdvja1q9fi287q89f1a4i9i7sh2"; 70698 }; 70699 recipeFile = fetchurl { 70700 url = "https://raw.githubusercontent.com/milkypostman/melpa/ea9a114ff739f7d6f5d4c3167f5635ddf79bf60c/recipes/tawny-mode"; ··· 70857 telephone-line = callPackage ({ cl-generic, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, seq }: 70858 melpaBuild { 70859 pname = "telephone-line"; 70860 + version = "20180220.109"; 70861 src = fetchFromGitHub { 70862 owner = "dbordak"; 70863 repo = "telephone-line"; 70864 + rev = "3e73a0ed2457e7b6991ea6555a1379bf9b77053b"; 70865 + sha256 = "0bwicz1xymq5j57m2kc8myjnc2dyfljm1jz2l80ifmlkdn549x92"; 70866 }; 70867 recipeFile = fetchurl { 70868 url = "https://raw.githubusercontent.com/milkypostman/melpa/9c998b70365fb0a210c3b9639db84034c7d45097/recipes/telephone-line"; ··· 71617 src = fetchFromGitHub { 71618 owner = "apache"; 71619 repo = "thrift"; 71620 + rev = "d907cc92db5b93e699a4282e979d097ea863215a"; 71621 + sha256 = "1zswprjkjyav2502dfsyyvh9w0hs43qpfwq9q4617p909d0sj1nb"; 71622 }; 71623 recipeFile = fetchurl { 71624 url = "https://raw.githubusercontent.com/milkypostman/melpa/857ab7e3a5c290265d88ebacb9685b3faee586e5/recipes/thrift"; ··· 71697 tide = callPackage ({ cl-lib ? null, dash, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, s, typescript-mode }: 71698 melpaBuild { 71699 pname = "tide"; 71700 + version = "20180212.2229"; 71701 src = fetchFromGitHub { 71702 owner = "ananthakumaran"; 71703 repo = "tide"; 71704 + rev = "d80f62c07ab880fa486853846dbcda15351b61b5"; 71705 + sha256 = "00bky1vxw08s0z1s9jm813acrnawj0s6mkg71d82lc4ig5x4lbvi"; 71706 }; 71707 recipeFile = fetchurl { 71708 url = "https://raw.githubusercontent.com/milkypostman/melpa/a21e063011ebbb03ac70bdcf0a379f9e383bdfab/recipes/tide"; ··· 72615 treemacs = callPackage ({ ace-window, cl-lib ? null, dash, emacs, f, fetchFromGitHub, fetchurl, ht, hydra, lib, melpaBuild, pfuture, s }: 72616 melpaBuild { 72617 pname = "treemacs"; 72618 + version = "20180221.1229"; 72619 src = fetchFromGitHub { 72620 owner = "Alexander-Miller"; 72621 repo = "treemacs"; 72622 + rev = "e8be02971ad6c7a9c33ec544fa41b4b2f6827a35"; 72623 + sha256 = "0fk45jmnx34azldxa4yrv6lqmkaxkpkqbnwnn29q7y4ld0ljghs0"; 72624 }; 72625 recipeFile = fetchurl { 72626 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs"; ··· 72640 src = fetchFromGitHub { 72641 owner = "Alexander-Miller"; 72642 repo = "treemacs"; 72643 + rev = "e8be02971ad6c7a9c33ec544fa41b4b2f6827a35"; 72644 + sha256 = "0fk45jmnx34azldxa4yrv6lqmkaxkpkqbnwnn29q7y4ld0ljghs0"; 72645 }; 72646 recipeFile = fetchurl { 72647 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-evil"; ··· 72661 src = fetchFromGitHub { 72662 owner = "Alexander-Miller"; 72663 repo = "treemacs"; 72664 + rev = "e8be02971ad6c7a9c33ec544fa41b4b2f6827a35"; 72665 + sha256 = "0fk45jmnx34azldxa4yrv6lqmkaxkpkqbnwnn29q7y4ld0ljghs0"; 72666 }; 72667 recipeFile = fetchurl { 72668 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-projectile"; ··· 72865 tuareg = callPackage ({ caml, fetchFromGitHub, fetchurl, lib, melpaBuild }: 72866 melpaBuild { 72867 pname = "tuareg"; 72868 + version = "20180218.130"; 72869 src = fetchFromGitHub { 72870 owner = "ocaml"; 72871 repo = "tuareg"; 72872 + rev = "b9941efaba0dbf40ee96c9f1829b562052b3f2d3"; 72873 + sha256 = "1nlb46mkyzdfb0k98wsqqk7mwyh6dfw4i83wxmdpixskww4iywfj"; 72874 }; 72875 recipeFile = fetchurl { 72876 url = "https://raw.githubusercontent.com/milkypostman/melpa/01fb6435a1dfeebdf4e7fa3f4f5928bc75526809/recipes/tuareg"; ··· 72946 license = lib.licenses.free; 72947 }; 72948 }) {}; 72949 + turing-machine = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 72950 melpaBuild { 72951 pname = "turing-machine"; 72952 + version = "20180221.2038"; 72953 src = fetchFromGitHub { 72954 owner = "therockmandolinist"; 72955 repo = "turing-machine"; 72956 + rev = "fa60b76a5bac1f54b7a1b3dc55aae7602c7e385b"; 72957 + sha256 = "0k1r0zkcr44kiki8cvdqwx09xpvpz7nkbq9w6i4gqy5h78zy5k79"; 72958 }; 72959 recipeFile = fetchurl { 72960 url = "https://raw.githubusercontent.com/milkypostman/melpa/a003b40a52a92b3ab4d1ffc003f570d4fa6bfbde/recipes/turing-machine"; 72961 sha256 = "1ndy953q9hr1psqqkkqsffyvj800cnqdxcrixqiw0ls77f2kczcn"; 72962 name = "turing-machine"; 72963 }; 72964 + packageRequires = [ emacs ]; 72965 meta = { 72966 homepage = "https://melpa.org/#/turing-machine"; 72967 license = lib.licenses.free; ··· 73138 typescript-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 73139 melpaBuild { 73140 pname = "typescript-mode"; 73141 + version = "20180222.534"; 73142 src = fetchFromGitHub { 73143 owner = "ananthakumaran"; 73144 repo = "typescript.el"; 73145 + rev = "2815dd1b4bbf902fb61e0a8f1aca6319c7b0c940"; 73146 + sha256 = "0d97frhcf6g4ijr1vphfnvrchj2p1rfpj7zrvj8i3jzb6dakyw4c"; 73147 }; 73148 recipeFile = fetchurl { 73149 url = "https://raw.githubusercontent.com/milkypostman/melpa/d3f534a1e2cee4ad2e32e32802c5080207417b3d/recipes/typescript-mode"; ··· 73327 ujelly-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 73328 melpaBuild { 73329 pname = "ujelly-theme"; 73330 + version = "20180214.824"; 73331 src = fetchFromGitHub { 73332 owner = "marktran"; 73333 repo = "color-theme-ujelly"; 73334 + rev = "bf724ce7806a738d2043544061e5f9bbfc56e674"; 73335 + sha256 = "0pz26q5qfq4wiqcpfkq26f19q5gyiv8q71sq4k77hkss5a5b5fqg"; 73336 }; 73337 recipeFile = fetchurl { 73338 url = "https://raw.githubusercontent.com/milkypostman/melpa/091dcc3775ec2137cb61d66df4e72aca4900897a/recipes/ujelly-theme"; ··· 74303 vc-fossil = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 74304 melpaBuild { 74305 pname = "vc-fossil"; 74306 + version = "20180215.835"; 74307 src = fetchFromGitHub { 74308 owner = "venks1"; 74309 repo = "emacs-fossil"; 74310 + rev = "7c5af95181213db38f81f5f9586f3334301a3ea0"; 74311 + sha256 = "1c18ywvs0l5w7ip2igksjy48awzas8mph7plpvp1v8c67a3a3m2m"; 74312 }; 74313 recipeFile = fetchurl { 74314 url = "https://raw.githubusercontent.com/milkypostman/melpa/31c5ee4b625b90c1af66d7d11a25af8e1aa307b1/recipes/vc-fossil"; ··· 75478 web-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 75479 melpaBuild { 75480 pname = "web-mode"; 75481 + version = "20180220.906"; 75482 src = fetchFromGitHub { 75483 owner = "fxbois"; 75484 repo = "web-mode"; 75485 + rev = "eea5179afd9822775a580844f46a8e8c09753681"; 75486 + sha256 = "1gp2n5illnpmza7wj45abydapx1hhkpcmx79rmzlqcrm8rz6wfj9"; 75487 }; 75488 recipeFile = fetchurl { 75489 url = "https://raw.githubusercontent.com/milkypostman/melpa/6f0565555eaa356141422c5175d6cca4e9eb5c00/recipes/web-mode"; ··· 76049 src = fetchFromGitHub { 76050 owner = "foretagsplatsen"; 76051 repo = "emacs-js"; 76052 + rev = "5922cf54533e1f8a3b1db5f57f07ececf9a20e1e"; 76053 + sha256 = "1qjs9xkqv3084hj67vk9cz4pnkw7hzl48fzps5kng8ip94yiazh3"; 76054 }; 76055 recipeFile = fetchurl { 76056 url = "https://raw.githubusercontent.com/milkypostman/melpa/78d7a15152f45a193384741fa00d0649c4bba91e/recipes/widgetjs"; ··· 76108 wilt = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 76109 melpaBuild { 76110 pname = "wilt"; 76111 + version = "20180220.54"; 76112 src = fetchFromGitHub { 76113 owner = "sixty-north"; 76114 repo = "emacs-wilt"; 76115 + rev = "04dbe37fa35d0b24c791421785d2c97a8cbfe2cc"; 76116 + sha256 = "197kqp22pyy1in2rq063mahvrf00vrfvgnfkqp0zy7hpkhiiqvim"; 76117 }; 76118 recipeFile = fetchurl { 76119 url = "https://raw.githubusercontent.com/milkypostman/melpa/eea4f2ca8b4f9ea93cc02151fdda6cfee5b68b70/recipes/wilt"; ··· 76464 with-editor = callPackage ({ async, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 76465 melpaBuild { 76466 pname = "with-editor"; 76467 + version = "20180217.548"; 76468 src = fetchFromGitHub { 76469 owner = "magit"; 76470 repo = "with-editor"; 76471 + rev = "fcbccec6ec0f6639eab769d6ff8e97f25347a48e"; 76472 + sha256 = "079dy4b409i9016j3fkgwxggw8332hkvnnm86am46va3lqpd3jr9"; 76473 }; 76474 recipeFile = fetchurl { 76475 url = "https://raw.githubusercontent.com/milkypostman/melpa/8c52c840dc35f3fd17ec660e113ddbb53aa99076/recipes/with-editor"; ··· 77010 xah-css-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 77011 melpaBuild { 77012 pname = "xah-css-mode"; 77013 + version = "20180219.2311"; 77014 src = fetchFromGitHub { 77015 owner = "xahlee"; 77016 repo = "xah-css-mode"; 77017 + rev = "cf452fd0f2e742812a4c69e41cb5403f22b0a16a"; 77018 + sha256 = "1wjj3sj90az5y4a7cy0pblwxi0xbj5gg72jdr9wbm95si582vk58"; 77019 }; 77020 recipeFile = fetchurl { 77021 url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-css-mode"; ··· 77031 xah-elisp-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 77032 melpaBuild { 77033 pname = "xah-elisp-mode"; 77034 + version = "20180221.1746"; 77035 src = fetchFromGitHub { 77036 owner = "xahlee"; 77037 repo = "xah-elisp-mode"; 77038 + rev = "81adab6b7ef1c35e839b2438809200c12382b079"; 77039 + sha256 = "00rrb01jccdm65ag8c9ryw8mfh2hz21nh9jf6jpxb4f8y3yxf2q6"; 77040 }; 77041 recipeFile = fetchurl { 77042 url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-elisp-mode"; ··· 77073 xah-fly-keys = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 77074 melpaBuild { 77075 pname = "xah-fly-keys"; 77076 + version = "20180221.1809"; 77077 src = fetchFromGitHub { 77078 owner = "xahlee"; 77079 repo = "xah-fly-keys"; 77080 + rev = "c01ddd038e03051bcc8010629b7548838db2531b"; 77081 + sha256 = "132afibrgz6381nanjhalkgqmxwia6ykyprrasa19m9kbm96xwdl"; 77082 }; 77083 recipeFile = fetchurl { 77084 url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-fly-keys"; ··· 77136 xah-math-input = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 77137 melpaBuild { 77138 pname = "xah-math-input"; 77139 + version = "20180216.1040"; 77140 src = fetchFromGitHub { 77141 owner = "xahlee"; 77142 repo = "xah-math-input"; 77143 + rev = "16a441944da3fb3f844b93d0add1e042e1b5377a"; 77144 + sha256 = "1vr7dkibw5ibd1c3snxy2pw055yl620pi2vynxszsk82shz2xvbz"; 77145 }; 77146 recipeFile = fetchurl { 77147 url = "https://raw.githubusercontent.com/milkypostman/melpa/05eed39bae37cc8359d2cc678052cbbcc946e379/recipes/xah-math-input"; ··· 77749 src = fetchFromGitHub { 77750 owner = "drdv"; 77751 repo = "yahtzee"; 77752 + rev = "c2912e845d74a22436bdf720eb9bc543d0e0c45c"; 77753 + sha256 = "1swnr1nrlyd7ij4m05dvqwdfmpj41b3ibfqmb45qm073f27gvj65"; 77754 }; 77755 recipeFile = fetchurl { 77756 url = "https://raw.githubusercontent.com/milkypostman/melpa/200169fdabce0ae3a2ecb6f4f3255c15ec3ed094/recipes/yahtzee"; ··· 77787 yaml-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 77788 melpaBuild { 77789 pname = "yaml-mode"; 77790 + version = "20180212.1556"; 77791 src = fetchFromGitHub { 77792 owner = "yoshiki"; 77793 repo = "yaml-mode"; 77794 + rev = "3fc5a33760b0bbb6e67adbce48ab3dc4ae34b847"; 77795 + sha256 = "1ijq7ay5lx77nibzqc1kih64v4bg4790as1zg26igp7ivg66l1m6"; 77796 }; 77797 recipeFile = fetchurl { 77798 url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/yaml-mode"; ··· 77871 yankpad = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 77872 melpaBuild { 77873 pname = "yankpad"; 77874 + version = "20180220.1049"; 77875 src = fetchFromGitHub { 77876 owner = "Kungsgeten"; 77877 repo = "yankpad"; 77878 + rev = "de672dab9df4a0bffb44cdadaace93d00d9a8848"; 77879 + sha256 = "1w0lkn1prv9xd4pn81kqxk26s37ia1xk0kz8qahcvjg7z4igyy9n"; 77880 }; 77881 recipeFile = fetchurl { 77882 url = "https://raw.githubusercontent.com/milkypostman/melpa/e64746d10f9e0158621a7c4dc41dc2eca6ad573c/recipes/yankpad"; ··· 78018 yasnippet = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 78019 melpaBuild { 78020 pname = "yasnippet"; 78021 + version = "20180218.459"; 78022 src = fetchFromGitHub { 78023 owner = "joaotavora"; 78024 repo = "yasnippet"; 78025 + rev = "3d7cafccf8d7ea9d62e0ccd63c30769de5b8cf01"; 78026 + sha256 = "0m5z46vdv5npwpkqc87jsf488k31mpqphsg1yayy4pjqz2bn68vb"; 78027 }; 78028 recipeFile = fetchurl { 78029 url = "https://raw.githubusercontent.com/milkypostman/melpa/5d1927dc3351d3522de1baccdc4ce200ba52bd6e/recipes/yasnippet"; ··· 78039 yasnippet-snippets = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, yasnippet }: 78040 melpaBuild { 78041 pname = "yasnippet-snippets"; 78042 + version = "20180222.440"; 78043 src = fetchFromGitHub { 78044 owner = "AndreaCrotti"; 78045 repo = "yasnippet-snippets"; 78046 + rev = "2373036c13d71c5fab2616d97498213f54688bd6"; 78047 + sha256 = "18sdc92qaacxp757yqdv71hx2pjhcy33vshkwjdi6mmmqa1d2zq8"; 78048 }; 78049 recipeFile = fetchurl { 78050 url = "https://raw.githubusercontent.com/milkypostman/melpa/25b8d4efe2e7833eb95dfdf33aa3ecc34af7a687/recipes/yasnippet-snippets"; ··· 78146 src = fetchFromGitHub { 78147 owner = "abingham"; 78148 repo = "emacs-ycmd"; 78149 + rev = "a35a2ddd911da6d3a926bdef2614a2898055a5e2"; 78150 + sha256 = "1nig77gqi74k01309r3nfy45ylhi5mj7ajxlhib6i58zlib8ycbl"; 78151 }; 78152 recipeFile = fetchurl { 78153 url = "https://raw.githubusercontent.com/milkypostman/melpa/4b25378540c64d0214797348579671bf2b8cc696/recipes/ycmd"; ··· 78760 zotxt = callPackage ({ fetchFromGitLab, fetchurl, lib, melpaBuild, request-deferred }: 78761 melpaBuild { 78762 pname = "zotxt"; 78763 + version = "20180218.1053"; 78764 src = fetchFromGitLab { 78765 owner = "egh"; 78766 repo = "zotxt-emacs"; 78767 + rev = "5b3715bab55c9f17f134a8fada5b68c07aa66cad"; 78768 + sha256 = "1hz1m4190yi6knz3y088ql8wy3pmsl8lsznqby2vpnn9p74fvl37"; 78769 }; 78770 recipeFile = fetchurl { 78771 url = "https://raw.githubusercontent.com/milkypostman/melpa/b633453e77a719f6b6b6564e66c1c1260db38aa6/recipes/zotxt"; ··· 78802 zpresent = callPackage ({ dash, emacs, fetchhg, fetchurl, lib, melpaBuild, org-parser, request }: 78803 melpaBuild { 78804 pname = "zpresent"; 78805 + version = "20180220.2131"; 78806 src = fetchhg { 78807 url = "https://bitbucket.com/zck/zpresent.el"; 78808 + rev = "63926bbaffde"; 78809 + sha256 = "00y7qskqic6lxv7n8rghfkj792iqxaz4rfgyhl5zyhmi77xj7y0d"; 78810 }; 78811 recipeFile = fetchurl { 78812 url = "https://raw.githubusercontent.com/milkypostman/melpa/3aae38ad54490fa650c832fb7d22e2c73b0fb060/recipes/zpresent"; ··· 78822 ztree = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 78823 melpaBuild { 78824 pname = "ztree"; 78825 + version = "20180215.1021"; 78826 src = fetchFromGitHub { 78827 owner = "fourier"; 78828 repo = "ztree"; 78829 + rev = "67a1d90595353ab57fd424651c567df9851b9494"; 78830 + sha256 = "01qv400zp4bdfah62l3ixkc3kvkwrjj5ngc36m6w783q0zmr105r"; 78831 }; 78832 recipeFile = fetchurl { 78833 url = "https://raw.githubusercontent.com/milkypostman/melpa/f151e057c05407748991f23c021e94c178b87248/recipes/ztree";
+372 -134
pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix
··· 125 license = lib.licenses.free; 126 }; 127 }) {}; 128 - ac-anaconda = callPackage ({ anaconda-mode, auto-complete, dash, fetchFromGitHub, fetchurl, lib, melpaBuild }: 129 - melpaBuild { 130 - pname = "ac-anaconda"; 131 - version = "0.1.0"; 132 - src = fetchFromGitHub { 133 - owner = "proofit404"; 134 - repo = "ac-anaconda"; 135 - rev = "d0dec5c026235f65f9fd6594540df8886ed1b6a8"; 136 - sha256 = "0vrd6g9cl02jjxrjxpshq4pd748b5xszhpmakywrw8s08nh8jf44"; 137 - }; 138 - recipeFile = fetchurl { 139 - url = "https://raw.githubusercontent.com/milkypostman/melpa/0eb23a75c8b57b4af1737c0508f03e66430e6076/recipes/ac-anaconda"; 140 - sha256 = "124nvigk6y3iw0lj2r7div88rrx8vz59xwqph1063jsrc29x8rjf"; 141 - name = "ac-anaconda"; 142 - }; 143 - packageRequires = [ anaconda-mode auto-complete dash ]; 144 - meta = { 145 - homepage = "https://melpa.org/#/ac-anaconda"; 146 - license = lib.licenses.free; 147 - }; 148 - }) {}; 149 ac-cake = callPackage ({ auto-complete, cake, fetchFromGitHub, fetchurl, lib, melpaBuild }: 150 melpaBuild { 151 pname = "ac-cake"; ··· 2023 license = lib.licenses.free; 2024 }; 2025 }) {}; 2026 auth-password-store = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, password-store, seq }: 2027 melpaBuild { 2028 pname = "auth-password-store"; 2029 - version = "2.0.0"; 2030 src = fetchFromGitHub { 2031 owner = "DamienCassou"; 2032 repo = "auth-password-store"; 2033 - rev = "5ca6a838489c1175de3df7af025751559eb13cb3"; 2034 - sha256 = "10y6grxwp8sw24fv8i9f50lc83qcdxnkw2bm1v983fw6di4i3a8w"; 2035 }; 2036 recipeFile = fetchurl { 2037 url = "https://raw.githubusercontent.com/milkypostman/melpa/0f4d2a28373ba93da5b280ebf40c5a3fa758ea11/recipes/auth-password-store"; ··· 3775 caml = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 3776 melpaBuild { 3777 pname = "caml"; 3778 - version = "4.6.1pre2"; 3779 src = fetchFromGitHub { 3780 owner = "ocaml"; 3781 repo = "ocaml"; 3782 - rev = "b057bd0758f63f41fd8853ee025c58368e33ed21"; 3783 - sha256 = "1s066clvar4ws0mingh68jrj87dak52grs8mnd2ibcf1kf21w08q"; 3784 }; 3785 recipeFile = fetchurl { 3786 url = "https://raw.githubusercontent.com/milkypostman/melpa/d5a3263cdcc229b11a3e96edbf632d56f32c47aa/recipes/caml"; ··· 3838 cask = callPackage ({ cl-lib ? null, dash, epl, f, fetchFromGitHub, fetchurl, lib, melpaBuild, package-build, s, shut-up }: 3839 melpaBuild { 3840 pname = "cask"; 3841 - version = "0.8.2"; 3842 src = fetchFromGitHub { 3843 owner = "cask"; 3844 repo = "cask"; 3845 - rev = "afdd191b97e76c8393f656336699419a2b39ca1a"; 3846 - sha256 = "10qiapg6kp890q8n2pamvnnpxwcgcldw20mp23pmwzh9nsvqrpbs"; 3847 }; 3848 recipeFile = fetchurl { 3849 url = "https://raw.githubusercontent.com/milkypostman/melpa/b86c666ee9b0620390a250dddd42b17cbec2409f/recipes/cask"; ··· 4772 cmake-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 4773 melpaBuild { 4774 pname = "cmake-mode"; 4775 - version = "3.10.2"; 4776 src = fetchFromGitHub { 4777 owner = "Kitware"; 4778 repo = "CMake"; 4779 - rev = "c1e087a9d3af74299d7681c9f9de59e5977a1539"; 4780 - sha256 = "08qw6kq3l7dv37s5mppqxb6ys22h733k0qh2llzk2430wv5y9crk"; 4781 }; 4782 recipeFile = fetchurl { 4783 url = "https://raw.githubusercontent.com/milkypostman/melpa/598723893ae4bc2e60f527a072efe6ed9d4e2488/recipes/cmake-mode"; ··· 5087 company = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 5088 melpaBuild { 5089 pname = "company"; 5090 - version = "0.9.4"; 5091 src = fetchFromGitHub { 5092 owner = "company-mode"; 5093 repo = "company-mode"; 5094 - rev = "a197b072dc93dbad238f1dc70da01e3775ebfb56"; 5095 - sha256 = "0is65adahvfgfjamnr8dmnh5xnijcwzhbzsvvi6ixkkfm2xvs5aa"; 5096 }; 5097 recipeFile = fetchurl { 5098 url = "https://raw.githubusercontent.com/milkypostman/melpa/96e7b4184497d0d0db532947f2801398b72432e4/recipes/company"; ··· 5399 license = lib.licenses.free; 5400 }; 5401 }) {}; 5402 - company-lsp = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, melpaBuild, s }: 5403 melpaBuild { 5404 pname = "company-lsp"; 5405 - version = "1.0.0"; 5406 src = fetchFromGitHub { 5407 owner = "tigersoldier"; 5408 repo = "company-lsp"; 5409 - rev = "86fda23d29b732ba3987bf20901034da1515b077"; 5410 - sha256 = "068lg2yrpnzq8cg73irnx7i41giww7m0ysnl2inc7hikhmm3a95y"; 5411 }; 5412 recipeFile = fetchurl { 5413 url = "https://raw.githubusercontent.com/milkypostman/melpa/5125f53307c1af3d9ccf2bae3c25e7d23dfe1932/recipes/company-lsp"; 5414 sha256 = "09nbi6vxw8l26gfgsc1k3bx4m8i1px1b0jxaywszky5bv4fdy03l"; 5415 name = "company-lsp"; 5416 }; 5417 - packageRequires = [ company emacs lsp-mode s ]; 5418 meta = { 5419 homepage = "https://melpa.org/#/company-lsp"; 5420 license = lib.licenses.free; ··· 6059 counsel-etags = callPackage ({ counsel, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 6060 melpaBuild { 6061 pname = "counsel-etags"; 6062 - version = "1.3.9"; 6063 src = fetchFromGitHub { 6064 owner = "redguardtoo"; 6065 repo = "counsel-etags"; 6066 - rev = "2219bf8d9a4584abc905c7470455777553496056"; 6067 - sha256 = "0kcxcbf1rm7cm74s5z87pv0bflx42h4j2lnb8b3r0nznj94ywnj3"; 6068 }; 6069 recipeFile = fetchurl { 6070 url = "https://raw.githubusercontent.com/milkypostman/melpa/87528349a3ab305bfe98f30c5404913272817a38/recipes/counsel-etags"; ··· 6728 license = lib.licenses.free; 6729 }; 6730 }) {}; 6731 - dart-mode = callPackage ({ cl-lib ? null, dash, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild }: 6732 melpaBuild { 6733 pname = "dart-mode"; 6734 - version = "0.15"; 6735 src = fetchFromGitHub { 6736 owner = "nex3"; 6737 repo = "dart-mode"; 6738 - rev = "e6635b390235cf16a8081763768cf925ca2d9133"; 6739 - sha256 = "1cwwwxmv7d1blv88c6nlm0z94gjfdgw2ri1libzyfzirincyicdx"; 6740 }; 6741 recipeFile = fetchurl { 6742 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dart-mode"; 6743 sha256 = "00zvgxfxgk5jair796l6appyq5hc7hs2s2wglv1j4l7g50b05cla"; 6744 name = "dart-mode"; 6745 }; 6746 - packageRequires = [ cl-lib dash flycheck ]; 6747 meta = { 6748 homepage = "https://melpa.org/#/dart-mode"; 6749 license = lib.licenses.free; ··· 7571 direnv = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, with-editor }: 7572 melpaBuild { 7573 pname = "direnv"; 7574 - version = "1.2.1"; 7575 src = fetchFromGitHub { 7576 owner = "wbolster"; 7577 repo = "emacs-direnv"; 7578 - rev = "3c632dd1fdf0ad1edb6d9b0a4a09cdbb420c27aa"; 7579 - sha256 = "0jajqf7ad0x6ca7i051svrc37mr3ww8pvd1832i0k7nf3i8cv867"; 7580 }; 7581 recipeFile = fetchurl { 7582 url = "https://raw.githubusercontent.com/milkypostman/melpa/5419809ee62b920463e359c8e1314cd0763657c1/recipes/direnv"; ··· 7914 doom-themes = callPackage ({ all-the-icons, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 7915 melpaBuild { 7916 pname = "doom-themes"; 7917 - version = "2.1.0"; 7918 src = fetchFromGitHub { 7919 owner = "hlissner"; 7920 repo = "emacs-doom-themes"; 7921 - rev = "bc747b3b65baf737f99dc4ccf68558581958bbba"; 7922 - sha256 = "0j5aywwh8cw0bb55frrpmyfmbzg6d6jv29ys61p1xf49gvki870m"; 7923 }; 7924 recipeFile = fetchurl { 7925 url = "https://raw.githubusercontent.com/milkypostman/melpa/c5084bc2c3fe378af6ff39d65e40649c6359b7b5/recipes/doom-themes"; ··· 8522 ebib = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, parsebib, seq }: 8523 melpaBuild { 8524 pname = "ebib"; 8525 - version = "2.11.6"; 8526 src = fetchFromGitHub { 8527 owner = "joostkremers"; 8528 repo = "ebib"; 8529 - rev = "9e5f3377a5e9c6956300de3872c89cd902c2cfc6"; 8530 - sha256 = "0rklwdz3d2b065yhhiz7bhyfb3fsg9rcqi6d4rhk7wb8w849vf20"; 8531 }; 8532 recipeFile = fetchurl { 8533 url = "https://raw.githubusercontent.com/milkypostman/melpa/4e39cd8e8b4f61c04fa967def6a653bb22f45f5b/recipes/ebib"; ··· 9160 elbank = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, seq }: 9161 melpaBuild { 9162 pname = "elbank"; 9163 - version = "1.1"; 9164 src = fetchFromGitHub { 9165 owner = "NicolasPetton"; 9166 repo = "Elbank"; 9167 - rev = "245cbc218e94793909ecede2e0d360c7d86f3122"; 9168 - sha256 = "1qcxh8v5dj2wcxxs3qcdny00p906nj33wsxyswwa4jbhh2vfxz12"; 9169 }; 9170 recipeFile = fetchurl { 9171 url = "https://raw.githubusercontent.com/milkypostman/melpa/05d252ee84adae2adc88fd325540f76b6cdaf010/recipes/elbank"; ··· 9304 license = lib.licenses.free; 9305 }; 9306 }) {}; 9307 elisp-refs = callPackage ({ dash, f, fetchFromGitHub, fetchurl, lib, list-utils, loop, melpaBuild, s }: 9308 melpaBuild { 9309 pname = "elisp-refs"; ··· 10465 erlang = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 10466 melpaBuild { 10467 pname = "erlang"; 10468 - version = "20.2.2"; 10469 src = fetchFromGitHub { 10470 owner = "erlang"; 10471 repo = "otp"; 10472 - rev = "194513197e19cd592f3f5c2231510542f5193fe4"; 10473 - sha256 = "1cns1qcmmr00nyvcvcj4p4n2gvliyjynlwfqc7qzpkjjnkb7fzl6"; 10474 }; 10475 recipeFile = fetchurl { 10476 url = "https://raw.githubusercontent.com/milkypostman/melpa/d9cd526f43981e0826af59cdc4bb702f644781d9/recipes/erlang"; ··· 11679 license = lib.licenses.free; 11680 }; 11681 }) {}; 11682 evil-test-helpers = callPackage ({ evil, fetchFromGitHub, fetchurl, lib, melpaBuild }: 11683 melpaBuild { 11684 pname = "evil-test-helpers"; ··· 12415 find-file-in-project = callPackage ({ emacs, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild }: 12416 melpaBuild { 12417 pname = "find-file-in-project"; 12418 - version = "5.4.7"; 12419 src = fetchFromGitHub { 12420 owner = "technomancy"; 12421 repo = "find-file-in-project"; 12422 - rev = "7be14de3c737e70606d208d8d443b89e58cd646d"; 12423 - sha256 = "1sdnyqv69mipbgs9yax88m9b6crsa59rjhwrih197pifl4089awr"; 12424 }; 12425 recipeFile = fetchurl { 12426 url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/find-file-in-project"; ··· 12734 license = lib.licenses.free; 12735 }; 12736 }) {}; 12737 flx = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 12738 melpaBuild { 12739 pname = "flx"; ··· 14246 license = lib.licenses.free; 14247 }; 14248 }) {}; 14249 fountain-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 14250 melpaBuild { 14251 pname = "fountain-mode"; ··· 14467 futhark-mode = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 14468 melpaBuild { 14469 pname = "futhark-mode"; 14470 - version = "0.3.0"; 14471 src = fetchFromGitHub { 14472 owner = "HIPERFIT"; 14473 repo = "futhark"; 14474 - rev = "81b858a79b29622a1db732f97225cad705c4acf5"; 14475 - sha256 = "04zxal7j58whcy384sscwc7npcqdjlq01jjjn0i35pf2v7r045xy"; 14476 }; 14477 recipeFile = fetchurl { 14478 url = "https://raw.githubusercontent.com/milkypostman/melpa/0607f01aad7e77d53595ad8db95d32acfd29b148/recipes/futhark-mode"; ··· 14874 sha256 = "194nf5kjkxgxqjmxlr9q6r4p9kxcsm9qx8pcagxbhvmfyh6km71h"; 14875 }; 14876 recipeFile = fetchurl { 14877 - url = "https://raw.githubusercontent.com/milkypostman/melpa/d5db83957187c9b65f697eba7e4c3320567cf4ab/recipes/ghub"; 14878 - sha256 = "15kjyi8ialpr1zjqvw68w9pa5sigcwy2szq21yvcy295z7ylzy4i"; 14879 name = "ghub"; 14880 }; 14881 packageRequires = [ emacs ]; ··· 16536 green-is-the-new-black-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 16537 melpaBuild { 16538 pname = "green-is-the-new-black-theme"; 16539 - version = "0.0.3"; 16540 src = fetchFromGitHub { 16541 owner = "fredcamps"; 16542 repo = "green-is-the-new-black-emacs"; 16543 - rev = "b9cdecd04691311c30c94ad4ec81124e63b9b122"; 16544 - sha256 = "124q733rirc8a2d9xfparphcjrrbxhp4wxf070l8hqp3p2764bka"; 16545 }; 16546 recipeFile = fetchurl { 16547 url = "https://raw.githubusercontent.com/milkypostman/melpa/3e42528d5677fd90515cad47266c07ea3d4363fb/recipes/green-is-the-new-black-theme"; ··· 17541 helm-company = callPackage ({ company, fetchFromGitHub, fetchurl, helm, lib, melpaBuild }: 17542 melpaBuild { 17543 pname = "helm-company"; 17544 - version = "0.2.0"; 17545 src = fetchFromGitHub { 17546 owner = "Sodel-the-Vociferous"; 17547 repo = "helm-company"; 17548 - rev = "ae4e1a05455f5eaf07e61b8627934ea1df4eb048"; 17549 - sha256 = "05lfqdg5pzwji3j5w1l892qab9nffd3if8ha0545gbxfn94lnx90"; 17550 }; 17551 recipeFile = fetchurl { 17552 url = "https://raw.githubusercontent.com/milkypostman/melpa/8acf7420f2ac8a36474594bc34316f187b43d771/recipes/helm-company"; ··· 18654 helm-swoop = callPackage ({ emacs, fetchFromGitHub, fetchurl, helm, lib, melpaBuild }: 18655 melpaBuild { 18656 pname = "helm-swoop"; 18657 - version = "1.7.2"; 18658 src = fetchFromGitHub { 18659 owner = "ShingoFukuyama"; 18660 repo = "helm-swoop"; 18661 - rev = "6d3fdcfb6dea06242efc8ff4cafff9917e558bfc"; 18662 - sha256 = "1pjpzccviz95zgl86yw2xda7lhlsfdddf8la8di8rka8sz79nw72"; 18663 }; 18664 recipeFile = fetchurl { 18665 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-swoop"; ··· 20334 indium = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, js2-mode, lib, melpaBuild, seq, websocket }: 20335 melpaBuild { 20336 pname = "indium"; 20337 - version = "1.1.0"; 20338 src = fetchFromGitHub { 20339 owner = "NicolasPetton"; 20340 repo = "Indium"; 20341 - rev = "c15f5a2b4a48fd53b446e0fa291bdb8323b80c27"; 20342 - sha256 = "07fzsjmbbq4nx2w23pbb0z88iqmclm156yd87nxsdivndmzvsgw2"; 20343 }; 20344 recipeFile = fetchurl { 20345 url = "https://raw.githubusercontent.com/milkypostman/melpa/4292058cc6e31cabc0de575134427bce7fcef541/recipes/indium"; ··· 21843 kaolin-themes = callPackage ({ autothemer, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 21844 melpaBuild { 21845 pname = "kaolin-themes"; 21846 - version = "1.3.0"; 21847 src = fetchFromGitHub { 21848 owner = "ogdenwebb"; 21849 repo = "emacs-kaolin-themes"; 21850 - rev = "d730208cff185ee86a81f8a5a6feadfea78ab9cc"; 21851 - sha256 = "0xfb8zi6jvwdivklc3lk5dzf8nnx05pm4fip44s4al6ajns8hgya"; 21852 }; 21853 recipeFile = fetchurl { 21854 url = "https://raw.githubusercontent.com/milkypostman/melpa/043a4e3bd5301ef8f4df2cbda0b3f4111eb399e4/recipes/kaolin-themes"; ··· 22575 license = lib.licenses.free; 22576 }; 22577 }) {}; 22578 lingr = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 22579 melpaBuild { 22580 pname = "lingr"; ··· 23025 logview = callPackage ({ datetime, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 23026 melpaBuild { 23027 pname = "logview"; 23028 - version = "0.8.2"; 23029 src = fetchFromGitHub { 23030 owner = "doublep"; 23031 repo = "logview"; 23032 - rev = "72b6c5349206172a146b2c730b8ac040a92ebc3f"; 23033 - sha256 = "1f93iyxf8v0jazzh6jljrm7r28z00nn14wr90qrh9y9chyq72n63"; 23034 }; 23035 recipeFile = fetchurl { 23036 url = "https://raw.githubusercontent.com/milkypostman/melpa/1df3c11ed7738f32e6ae457647e62847701c8b19/recipes/logview"; ··· 23214 magic-filetype = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 23215 melpaBuild { 23216 pname = "magic-filetype"; 23217 - version = "0.2.1"; 23218 src = fetchFromGitHub { 23219 owner = "emacs-php"; 23220 repo = "magic-filetype.el"; 23221 - rev = "0dfe3d9e0e22c7b06e34c8338f110e337306e3fd"; 23222 - sha256 = "1yjn2w0ykczhlj4q3dnfw2z4q66201dn3jz31yw7hh8bxjlsvwfh"; 23223 }; 23224 recipeFile = fetchurl { 23225 url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/magic-filetype"; ··· 24068 meghanada = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, yasnippet }: 24069 melpaBuild { 24070 pname = "meghanada"; 24071 - version = "0.9.0"; 24072 src = fetchFromGitHub { 24073 owner = "mopemope"; 24074 repo = "meghanada-emacs"; 24075 - rev = "98ad6a5361c725319a355522d2d1ba0e0fbb7cde"; 24076 - sha256 = "06iryz4dbldc9vxy67g977hih8r1bfvjld53lvwnjsc7r3x9i07q"; 24077 }; 24078 recipeFile = fetchurl { 24079 url = "https://raw.githubusercontent.com/milkypostman/melpa/4c75c69b2f00be9a93144f632738272c1e375785/recipes/meghanada"; ··· 25620 nix-buffer = callPackage ({ emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild }: 25621 melpaBuild { 25622 pname = "nix-buffer"; 25623 - version = "3.0.1"; 25624 src = fetchFromGitHub { 25625 owner = "shlevy"; 25626 repo = "nix-buffer"; 25627 - rev = "749f48b510d0fd47dac67850f4089119fbff142a"; 25628 - sha256 = "1iav1s2vc2ivkah9v42961vpk74z8961ybyxq0cnswzjb1xi5n25"; 25629 }; 25630 recipeFile = fetchurl { 25631 url = "https://raw.githubusercontent.com/milkypostman/melpa/08b978724ff26b3ea7a134d307d888c80e2a92a9/recipes/nix-buffer"; ··· 27076 org-mime = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 27077 melpaBuild { 27078 pname = "org-mime"; 27079 - version = "0.0.9"; 27080 src = fetchFromGitHub { 27081 owner = "org-mime"; 27082 repo = "org-mime"; 27083 - rev = "62791db188fa6a9a6b4e53c5c29fb4fa46582b98"; 27084 - sha256 = "1l1fyyyyyi8nj4vpkyhpvz1yyqa2vn7042kp9443kqcswdfc9660"; 27085 }; 27086 recipeFile = fetchurl { 27087 url = "https://raw.githubusercontent.com/milkypostman/melpa/521678fa13884dae69c2b4b7a2af718b2eea4b28/recipes/org-mime"; ··· 27398 license = lib.licenses.free; 27399 }; 27400 }) {}; 27401 org-static-blog = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 27402 melpaBuild { 27403 pname = "org-static-blog"; ··· 27671 license = lib.licenses.free; 27672 }; 27673 }) {}; 27674 - org-wild-notifier = callPackage ({ alert, dash, fetchFromGitHub, fetchurl, lib, melpaBuild, org }: 27675 melpaBuild { 27676 pname = "org-wild-notifier"; 27677 - version = "0.2.2"; 27678 src = fetchFromGitHub { 27679 owner = "akhramov"; 27680 repo = "org-wild-notifier.el"; 27681 - rev = "28f6af12a9efbcab53e310363c451f53ce8ea3f2"; 27682 - sha256 = "00v4f26np4i947xgqr03wylz4ichc168znlwxn4l6np1s85i3mzb"; 27683 }; 27684 recipeFile = fetchurl { 27685 url = "https://raw.githubusercontent.com/milkypostman/melpa/114552a24f73f13b253e3db4885039b680f6ef33/recipes/org-wild-notifier"; 27686 sha256 = "1lmpa614jnkpmfg3m1d2wjn9w0zig3gwd02n3dyjn23n71fiyhkp"; 27687 name = "org-wild-notifier"; 27688 }; 27689 - packageRequires = [ alert dash org ]; 27690 meta = { 27691 homepage = "https://melpa.org/#/org-wild-notifier"; 27692 license = lib.licenses.free; ··· 27788 orgit = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, magit, melpaBuild, org }: 27789 melpaBuild { 27790 pname = "orgit"; 27791 - version = "1.4.1"; 27792 src = fetchFromGitHub { 27793 owner = "magit"; 27794 repo = "orgit"; 27795 - rev = "022687eb02f0bf0d0151d0ad917b165bfef2d663"; 27796 - sha256 = "1cddyns82a06ydbw8rhxzghkjav5vxmmc671pdnai50mql3cx9kf"; 27797 }; 27798 recipeFile = fetchurl { 27799 url = "https://raw.githubusercontent.com/milkypostman/melpa/73b5f7c44c90540e4cbdc003d9881f0ac22cc7bc/recipes/orgit"; ··· 28250 package-build = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 28251 melpaBuild { 28252 pname = "package-build"; 28253 - version = "1.1"; 28254 src = fetchFromGitHub { 28255 owner = "melpa"; 28256 repo = "package-build"; 28257 - rev = "940c991ccd0dab53bd7c120601b3db35669c5e73"; 28258 - sha256 = "18yr4qq3jyf9zhlwqrbfq616svsgn5spnj0s4gsni7kb2ijjh2bp"; 28259 }; 28260 recipeFile = fetchurl { 28261 url = "https://raw.githubusercontent.com/milkypostman/melpa/948fb86b710aafe6bc71f95554655dfdfcab0cca/recipes/package-build"; ··· 30976 packageRequires = []; 30977 meta = { 30978 homepage = "https://melpa.org/#/python-mode"; 30979 license = lib.licenses.free; 30980 }; 30981 }) {}; ··· 32059 rg = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 32060 melpaBuild { 32061 pname = "rg"; 32062 - version = "1.4.1"; 32063 src = fetchFromGitHub { 32064 owner = "dajva"; 32065 repo = "rg.el"; 32066 - rev = "68984092d0e0725057e7b67ba32016903170f189"; 32067 - sha256 = "0qd3qh640339n1dn1isk23xhnkj0pds08yzfak4ijxyzlgl63bdq"; 32068 }; 32069 recipeFile = fetchurl { 32070 url = "https://raw.githubusercontent.com/milkypostman/melpa/9ce1f721867383a841957370946f283f996fa76f/recipes/rg"; ··· 32347 packageRequires = []; 32348 meta = { 32349 homepage = "https://melpa.org/#/rtags"; 32350 license = lib.licenses.free; 32351 }; 32352 }) {}; ··· 34973 license = lib.licenses.free; 34974 }; 34975 }) {}; 34976 string-edit = callPackage ({ dash, fetchFromGitHub, fetchurl, lib, melpaBuild }: 34977 melpaBuild { 34978 pname = "string-edit"; ··· 35161 license = lib.licenses.free; 35162 }; 35163 }) {}; 35164 suggest = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, loop, melpaBuild, s }: 35165 melpaBuild { 35166 pname = "suggest"; ··· 35311 swift-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, seq }: 35312 melpaBuild { 35313 pname = "swift-mode"; 35314 - version = "4.1.0"; 35315 src = fetchFromGitHub { 35316 owner = "chrisbarrett"; 35317 repo = "swift-mode"; 35318 - rev = "7739e4954cc614ecd6b37e935f82ad057e256d56"; 35319 - sha256 = "09mvwfi3nv4hkdvh76d7737nl3zaxn4a5vpmv2645q9s4vcq8zj8"; 35320 }; 35321 recipeFile = fetchurl { 35322 url = "https://raw.githubusercontent.com/milkypostman/melpa/19cb133191cd6f9623e99e958d360113595e756a/recipes/swift-mode"; ··· 36548 treemacs = callPackage ({ ace-window, cl-lib ? null, dash, emacs, f, fetchFromGitHub, fetchurl, ht, hydra, lib, melpaBuild, pfuture, s }: 36549 melpaBuild { 36550 pname = "treemacs"; 36551 - version = "1.18"; 36552 src = fetchFromGitHub { 36553 owner = "Alexander-Miller"; 36554 repo = "treemacs"; 36555 - rev = "2bab3bfb6e75d44d42e1055c4e9bb44400a46475"; 36556 - sha256 = "0zzm17cv1j25b2hj6vlqwi7iglqckijqbsvap0lkijimaipzpq52"; 36557 }; 36558 recipeFile = fetchurl { 36559 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs"; ··· 36569 treemacs-evil = callPackage ({ evil, fetchFromGitHub, fetchurl, lib, melpaBuild, treemacs }: 36570 melpaBuild { 36571 pname = "treemacs-evil"; 36572 - version = "1.18"; 36573 src = fetchFromGitHub { 36574 owner = "Alexander-Miller"; 36575 repo = "treemacs"; 36576 - rev = "2bab3bfb6e75d44d42e1055c4e9bb44400a46475"; 36577 - sha256 = "0zzm17cv1j25b2hj6vlqwi7iglqckijqbsvap0lkijimaipzpq52"; 36578 }; 36579 recipeFile = fetchurl { 36580 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-evil"; ··· 36590 treemacs-projectile = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, projectile, treemacs }: 36591 melpaBuild { 36592 pname = "treemacs-projectile"; 36593 - version = "1.18"; 36594 src = fetchFromGitHub { 36595 owner = "Alexander-Miller"; 36596 repo = "treemacs"; 36597 - rev = "2bab3bfb6e75d44d42e1055c4e9bb44400a46475"; 36598 - sha256 = "0zzm17cv1j25b2hj6vlqwi7iglqckijqbsvap0lkijimaipzpq52"; 36599 }; 36600 recipeFile = fetchurl { 36601 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-projectile"; ··· 36776 license = lib.licenses.free; 36777 }; 36778 }) {}; 36779 - turing-machine = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 36780 melpaBuild { 36781 pname = "turing-machine"; 36782 - version = "0.1.4"; 36783 src = fetchFromGitHub { 36784 owner = "therockmandolinist"; 36785 repo = "turing-machine"; 36786 - rev = "41bfe79ecf8a44dcbaf308c33cbdf324f7c806ae"; 36787 - sha256 = "04j4nw526mxlm4fd2a28p0pa2ss4b4vznjvpk0f0wlf61ymvy884"; 36788 }; 36789 recipeFile = fetchurl { 36790 url = "https://raw.githubusercontent.com/milkypostman/melpa/a003b40a52a92b3ab4d1ffc003f570d4fa6bfbde/recipes/turing-machine"; 36791 sha256 = "1ndy953q9hr1psqqkkqsffyvj800cnqdxcrixqiw0ls77f2kczcn"; 36792 name = "turing-machine"; 36793 }; 36794 - packageRequires = [ cl-lib emacs ]; 36795 meta = { 36796 homepage = "https://melpa.org/#/turing-machine"; 36797 license = lib.licenses.free; ··· 39687 license = lib.licenses.free; 39688 }; 39689 }) {}; 39690 - }
··· 125 license = lib.licenses.free; 126 }; 127 }) {}; 128 ac-cake = callPackage ({ auto-complete, cake, fetchFromGitHub, fetchurl, lib, melpaBuild }: 129 melpaBuild { 130 pname = "ac-cake"; ··· 2002 license = lib.licenses.free; 2003 }; 2004 }) {}; 2005 + aurora-config-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 2006 + melpaBuild { 2007 + pname = "aurora-config-mode"; 2008 + version = "0.0.2"; 2009 + src = fetchFromGitHub { 2010 + owner = "bdd"; 2011 + repo = "aurora-config-mode.el"; 2012 + rev = "0a7ca7987c3a0824e25470389c7d25c337a81593"; 2013 + sha256 = "0ns1xhpk1awbj3kv946dv11a99p84dhm54vjk72kslxwx42nia28"; 2014 + }; 2015 + recipeFile = fetchurl { 2016 + url = "https://raw.githubusercontent.com/milkypostman/melpa/10a44bed8edee646bf68abf7dffbe352a137a278/recipes/aurora-config-mode"; 2017 + sha256 = "1hpjwidqmjxanijsc1imc7ww9abbylmkin1p0846fbz1hz3a603c"; 2018 + name = "aurora-config-mode"; 2019 + }; 2020 + packageRequires = []; 2021 + meta = { 2022 + homepage = "https://melpa.org/#/aurora-config-mode"; 2023 + license = lib.licenses.free; 2024 + }; 2025 + }) {}; 2026 auth-password-store = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, password-store, seq }: 2027 melpaBuild { 2028 pname = "auth-password-store"; 2029 + version = "3.0.0"; 2030 src = fetchFromGitHub { 2031 owner = "DamienCassou"; 2032 repo = "auth-password-store"; 2033 + rev = "6af0458a6b586cc5004fa652f23615433304924d"; 2034 + sha256 = "150cx8ida9bl0g84iq051rziy64ic2pxz6hn0blsys1qcp9lf8wa"; 2035 }; 2036 recipeFile = fetchurl { 2037 url = "https://raw.githubusercontent.com/milkypostman/melpa/0f4d2a28373ba93da5b280ebf40c5a3fa758ea11/recipes/auth-password-store"; ··· 3775 caml = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 3776 melpaBuild { 3777 pname = "caml"; 3778 + version = "4.6.1"; 3779 src = fetchFromGitHub { 3780 owner = "ocaml"; 3781 repo = "ocaml"; 3782 + rev = "81dc8e8fcf923baa5e5208f9bc4228930c7c3d56"; 3783 + sha256 = "0pn25c3v8xnihnyzk1w297ci5ca05hcdv46m21522sgpcinbvkc7"; 3784 }; 3785 recipeFile = fetchurl { 3786 url = "https://raw.githubusercontent.com/milkypostman/melpa/d5a3263cdcc229b11a3e96edbf632d56f32c47aa/recipes/caml"; ··· 3838 cask = callPackage ({ cl-lib ? null, dash, epl, f, fetchFromGitHub, fetchurl, lib, melpaBuild, package-build, s, shut-up }: 3839 melpaBuild { 3840 pname = "cask"; 3841 + version = "0.8.3"; 3842 src = fetchFromGitHub { 3843 owner = "cask"; 3844 repo = "cask"; 3845 + rev = "ccfe38ae133cc843865f87607d3f4f3960b76870"; 3846 + sha256 = "1bv0lganh5xhjp2r84js596p1sqndvxnhn3q6l7m7lcdxrjckcy8"; 3847 }; 3848 recipeFile = fetchurl { 3849 url = "https://raw.githubusercontent.com/milkypostman/melpa/b86c666ee9b0620390a250dddd42b17cbec2409f/recipes/cask"; ··· 4772 cmake-mode = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 4773 melpaBuild { 4774 pname = "cmake-mode"; 4775 + version = "3.11.0pre1"; 4776 src = fetchFromGitHub { 4777 owner = "Kitware"; 4778 repo = "CMake"; 4779 + rev = "02edf08be2b9476f442b702c6c00447912425cc2"; 4780 + sha256 = "1ppq3g1525izfl4d8779rj6lq8jkgqh50wnbyb0cmj6bp7b7c9sz"; 4781 }; 4782 recipeFile = fetchurl { 4783 url = "https://raw.githubusercontent.com/milkypostman/melpa/598723893ae4bc2e60f527a072efe6ed9d4e2488/recipes/cmake-mode"; ··· 5087 company = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 5088 melpaBuild { 5089 pname = "company"; 5090 + version = "0.9.5"; 5091 src = fetchFromGitHub { 5092 owner = "company-mode"; 5093 repo = "company-mode"; 5094 + rev = "7cc0901489dff3d73ddc845ae060f938ecb85615"; 5095 + sha256 = "1kqj0nvnp8k7kg9fskl9g6z4pn1ik2a3lnvs01r1cxi1b5ixqjmk"; 5096 }; 5097 recipeFile = fetchurl { 5098 url = "https://raw.githubusercontent.com/milkypostman/melpa/96e7b4184497d0d0db532947f2801398b72432e4/recipes/company"; ··· 5399 license = lib.licenses.free; 5400 }; 5401 }) {}; 5402 + company-lsp = callPackage ({ company, dash, emacs, fetchFromGitHub, fetchurl, lib, lsp-mode, melpaBuild, s }: 5403 melpaBuild { 5404 pname = "company-lsp"; 5405 + version = "2.0.1"; 5406 src = fetchFromGitHub { 5407 owner = "tigersoldier"; 5408 repo = "company-lsp"; 5409 + rev = "4512d062c38922d8b8cf402ca6043c246e915694"; 5410 + sha256 = "0q95lgw02qy5dn3vpdhspmvjhnfzmmn2asajaf15q5lkjbsvxfrk"; 5411 }; 5412 recipeFile = fetchurl { 5413 url = "https://raw.githubusercontent.com/milkypostman/melpa/5125f53307c1af3d9ccf2bae3c25e7d23dfe1932/recipes/company-lsp"; 5414 sha256 = "09nbi6vxw8l26gfgsc1k3bx4m8i1px1b0jxaywszky5bv4fdy03l"; 5415 name = "company-lsp"; 5416 }; 5417 + packageRequires = [ company dash emacs lsp-mode s ]; 5418 meta = { 5419 homepage = "https://melpa.org/#/company-lsp"; 5420 license = lib.licenses.free; ··· 6059 counsel-etags = callPackage ({ counsel, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 6060 melpaBuild { 6061 pname = "counsel-etags"; 6062 + version = "1.4.0"; 6063 src = fetchFromGitHub { 6064 owner = "redguardtoo"; 6065 repo = "counsel-etags"; 6066 + rev = "80038731a5be72310ae499173ee793f36ac148b1"; 6067 + sha256 = "0psvdrxwlzhl8hxzvvdjc25xmk4v5v7ili5d0r78lrsq0k17nrg8"; 6068 }; 6069 recipeFile = fetchurl { 6070 url = "https://raw.githubusercontent.com/milkypostman/melpa/87528349a3ab305bfe98f30c5404913272817a38/recipes/counsel-etags"; ··· 6728 license = lib.licenses.free; 6729 }; 6730 }) {}; 6731 + dart-mode = callPackage ({ cl-lib ? null, dash, emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, s }: 6732 melpaBuild { 6733 pname = "dart-mode"; 6734 + version = "1.0.3"; 6735 src = fetchFromGitHub { 6736 owner = "nex3"; 6737 repo = "dart-mode"; 6738 + rev = "f3a7c7b71fb12d02fa02700bc10426cb10010d01"; 6739 + sha256 = "1g0c37qfqki7v1a5rxf6sy7k07i529rw3f1wmjl7g1zhd9bwsml2"; 6740 }; 6741 recipeFile = fetchurl { 6742 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/dart-mode"; 6743 sha256 = "00zvgxfxgk5jair796l6appyq5hc7hs2s2wglv1j4l7g50b05cla"; 6744 name = "dart-mode"; 6745 }; 6746 + packageRequires = [ cl-lib dash emacs flycheck s ]; 6747 meta = { 6748 homepage = "https://melpa.org/#/dart-mode"; 6749 license = lib.licenses.free; ··· 7571 direnv = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, with-editor }: 7572 melpaBuild { 7573 pname = "direnv"; 7574 + version = "1.3.0"; 7575 src = fetchFromGitHub { 7576 owner = "wbolster"; 7577 repo = "emacs-direnv"; 7578 + rev = "5b55dac12467689083ff995777f54a304ff47be1"; 7579 + sha256 = "0sjrnab8rx1bpnxim268b8jfpyh8h0iy3j38925r0jqjgjb19ksn"; 7580 }; 7581 recipeFile = fetchurl { 7582 url = "https://raw.githubusercontent.com/milkypostman/melpa/5419809ee62b920463e359c8e1314cd0763657c1/recipes/direnv"; ··· 7914 doom-themes = callPackage ({ all-the-icons, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 7915 melpaBuild { 7916 pname = "doom-themes"; 7917 + version = "2.1.1"; 7918 src = fetchFromGitHub { 7919 owner = "hlissner"; 7920 repo = "emacs-doom-themes"; 7921 + rev = "98120f9b362b53983e932f126cf92848297b745a"; 7922 + sha256 = "03pnnbqa09iqyypgbgwlkxr6w1j46rla6pivbq7fy366yk2x03x0"; 7923 }; 7924 recipeFile = fetchurl { 7925 url = "https://raw.githubusercontent.com/milkypostman/melpa/c5084bc2c3fe378af6ff39d65e40649c6359b7b5/recipes/doom-themes"; ··· 8522 ebib = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, parsebib, seq }: 8523 melpaBuild { 8524 pname = "ebib"; 8525 + version = "2.11.8"; 8526 src = fetchFromGitHub { 8527 owner = "joostkremers"; 8528 repo = "ebib"; 8529 + rev = "fb43f9354f9f9c4c65091ae15732b1d941475186"; 8530 + sha256 = "16l6l2qpkq10wkd95vbch2f7qcsb0jw4rjdf0gck2q8si8i2xi9h"; 8531 }; 8532 recipeFile = fetchurl { 8533 url = "https://raw.githubusercontent.com/milkypostman/melpa/4e39cd8e8b4f61c04fa967def6a653bb22f45f5b/recipes/ebib"; ··· 9160 elbank = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, seq }: 9161 melpaBuild { 9162 pname = "elbank"; 9163 + version = "1.2"; 9164 src = fetchFromGitHub { 9165 owner = "NicolasPetton"; 9166 repo = "Elbank"; 9167 + rev = "f494716105b1a9f4f52f43bc3dd37c9cd0309bf5"; 9168 + sha256 = "0bvx6nq0gjjbjs0mzd1x1ajyjpa181z0n4kv4aknh3is210gbpbb"; 9169 }; 9170 recipeFile = fetchurl { 9171 url = "https://raw.githubusercontent.com/milkypostman/melpa/05d252ee84adae2adc88fd325540f76b6cdaf010/recipes/elbank"; ··· 9304 license = lib.licenses.free; 9305 }; 9306 }) {}; 9307 + elisp-lint = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 9308 + melpaBuild { 9309 + pname = "elisp-lint"; 9310 + version = "0.2.0"; 9311 + src = fetchFromGitHub { 9312 + owner = "gonewest818"; 9313 + repo = "elisp-lint"; 9314 + rev = "9d894e99377859171ee54cb7d2b2e7f2cc7c267c"; 9315 + sha256 = "11pvqskjhxxsyxmy8wllqwa0qg0j9280h0m5rzjghgsdcnlisyvq"; 9316 + }; 9317 + recipeFile = fetchurl { 9318 + url = "https://raw.githubusercontent.com/milkypostman/melpa/61595c78ac7f15eef47bf28636ad796f74741509/recipes/elisp-lint"; 9319 + sha256 = "13cxcn0qp63f2nkv37c3w47dby9cqm4l1f8xilgpczdaxd86kd63"; 9320 + name = "elisp-lint"; 9321 + }; 9322 + packageRequires = [ emacs ]; 9323 + meta = { 9324 + homepage = "https://melpa.org/#/elisp-lint"; 9325 + license = lib.licenses.free; 9326 + }; 9327 + }) {}; 9328 elisp-refs = callPackage ({ dash, f, fetchFromGitHub, fetchurl, lib, list-utils, loop, melpaBuild, s }: 9329 melpaBuild { 9330 pname = "elisp-refs"; ··· 10486 erlang = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 10487 melpaBuild { 10488 pname = "erlang"; 10489 + version = "20.2.4"; 10490 src = fetchFromGitHub { 10491 owner = "erlang"; 10492 repo = "otp"; 10493 + rev = "13c6a4bf01d39a5002e09ef1f82619cde9f2c90c"; 10494 + sha256 = "1j8fqzaw36j8naafrrq1s329jlvlb06ra1f03hl76xr0bbxm44ks"; 10495 }; 10496 recipeFile = fetchurl { 10497 url = "https://raw.githubusercontent.com/milkypostman/melpa/d9cd526f43981e0826af59cdc4bb702f644781d9/recipes/erlang"; ··· 11700 license = lib.licenses.free; 11701 }; 11702 }) {}; 11703 + evil-swap-keys = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 11704 + melpaBuild { 11705 + pname = "evil-swap-keys"; 11706 + version = "1.0.0"; 11707 + src = fetchFromGitHub { 11708 + owner = "wbolster"; 11709 + repo = "evil-swap-keys"; 11710 + rev = "56bc201e265a6bd482a7c41a7c81d2238341ef3a"; 11711 + sha256 = "0n0hl0plaghz9rjssabxwfzm46kr6564hpfh6hn8lzla4rf1q5zs"; 11712 + }; 11713 + recipeFile = fetchurl { 11714 + url = "https://raw.githubusercontent.com/milkypostman/melpa/2abff8e3d54ac13c4fe90692a56437844accca25/recipes/evil-swap-keys"; 11715 + sha256 = "12cx95mjm4ymggidvf41gh3a364z32h655jmhk417v0ga9jk9fv6"; 11716 + name = "evil-swap-keys"; 11717 + }; 11718 + packageRequires = [ emacs ]; 11719 + meta = { 11720 + homepage = "https://melpa.org/#/evil-swap-keys"; 11721 + license = lib.licenses.free; 11722 + }; 11723 + }) {}; 11724 evil-test-helpers = callPackage ({ evil, fetchFromGitHub, fetchurl, lib, melpaBuild }: 11725 melpaBuild { 11726 pname = "evil-test-helpers"; ··· 12457 find-file-in-project = callPackage ({ emacs, fetchFromGitHub, fetchurl, ivy, lib, melpaBuild }: 12458 melpaBuild { 12459 pname = "find-file-in-project"; 12460 + version = "5.5.1"; 12461 src = fetchFromGitHub { 12462 owner = "technomancy"; 12463 repo = "find-file-in-project"; 12464 + rev = "ad7d8e3e72ca5044602af060ab2a39c8bbaa0c7b"; 12465 + sha256 = "04p9fv4rv5m9ll6dfbffq46wl3inzayjnrfr3v0wdnppyvpl411c"; 12466 }; 12467 recipeFile = fetchurl { 12468 url = "https://raw.githubusercontent.com/milkypostman/melpa/cae2ac3513e371a256be0f1a7468e38e686c2487/recipes/find-file-in-project"; ··· 12776 license = lib.licenses.free; 12777 }; 12778 }) {}; 12779 + flower = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 12780 + melpaBuild { 12781 + pname = "flower"; 12782 + version = "0.3.6"; 12783 + src = fetchFromGitHub { 12784 + owner = "PositiveTechnologies"; 12785 + repo = "flower"; 12786 + rev = "2c89a7b0bc9d7b2e95d98e159a059d41ae43933f"; 12787 + sha256 = "1ilj0wa53qs8863d7ri9k8m57jd4n2zm3ijs3s2i7fn8a3svmmhy"; 12788 + }; 12789 + recipeFile = fetchurl { 12790 + url = "https://raw.githubusercontent.com/milkypostman/melpa/c8a731715d360aea9af2b898242fd4eee5419d14/recipes/flower"; 12791 + sha256 = "1cb9ppgspdrg4yrrlq4sfajpa6s7xiwvdf9b3947rmmxizgqgynd"; 12792 + name = "flower"; 12793 + }; 12794 + packageRequires = []; 12795 + meta = { 12796 + homepage = "https://melpa.org/#/flower"; 12797 + license = lib.licenses.free; 12798 + }; 12799 + }) {}; 12800 flx = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 12801 melpaBuild { 12802 pname = "flx"; ··· 14309 license = lib.licenses.free; 14310 }; 14311 }) {}; 14312 + fortune-cookie = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 14313 + melpaBuild { 14314 + pname = "fortune-cookie"; 14315 + version = "1.0.0"; 14316 + src = fetchFromGitHub { 14317 + owner = "andschwa"; 14318 + repo = "fortune-cookie"; 14319 + rev = "bad99a2cd090f6646c7ee1125b95dd98744939c6"; 14320 + sha256 = "1kiflisiabc39lxi5hcazfvcwrpasl01lqsi2sri6pyrcrjyh8mf"; 14321 + }; 14322 + recipeFile = fetchurl { 14323 + url = "https://raw.githubusercontent.com/milkypostman/melpa/ab0d56626c9bf847c693b4d9ddb08acee636054f/recipes/fortune-cookie"; 14324 + sha256 = "0xg0zk7hnyhnbhqpxnzrgqs5yz0sy6wb0n9982qc0pa6jqnl9z78"; 14325 + name = "fortune-cookie"; 14326 + }; 14327 + packageRequires = []; 14328 + meta = { 14329 + homepage = "https://melpa.org/#/fortune-cookie"; 14330 + license = lib.licenses.free; 14331 + }; 14332 + }) {}; 14333 fountain-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 14334 melpaBuild { 14335 pname = "fountain-mode"; ··· 14551 futhark-mode = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 14552 melpaBuild { 14553 pname = "futhark-mode"; 14554 + version = "0.3.1"; 14555 src = fetchFromGitHub { 14556 owner = "HIPERFIT"; 14557 repo = "futhark"; 14558 + rev = "631c493b97b3e2f928892fb25fa29daca4927f83"; 14559 + sha256 = "1a6qr5r62q84m1jcs1xj36p7jr9c042gh38lb7cmfcxf2x693h68"; 14560 }; 14561 recipeFile = fetchurl { 14562 url = "https://raw.githubusercontent.com/milkypostman/melpa/0607f01aad7e77d53595ad8db95d32acfd29b148/recipes/futhark-mode"; ··· 14958 sha256 = "194nf5kjkxgxqjmxlr9q6r4p9kxcsm9qx8pcagxbhvmfyh6km71h"; 14959 }; 14960 recipeFile = fetchurl { 14961 + url = "https://raw.githubusercontent.com/milkypostman/melpa/70a4dbd62fd6ebb4e056d0e97fa1a958437ddc91/recipes/ghub"; 14962 + sha256 = "031bzp61aal2id5sazwjz30svydjvxvphw5wbv5cyy4dqyh7w2ps"; 14963 name = "ghub"; 14964 }; 14965 packageRequires = [ emacs ]; ··· 16620 green-is-the-new-black-theme = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 16621 melpaBuild { 16622 pname = "green-is-the-new-black-theme"; 16623 + version = "0.0.4"; 16624 src = fetchFromGitHub { 16625 owner = "fredcamps"; 16626 repo = "green-is-the-new-black-emacs"; 16627 + rev = "374d14b99f4959fa039c0e1ce8e0e7991b726d98"; 16628 + sha256 = "135w5vwbk2468b82v6icc8nh50d9flpi7zd63xch8vpvsri0vpw0"; 16629 }; 16630 recipeFile = fetchurl { 16631 url = "https://raw.githubusercontent.com/milkypostman/melpa/3e42528d5677fd90515cad47266c07ea3d4363fb/recipes/green-is-the-new-black-theme"; ··· 17625 helm-company = callPackage ({ company, fetchFromGitHub, fetchurl, helm, lib, melpaBuild }: 17626 melpaBuild { 17627 pname = "helm-company"; 17628 + version = "0.2.2"; 17629 src = fetchFromGitHub { 17630 owner = "Sodel-the-Vociferous"; 17631 repo = "helm-company"; 17632 + rev = "acc9c7901e094c1591327a0db1ec7a439f67a84d"; 17633 + sha256 = "1d4q9clp0q56br80c21a4wz1gc4jw3mdy97z9mq07x9i8rhlppzs"; 17634 }; 17635 recipeFile = fetchurl { 17636 url = "https://raw.githubusercontent.com/milkypostman/melpa/8acf7420f2ac8a36474594bc34316f187b43d771/recipes/helm-company"; ··· 18738 helm-swoop = callPackage ({ emacs, fetchFromGitHub, fetchurl, helm, lib, melpaBuild }: 18739 melpaBuild { 18740 pname = "helm-swoop"; 18741 + version = "1.7.4"; 18742 src = fetchFromGitHub { 18743 owner = "ShingoFukuyama"; 18744 repo = "helm-swoop"; 18745 + rev = "c66336b8245ddc51c4206f19c119f1081920985c"; 18746 + sha256 = "0b23j1bkpg4pm310hqdhgnl4mxsj05gpl08b6kb2ja4fzrg6adsk"; 18747 }; 18748 recipeFile = fetchurl { 18749 url = "https://raw.githubusercontent.com/milkypostman/melpa/855ea20024b606314f8590129259747cac0bcc97/recipes/helm-swoop"; ··· 20418 indium = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, js2-mode, lib, melpaBuild, seq, websocket }: 20419 melpaBuild { 20420 pname = "indium"; 20421 + version = "1.2.0"; 20422 src = fetchFromGitHub { 20423 owner = "NicolasPetton"; 20424 repo = "Indium"; 20425 + rev = "5ece767ea30a350dcdb1a4defaca174e85efedc5"; 20426 + sha256 = "1djkzjxv7idqg5pmbqf60lmvibp3ccvgdkdwb48wzn2yvnqr2vw6"; 20427 }; 20428 recipeFile = fetchurl { 20429 url = "https://raw.githubusercontent.com/milkypostman/melpa/4292058cc6e31cabc0de575134427bce7fcef541/recipes/indium"; ··· 21927 kaolin-themes = callPackage ({ autothemer, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 21928 melpaBuild { 21929 pname = "kaolin-themes"; 21930 + version = "1.3.1"; 21931 src = fetchFromGitHub { 21932 owner = "ogdenwebb"; 21933 repo = "emacs-kaolin-themes"; 21934 + rev = "8a229fcd1d73876920a063f0eba906a5080275a7"; 21935 + sha256 = "0w35862sjyizj7grb9ixjns8kpxq2wgdgn1n06jdhmnnaqdyq911"; 21936 }; 21937 recipeFile = fetchurl { 21938 url = "https://raw.githubusercontent.com/milkypostman/melpa/043a4e3bd5301ef8f4df2cbda0b3f4111eb399e4/recipes/kaolin-themes"; ··· 22659 license = lib.licenses.free; 22660 }; 22661 }) {}; 22662 + line-up-words = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 22663 + melpaBuild { 22664 + pname = "line-up-words"; 22665 + version = "1.0.0"; 22666 + src = fetchFromGitHub { 22667 + owner = "janestreet"; 22668 + repo = "line-up-words"; 22669 + rev = "54d2c51c1c3da7e06be47b829bf465bf467ab53f"; 22670 + sha256 = "0qda9i5yjjf2x5cpg6nxkzqwa8fzzjxk0yyc4295kbawwd83vglr"; 22671 + }; 22672 + recipeFile = fetchurl { 22673 + url = "https://raw.githubusercontent.com/milkypostman/melpa/28ac7764a19fee2e1e2a89d95569815f1940c5e4/recipes/line-up-words"; 22674 + sha256 = "0agsrrkwwfmbiy4z3g4hkrpfr3nqgd5lwfn18qrdxynijd5rqs79"; 22675 + name = "line-up-words"; 22676 + }; 22677 + packageRequires = []; 22678 + meta = { 22679 + homepage = "https://melpa.org/#/line-up-words"; 22680 + license = lib.licenses.free; 22681 + }; 22682 + }) {}; 22683 lingr = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 22684 melpaBuild { 22685 pname = "lingr"; ··· 23130 logview = callPackage ({ datetime, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 23131 melpaBuild { 23132 pname = "logview"; 23133 + version = "0.9"; 23134 src = fetchFromGitHub { 23135 owner = "doublep"; 23136 repo = "logview"; 23137 + rev = "9ec279d933923dab2d8d1f140adc43073dab6433"; 23138 + sha256 = "1qhzs75pxnaksbhczmpdcy2zmrqavlzkzss7ik5nv2wf9vs0sn02"; 23139 }; 23140 recipeFile = fetchurl { 23141 url = "https://raw.githubusercontent.com/milkypostman/melpa/1df3c11ed7738f32e6ae457647e62847701c8b19/recipes/logview"; ··· 23319 magic-filetype = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 23320 melpaBuild { 23321 pname = "magic-filetype"; 23322 + version = "0.3.0"; 23323 src = fetchFromGitHub { 23324 owner = "emacs-php"; 23325 repo = "magic-filetype.el"; 23326 + rev = "019494add5ff02dd36cb3f500142fc51125522cc"; 23327 + sha256 = "1hw77d4wgqrms8rvkv3xd50v4y9qjvm7cpz5rkgmvizs34pjqy22"; 23328 }; 23329 recipeFile = fetchurl { 23330 url = "https://raw.githubusercontent.com/milkypostman/melpa/eb13cb0dba1696cc51132cd1ff723fa17f892a7c/recipes/magic-filetype"; ··· 24173 meghanada = callPackage ({ company, emacs, fetchFromGitHub, fetchurl, flycheck, lib, melpaBuild, yasnippet }: 24174 melpaBuild { 24175 pname = "meghanada"; 24176 + version = "0.9.2"; 24177 src = fetchFromGitHub { 24178 owner = "mopemope"; 24179 repo = "meghanada-emacs"; 24180 + rev = "ca20c57c9c389d4dd9fe88d9a3da33d5af78e4d0"; 24181 + sha256 = "1k9dpvvz7qcscq9z76xvsas96lj0xsnp725z3w97sahqsi0sdxq8"; 24182 }; 24183 recipeFile = fetchurl { 24184 url = "https://raw.githubusercontent.com/milkypostman/melpa/4c75c69b2f00be9a93144f632738272c1e375785/recipes/meghanada"; ··· 25725 nix-buffer = callPackage ({ emacs, f, fetchFromGitHub, fetchurl, lib, melpaBuild }: 25726 melpaBuild { 25727 pname = "nix-buffer"; 25728 + version = "3.1.1"; 25729 src = fetchFromGitHub { 25730 owner = "shlevy"; 25731 repo = "nix-buffer"; 25732 + rev = "db57cda36e7477bdc7ef5a136357b971b1d4d099"; 25733 + sha256 = "0b01b4l9c70sad5r5py5hvg7s6k6idwwp0pv3rn8rj0fq5wlyixj"; 25734 }; 25735 recipeFile = fetchurl { 25736 url = "https://raw.githubusercontent.com/milkypostman/melpa/08b978724ff26b3ea7a134d307d888c80e2a92a9/recipes/nix-buffer"; ··· 27181 org-mime = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 27182 melpaBuild { 27183 pname = "org-mime"; 27184 + version = "0.1.1"; 27185 src = fetchFromGitHub { 27186 owner = "org-mime"; 27187 repo = "org-mime"; 27188 + rev = "0752659f7a19cead182584fabc9544464f69b83e"; 27189 + sha256 = "06lay5w03ah3w156spgh4bv2ma4x42pyhr3glfxw7vplfr5klvfz"; 27190 }; 27191 recipeFile = fetchurl { 27192 url = "https://raw.githubusercontent.com/milkypostman/melpa/521678fa13884dae69c2b4b7a2af718b2eea4b28/recipes/org-mime"; ··· 27503 license = lib.licenses.free; 27504 }; 27505 }) {}; 27506 + org-rich-yank = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 27507 + melpaBuild { 27508 + pname = "org-rich-yank"; 27509 + version = "0.1.1"; 27510 + src = fetchFromGitHub { 27511 + owner = "unhammer"; 27512 + repo = "org-rich-yank"; 27513 + rev = "ffa90b29604e27a60ad341c06d0e43769af19715"; 27514 + sha256 = "1z9137nirbaydqpw5b7ii3qnpn09v1kiqnyxsxkgc0q3arb1m1f6"; 27515 + }; 27516 + recipeFile = fetchurl { 27517 + url = "https://raw.githubusercontent.com/milkypostman/melpa/1261823d88459b6ac42d6c55c157a326173663df/recipes/org-rich-yank"; 27518 + sha256 = "1v0sc90g5sl6b9ylxbk2y8s3pvxkf4v7k2rkzpgpbp4nrq0miy4y"; 27519 + name = "org-rich-yank"; 27520 + }; 27521 + packageRequires = [ emacs ]; 27522 + meta = { 27523 + homepage = "https://melpa.org/#/org-rich-yank"; 27524 + license = lib.licenses.free; 27525 + }; 27526 + }) {}; 27527 org-static-blog = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 27528 melpaBuild { 27529 pname = "org-static-blog"; ··· 27797 license = lib.licenses.free; 27798 }; 27799 }) {}; 27800 + org-wild-notifier = callPackage ({ alert, dash, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 27801 melpaBuild { 27802 pname = "org-wild-notifier"; 27803 + version = "0.2.4"; 27804 src = fetchFromGitHub { 27805 owner = "akhramov"; 27806 repo = "org-wild-notifier.el"; 27807 + rev = "5da63fc00db20b60eb46a241cc8308547d85b3ad"; 27808 + sha256 = "1269az078d6d0x7ims2qa6wdv8ql2hn70fwigfqw116v9602ywjr"; 27809 }; 27810 recipeFile = fetchurl { 27811 url = "https://raw.githubusercontent.com/milkypostman/melpa/114552a24f73f13b253e3db4885039b680f6ef33/recipes/org-wild-notifier"; 27812 sha256 = "1lmpa614jnkpmfg3m1d2wjn9w0zig3gwd02n3dyjn23n71fiyhkp"; 27813 name = "org-wild-notifier"; 27814 }; 27815 + packageRequires = [ alert dash emacs ]; 27816 meta = { 27817 homepage = "https://melpa.org/#/org-wild-notifier"; 27818 license = lib.licenses.free; ··· 27914 orgit = callPackage ({ dash, emacs, fetchFromGitHub, fetchurl, lib, magit, melpaBuild, org }: 27915 melpaBuild { 27916 pname = "orgit"; 27917 + version = "1.5.0"; 27918 src = fetchFromGitHub { 27919 owner = "magit"; 27920 repo = "orgit"; 27921 + rev = "976f3c7d25ad92c57341b52dad9af89b49c37f0c"; 27922 + sha256 = "0m8mghh0iydbvlsrg0zd2xajfhdxgxk79dm4gwircrh6zv8194ax"; 27923 }; 27924 recipeFile = fetchurl { 27925 url = "https://raw.githubusercontent.com/milkypostman/melpa/73b5f7c44c90540e4cbdc003d9881f0ac22cc7bc/recipes/orgit"; ··· 28376 package-build = callPackage ({ cl-lib ? null, fetchFromGitHub, fetchurl, lib, melpaBuild }: 28377 melpaBuild { 28378 pname = "package-build"; 28379 + version = "1.2"; 28380 src = fetchFromGitHub { 28381 owner = "melpa"; 28382 repo = "package-build"; 28383 + rev = "d6f926e3688d1c8d3c9d06cbfdd5a31f85accf00"; 28384 + sha256 = "072dlzskl0w4xcnrzgy36gzn4sla4hw84yr82rv04akb9mg4ya9m"; 28385 }; 28386 recipeFile = fetchurl { 28387 url = "https://raw.githubusercontent.com/milkypostman/melpa/948fb86b710aafe6bc71f95554655dfdfcab0cca/recipes/package-build"; ··· 31102 packageRequires = []; 31103 meta = { 31104 homepage = "https://melpa.org/#/python-mode"; 31105 + license = lib.licenses.free; 31106 + }; 31107 + }) {}; 31108 + python-pytest = callPackage ({ dash, dash-functional, emacs, fetchFromGitHub, fetchurl, lib, magit-popup, melpaBuild, projectile, s }: 31109 + melpaBuild { 31110 + pname = "python-pytest"; 31111 + version = "0.2.0"; 31112 + src = fetchFromGitHub { 31113 + owner = "wbolster"; 31114 + repo = "emacs-python-pytest"; 31115 + rev = "440f65ff4859fe45ae411dead032d74a2eb1d035"; 31116 + sha256 = "1di8jdvaknr4vx2a68hr4pb040lbfjw2ckzfgmzv527ln5ndww6b"; 31117 + }; 31118 + recipeFile = fetchurl { 31119 + url = "https://raw.githubusercontent.com/milkypostman/melpa/d95442748827911e082a55f4fd7c348a3757e274/recipes/python-pytest"; 31120 + sha256 = "0n97akqq7dss7rsww311ljh9w1hyc4j64wjmpxjlc9lg5aqwjbh4"; 31121 + name = "python-pytest"; 31122 + }; 31123 + packageRequires = [ 31124 + dash 31125 + dash-functional 31126 + emacs 31127 + magit-popup 31128 + projectile 31129 + s 31130 + ]; 31131 + meta = { 31132 + homepage = "https://melpa.org/#/python-pytest"; 31133 license = lib.licenses.free; 31134 }; 31135 }) {}; ··· 32213 rg = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, s }: 32214 melpaBuild { 32215 pname = "rg"; 32216 + version = "1.4.2"; 32217 src = fetchFromGitHub { 32218 owner = "dajva"; 32219 repo = "rg.el"; 32220 + rev = "562ac6fd6291f828ee6116db62982c77ddd52956"; 32221 + sha256 = "0r5pqjmjwn5qpm8kns1730a6cq3bqxjp8ha63w0n1hnrd4gb24sw"; 32222 }; 32223 recipeFile = fetchurl { 32224 url = "https://raw.githubusercontent.com/milkypostman/melpa/9ce1f721867383a841957370946f283f996fa76f/recipes/rg"; ··· 32501 packageRequires = []; 32502 meta = { 32503 homepage = "https://melpa.org/#/rtags"; 32504 + license = lib.licenses.free; 32505 + }; 32506 + }) {}; 32507 + rubik = callPackage ({ calc, cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 32508 + melpaBuild { 32509 + pname = "rubik"; 32510 + version = "1.2"; 32511 + src = fetchFromGitHub { 32512 + owner = "Kurvivor19"; 32513 + repo = "rubik-mode"; 32514 + rev = "7ec955639865ca8e99a941843e19b12be5015a47"; 32515 + sha256 = "0fdjg6gpg45m5myq517vkprmvh50xw10dqa8vwr9hfz2z8dy18ja"; 32516 + }; 32517 + recipeFile = fetchurl { 32518 + url = "https://raw.githubusercontent.com/milkypostman/melpa/00946ed21b0f05b753c792863f6bcc99c26c32a3/recipes/rubik"; 32519 + sha256 = "07bbh5vjw3jdxf06lxqm45y8ijcai391mf97xw5c29z33vhqs267"; 32520 + name = "rubik"; 32521 + }; 32522 + packageRequires = [ calc cl-lib emacs ]; 32523 + meta = { 32524 + homepage = "https://melpa.org/#/rubik"; 32525 license = lib.licenses.free; 32526 }; 32527 }) {}; ··· 35148 license = lib.licenses.free; 35149 }; 35150 }) {}; 35151 + stgit = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 35152 + melpaBuild { 35153 + pname = "stgit"; 35154 + version = "0.18"; 35155 + src = fetchFromGitHub { 35156 + owner = "ctmarinas"; 35157 + repo = "stgit"; 35158 + rev = "3df606d14f6673fede6cdf5fad921a664c03e108"; 35159 + sha256 = "0ydgg744m671nkhg7h4q2z3b9vpbc9914rbc0wcgimqfqsxkxx2y"; 35160 + }; 35161 + recipeFile = fetchurl { 35162 + url = "https://raw.githubusercontent.com/milkypostman/melpa/726da64b7baea1735a916b826bdfb8f575860e21/recipes/stgit"; 35163 + sha256 = "1gbr0pvvig2vg94svy1r6zp57rhyg6n9yp7qvlkfal1z2lhzhs0g"; 35164 + name = "stgit"; 35165 + }; 35166 + packageRequires = []; 35167 + meta = { 35168 + homepage = "https://melpa.org/#/stgit"; 35169 + license = lib.licenses.free; 35170 + }; 35171 + }) {}; 35172 string-edit = callPackage ({ dash, fetchFromGitHub, fetchurl, lib, melpaBuild }: 35173 melpaBuild { 35174 pname = "string-edit"; ··· 35357 license = lib.licenses.free; 35358 }; 35359 }) {}; 35360 + sudden-death = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }: 35361 + melpaBuild { 35362 + pname = "sudden-death"; 35363 + version = "0.2.1"; 35364 + src = fetchFromGitHub { 35365 + owner = "yewton"; 35366 + repo = "sudden-death.el"; 35367 + rev = "791a63d3f4df192e71f4232a9a4c5588f4b43dfb"; 35368 + sha256 = "0z3adwd6ymapkdniny3ax2i3wzxp11g6in4bghbcr9bfdxcsf7ps"; 35369 + }; 35370 + recipeFile = fetchurl { 35371 + url = "https://raw.githubusercontent.com/milkypostman/melpa/3f20f389a2d7ddf49ca64d945b41584a7c120faf/recipes/sudden-death"; 35372 + sha256 = "1wrhb3d27j07i64hvjggyajm752w4mhrhq09lfvyhz6ykp1ly3fh"; 35373 + name = "sudden-death"; 35374 + }; 35375 + packageRequires = []; 35376 + meta = { 35377 + homepage = "https://melpa.org/#/sudden-death"; 35378 + license = lib.licenses.free; 35379 + }; 35380 + }) {}; 35381 + sudo-edit = callPackage ({ cl-lib ? null, emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 35382 + melpaBuild { 35383 + pname = "sudo-edit"; 35384 + version = "0.1.0"; 35385 + src = fetchFromGitHub { 35386 + owner = "nflath"; 35387 + repo = "sudo-edit"; 35388 + rev = "bcb12aaa0da0c56d851cfa2f1b3ea4afdd2a755b"; 35389 + sha256 = "1k6sx8k304dw9dlidnxcln9ip9cj3b6i196z98g9n0kcd1js9f99"; 35390 + }; 35391 + recipeFile = fetchurl { 35392 + url = "https://raw.githubusercontent.com/milkypostman/melpa/3b08d4bbdb23b988db5ed7cb5a2a925b7c2e242e/recipes/sudo-edit"; 35393 + sha256 = "10vz7q8m0l2dyhiy9r9nj17qlwyv032glshzljzhm1n20w8y1fq4"; 35394 + name = "sudo-edit"; 35395 + }; 35396 + packageRequires = [ cl-lib emacs ]; 35397 + meta = { 35398 + homepage = "https://melpa.org/#/sudo-edit"; 35399 + license = lib.licenses.free; 35400 + }; 35401 + }) {}; 35402 suggest = callPackage ({ dash, emacs, f, fetchFromGitHub, fetchurl, lib, loop, melpaBuild, s }: 35403 melpaBuild { 35404 pname = "suggest"; ··· 35549 swift-mode = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild, seq }: 35550 melpaBuild { 35551 pname = "swift-mode"; 35552 + version = "4.1.1"; 35553 src = fetchFromGitHub { 35554 owner = "chrisbarrett"; 35555 repo = "swift-mode"; 35556 + rev = "4e2227906c90631bfe5109df3e7f57bc1e70ac29"; 35557 + sha256 = "02xpb453jdaqwx8rsc3zg2fnxzfv8fs993kw1bk45s4dja1f95p4"; 35558 }; 35559 recipeFile = fetchurl { 35560 url = "https://raw.githubusercontent.com/milkypostman/melpa/19cb133191cd6f9623e99e958d360113595e756a/recipes/swift-mode"; ··· 36786 treemacs = callPackage ({ ace-window, cl-lib ? null, dash, emacs, f, fetchFromGitHub, fetchurl, ht, hydra, lib, melpaBuild, pfuture, s }: 36787 melpaBuild { 36788 pname = "treemacs"; 36789 + version = "1.18.1"; 36790 src = fetchFromGitHub { 36791 owner = "Alexander-Miller"; 36792 repo = "treemacs"; 36793 + rev = "e8be02971ad6c7a9c33ec544fa41b4b2f6827a35"; 36794 + sha256 = "0fk45jmnx34azldxa4yrv6lqmkaxkpkqbnwnn29q7y4ld0ljghs0"; 36795 }; 36796 recipeFile = fetchurl { 36797 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs"; ··· 36807 treemacs-evil = callPackage ({ evil, fetchFromGitHub, fetchurl, lib, melpaBuild, treemacs }: 36808 melpaBuild { 36809 pname = "treemacs-evil"; 36810 + version = "1.18.1"; 36811 src = fetchFromGitHub { 36812 owner = "Alexander-Miller"; 36813 repo = "treemacs"; 36814 + rev = "e8be02971ad6c7a9c33ec544fa41b4b2f6827a35"; 36815 + sha256 = "0fk45jmnx34azldxa4yrv6lqmkaxkpkqbnwnn29q7y4ld0ljghs0"; 36816 }; 36817 recipeFile = fetchurl { 36818 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-evil"; ··· 36828 treemacs-projectile = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild, projectile, treemacs }: 36829 melpaBuild { 36830 pname = "treemacs-projectile"; 36831 + version = "1.18.1"; 36832 src = fetchFromGitHub { 36833 owner = "Alexander-Miller"; 36834 repo = "treemacs"; 36835 + rev = "e8be02971ad6c7a9c33ec544fa41b4b2f6827a35"; 36836 + sha256 = "0fk45jmnx34azldxa4yrv6lqmkaxkpkqbnwnn29q7y4ld0ljghs0"; 36837 }; 36838 recipeFile = fetchurl { 36839 url = "https://raw.githubusercontent.com/milkypostman/melpa/7a680ee3b4a0ab286ac04d84b3fba7606b40c65b/recipes/treemacs-projectile"; ··· 37014 license = lib.licenses.free; 37015 }; 37016 }) {}; 37017 + turing-machine = callPackage ({ emacs, fetchFromGitHub, fetchurl, lib, melpaBuild }: 37018 melpaBuild { 37019 pname = "turing-machine"; 37020 + version = "0.2.0"; 37021 src = fetchFromGitHub { 37022 owner = "therockmandolinist"; 37023 repo = "turing-machine"; 37024 + rev = "ad1dccc9c445f9e4465e1c67cbbfea9583153047"; 37025 + sha256 = "0qaz4r5ahg2fxsfyxilb8c9956i5ra9vg80l82slm8vrnsinzll6"; 37026 }; 37027 recipeFile = fetchurl { 37028 url = "https://raw.githubusercontent.com/milkypostman/melpa/a003b40a52a92b3ab4d1ffc003f570d4fa6bfbde/recipes/turing-machine"; 37029 sha256 = "1ndy953q9hr1psqqkkqsffyvj800cnqdxcrixqiw0ls77f2kczcn"; 37030 name = "turing-machine"; 37031 }; 37032 + packageRequires = [ emacs ]; 37033 meta = { 37034 homepage = "https://melpa.org/#/turing-machine"; 37035 license = lib.licenses.free; ··· 39925 license = lib.licenses.free; 39926 }; 39927 }) {}; 39928 + }
+6 -6
pkgs/applications/editors/emacs-modes/org-generated.nix
··· 1 { callPackage }: { 2 org = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { 3 pname = "org"; 4 - version = "20180212"; 5 src = fetchurl { 6 - url = "https://orgmode.org/elpa/org-20180212.tar"; 7 - sha256 = "09wgmiavby009mkc5v2d0znrrs40fnmhzq252hni4zjy8kbgwfzk"; 8 }; 9 packageRequires = []; 10 meta = { ··· 14 }) {}; 15 org-plus-contrib = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { 16 pname = "org-plus-contrib"; 17 - version = "20180212"; 18 src = fetchurl { 19 - url = "https://orgmode.org/elpa/org-plus-contrib-20180212.tar"; 20 - sha256 = "0wy9j2iagjzzjkqfsz1askxg4jmaxc0p0f42jbzx2ja7h4qkm9nj"; 21 }; 22 packageRequires = []; 23 meta = {
··· 1 { callPackage }: { 2 org = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { 3 pname = "org"; 4 + version = "20180219"; 5 src = fetchurl { 6 + url = "https://orgmode.org/elpa/org-20180219.tar"; 7 + sha256 = "0yqyvkcal74jmpj6zl7xkcn85hdw2qpqjisb4dbdsr4312g45f3d"; 8 }; 9 packageRequires = []; 10 meta = { ··· 14 }) {}; 15 org-plus-contrib = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { 16 pname = "org-plus-contrib"; 17 + version = "20180219"; 18 src = fetchurl { 19 + url = "https://orgmode.org/elpa/org-plus-contrib-20180219.tar"; 20 + sha256 = "1y7c2prbxpka0j32jam4fbfpslsh9h5049xbxfqymih456j8q7s2"; 21 }; 22 packageRequires = []; 23 meta = {