Merge branch 'master' into staging-next

authored by

Martin Weinelt and committed by
GitHub
ec8267c5 b1b48e10

+2381 -1075
+146
.github/labeler.yml
···
··· 1 + "6.topic: agda": 2 + - doc/languages-frameworks/agda.section.md 3 + - nixos/tests/agda.nix 4 + - pkgs/build-support/agda/**/* 5 + - pkgs/development/libraries/agda/**/* 6 + - pkgs/top-level/agda-packages.nix 7 + 8 + "6.topic: cinnamon": 9 + - pkgs/desktops/cinnamon/**/* 10 + 11 + "6.topic: emacs": 12 + - nixos/modules/services/editors/emacs.nix 13 + - nixos/modules/services/editors/emacs.xml 14 + - nixos/tests/emacs-daemon.nix 15 + - pkgs/applications/editors/emacs-modes/**/* 16 + - pkgs/applications/editors/emacs/**/* 17 + - pkgs/build-support/emacs/**/* 18 + - pkgs/top-level/emacs-packages.nix 19 + 20 + "6.topic: erlang": 21 + - doc/languages-frameworks/beam.section.md 22 + - pkgs/development/beam-modules/**/* 23 + - pkgs/development/interpreters/elixir/**/* 24 + - pkgs/development/interpreters/erlang/**/* 25 + - pkgs/development/tools/build-managers/rebar/**/* 26 + - pkgs/development/tools/build-managers/rebar3/**/* 27 + - pkgs/development/tools/erlang/**/* 28 + - pkgs/top-level/beam-packages.nix 29 + 30 + "6.topic: fetch": 31 + - pkgs/build-support/fetch*/**/* 32 + 33 + "6.topic: GNOME": 34 + - doc/languages-frameworks/gnome.section.md 35 + - nixos/modules/services/desktops/gnome3/**/* 36 + - nixos/modules/services/x11/desktop-managers/gnome3.nix 37 + - nixos/tests/gnome3-xorg.nix 38 + - nixos/tests/gnome3.nix 39 + - pkgs/desktops/gnome-3/**/* 40 + 41 + "6.topic: golang": 42 + - doc/languages-frameworks/go.section.md 43 + - pkgs/development/compilers/go/**/* 44 + - pkgs/development/go-modules/**/* 45 + - pkgs/development/go-packages/**/* 46 + 47 + "6.topic: haskell": 48 + - doc/languages-frameworks/haskell.section.md 49 + - pkgs/development/compilers/ghc/**/* 50 + - pkgs/development/haskell-modules/**/* 51 + - pkgs/development/tools/haskell/**/* 52 + - pkgs/top-level/haskell-packages.nix 53 + 54 + "6.topic: kernel": 55 + - pkgs/build-support/kernel/**/* 56 + 57 + "6.topic: lua": 58 + - pkgs/development/interpreters/lua-5/**/* 59 + - pkgs/development/interpreters/luajit/**/* 60 + - pkgs/development/lua-modules/**/* 61 + - pkgs/top-level/lua-packages.nix 62 + 63 + "6.topic: nixos": 64 + - nixos/**/* 65 + 66 + "6.topic: ocaml": 67 + - doc/languages-frameworks/ocaml.section.md 68 + - pkgs/development/compilers/ocaml/**/* 69 + - pkgs/development/compilers/reason/**/* 70 + - pkgs/development/ocaml-modules/**/* 71 + - pkgs/development/tools/ocaml/**/* 72 + - pkgs/top-level/ocaml-packages.nix 73 + 74 + "6.topic: pantheon": 75 + - nixos/modules/services/desktops/pantheon/**/* 76 + - nixos/modules/services/x11/desktop-managers/pantheon.nix 77 + - nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix 78 + - nixos/tests/pantheon.nix 79 + - pkgs/desktops/pantheon/**/* 80 + 81 + "6.topic: policy discussion": 82 + - .github/**/* 83 + 84 + "6.topic: printing": 85 + - nixos/modules/services/printing/cupsd.nix 86 + - pkgs/misc/cups/**/* 87 + 88 + "6.topic: python": 89 + - doc/languages-frameworks/python.section.md 90 + - pkgs/development/interpreters/python/**/* 91 + - pkgs/development/python-modules/**/* 92 + - pkgs/top-level/python-packages.nix 93 + 94 + "6.topic: qt/kde": 95 + - doc/languages-frameworks/qt.section.md 96 + - nixos/modules/services/x11/desktop-managers/plasma5.nix 97 + - nixos/tests/plasma5.nix 98 + - pkgs/applications/kde/**/* 99 + - pkgs/desktops/plasma-5/**/* 100 + - pkgs/development/libraries/kde-frameworks/**/* 101 + - pkgs/development/libraries/qt-5/**/* 102 + 103 + "6.topic: ruby": 104 + - doc/languages-frameworks/ruby.section.md 105 + - pkgs/development/interpreters/ruby/**/* 106 + - pkgs/development/ruby-modules/**/* 107 + 108 + "6.topic: rust": 109 + - doc/languages-frameworks/rust.section.md 110 + - pkgs/build-support/rust/**/* 111 + - pkgs/development/compilers/rust/**/* 112 + 113 + "6.topic: stdenv": 114 + - pkgs/stdenv/**/* 115 + 116 + "6.topic: steam": 117 + - pkgs/games/steam/**/* 118 + 119 + "6.topic: systemd": 120 + - pkgs/os-specific/linux/systemd/**/* 121 + - nixos/modules/system/boot/systemd*/**/* 122 + 123 + "6.topic: TeX": 124 + - doc/languages-frameworks/texlive.section.md 125 + - pkgs/tools/typesetting/tex/**/* 126 + 127 + "6.topic: vim": 128 + - doc/languages-frameworks/vim.section.md 129 + - pkgs/applications/editors/vim/**/* 130 + - pkgs/misc/vim-plugins/**/* 131 + 132 + "6.topic: xfce": 133 + - nixos/doc/manual/configuration/xfce.xml 134 + - nixos/modules/services/x11/desktop-managers/xfce.nix 135 + - nixos/tests/xfce.nix 136 + - pkgs/desktops/xfce/**/* 137 + 138 + "8.has: changelog": 139 + - nixos/doc/manual/release-notes/**/* 140 + 141 + "8.has: documentation": 142 + - doc/**/* 143 + - nixos/doc/**/* 144 + 145 + "8.has: module (update)": 146 + - nixos/modules/**/*
+14
.github/workflows/labels.yml
···
··· 1 + name: "Label PR" 2 + 3 + on: 4 + pull_request_target: 5 + 6 + jobs: 7 + labels: 8 + runs-on: ubuntu-latest 9 + if: github.repository_owner == 'NixOS' 10 + steps: 11 + - uses: actions/labeler@v3 12 + with: 13 + repo-token: ${{ secrets.GITHUB_TOKEN }} 14 + sync-labels: true
+28
maintainers/maintainer-list.nix
··· 746 githubId = 1296771; 747 name = "Anders Riutta"; 748 }; 749 arnarg = { 750 email = "arnarg@fastmail.com"; 751 github = "arnarg"; ··· 4014 github = "illiusdope"; 4015 githubId = 61913481; 4016 name = "Mat Marini"; 4017 }; 4018 ilya-fedin = { 4019 email = "fedin-ilja2010@ya.ru"; ··· 9821 githubId = 16151097; 9822 name = "Valentin Gehrke"; 9823 }; 9824 tv = { 9825 email = "tv@krebsco.de"; 9826 github = "4z3"; ··· 10215 wedens = { 10216 email = "kirill.wedens@gmail.com"; 10217 name = "wedens"; 10218 }; 10219 wheelsandmetal = { 10220 email = "jakob@schmutz.co.uk";
··· 746 githubId = 1296771; 747 name = "Anders Riutta"; 748 }; 749 + armijnhemel = { 750 + email = "armijn@tjaldur.nl"; 751 + github = "armijnhemel"; 752 + githubId = 10587952; 753 + name = "Armijn Hemel"; 754 + }; 755 arnarg = { 756 email = "arnarg@fastmail.com"; 757 github = "arnarg"; ··· 4020 github = "illiusdope"; 4021 githubId = 61913481; 4022 name = "Mat Marini"; 4023 + }; 4024 + illustris = { 4025 + email = "me@illustris.tech"; 4026 + github = "illustris"; 4027 + githubId = 3948275; 4028 + name = "Harikrishnan R"; 4029 }; 4030 ilya-fedin = { 4031 email = "fedin-ilja2010@ya.ru"; ··· 9833 githubId = 16151097; 9834 name = "Valentin Gehrke"; 9835 }; 9836 + tuxinaut = { 9837 + email = "trash4you@tuxinaut.de"; 9838 + github = "tuxinaut"; 9839 + githubId = 722482; 9840 + name = "Denny Schäfer"; 9841 + keys = [{ 9842 + longkeyid = "rsa4096/0xB057455D1E567270"; 9843 + fingerprint = "C752 0E49 4D92 1740 D263 C467 B057 455D 1E56 7270"; 9844 + }]; 9845 + }; 9846 tv = { 9847 email = "tv@krebsco.de"; 9848 github = "4z3"; ··· 10237 wedens = { 10238 email = "kirill.wedens@gmail.com"; 10239 name = "wedens"; 10240 + }; 10241 + weihua = { 10242 + email = "luwh364@gmail.com"; 10243 + github = "weihua-lu"; 10244 + githubId = 9002575; 10245 + name = "Weihua Lu"; 10246 }; 10247 wheelsandmetal = { 10248 email = "jakob@schmutz.co.uk";
+52
pkgs/applications/audio/mpdevil/default.nix
···
··· 1 + { lib, fetchFromGitHub 2 + , python3Packages 3 + , gdk-pixbuf, glib, gobject-introspection, gtk3 4 + , intltool 5 + , wrapGAppsHook }: 6 + 7 + python3Packages.buildPythonApplication rec { 8 + pname = "mpdevil"; 9 + version = "1.1.1"; 10 + 11 + src = fetchFromGitHub { 12 + owner = "SoongNoonien"; 13 + repo = pname; 14 + rev = "v${version}"; 15 + sha256 = "0l7mqv7ys05al2hds4icb32hf14fqi3n7b0f5v1yx54cbl9cqfap"; 16 + }; 17 + 18 + nativeBuildInputs = [ 19 + glib.dev gobject-introspection gtk3 intltool wrapGAppsHook 20 + ]; 21 + 22 + buildInputs = [ 23 + gdk-pixbuf glib 24 + ]; 25 + 26 + propagatedBuildInputs = with python3Packages; [ 27 + beautifulsoup4 distutils_extra mpd2 notify-py pygobject3 requests 28 + ]; 29 + 30 + postInstall = '' 31 + glib-compile-schemas $out/share/glib-2.0/schemas 32 + ''; 33 + 34 + preFixup = '' 35 + makeWrapperArgs+=("''${gappsWrapperArgs[@]}") 36 + ''; 37 + 38 + # Prevent double wrapping. 39 + dontWrapGApps = true; 40 + # Otherwise wrapGAppsHook do not pick up the dependencies correctly. 41 + strictDeps = false; 42 + # There aren't any checks. 43 + doCheck = false; 44 + 45 + meta = with lib; { 46 + description = "A simple music browser for MPD"; 47 + homepage = "https://github.com/SoongNoonien/mpdevil"; 48 + license = licenses.gpl3Plus; 49 + platforms = platforms.linux; 50 + maintainers = with maintainers; [ bloomvdomino ]; 51 + }; 52 + }
-13
pkgs/applications/blockchains/nano-wallet/CMakeLists.txt.patch
··· 1 - diff --git a/CMakeLists.txt b/CMakeLists.txt 2 - index b43f02f6..4470abbf 100644 3 - --- a/CMakeLists.txt 4 - +++ b/CMakeLists.txt 5 - @@ -119,7 +119,7 @@ endif (RAIBLOCKS_SECURE_RPC) 6 - 7 - include_directories (${CMAKE_SOURCE_DIR}) 8 - 9 - -set(Boost_USE_STATIC_LIBS ON) 10 - +add_definitions(-DBOOST_LOG_DYN_LINK) 11 - set(Boost_USE_MULTITHREADED ON) 12 - 13 - if (BOOST_CUSTOM)
···
+10 -16
pkgs/applications/blockchains/nano-wallet/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, cmake, pkg-config, wrapQtAppsHook, boost, libGL 2 - , qtbase}: 3 4 stdenv.mkDerivation rec { 5 6 pname = "nano-wallet"; 7 - version = "20.0"; 8 9 src = fetchFromGitHub { 10 owner = "nanocurrency"; 11 - repo = "raiblocks"; 12 rev = "V${version}"; 13 - sha256 = "12nrjjd89yjzx20d85ccmp395pl0djpx0x0qb8dgka8xfy11k7xn"; 14 fetchSubmodules = true; 15 }; 16 - 17 - # Use a patch to force dynamic linking 18 - patches = [ 19 - ./CMakeLists.txt.patch 20 - ]; 21 22 cmakeFlags = let 23 options = { 24 BOOST_ROOT = boost; 25 - Boost_USE_STATIC_LIBS = "OFF"; 26 RAIBLOCKS_GUI = "ON"; 27 RAIBLOCKS_TEST = "ON"; 28 Qt5_DIR = "${qtbase.dev}/lib/cmake/Qt5"; ··· 37 buildInputs = [ boost libGL qtbase ]; 38 39 buildPhase = '' 40 make nano_wallet 41 - ''; 42 - 43 - # Move executables under bin directory 44 - postInstall = '' 45 - mkdir -p $out/bin 46 - mv $out/nano* $out/bin/ 47 ''; 48 49 checkPhase = '' 50 ./core_test 51 ''; 52 53 meta = {
··· 1 { lib, stdenv, fetchFromGitHub, cmake, pkg-config, wrapQtAppsHook, boost, libGL 2 + , qtbase, python }: 3 4 stdenv.mkDerivation rec { 5 6 pname = "nano-wallet"; 7 + version = "21.3"; 8 9 src = fetchFromGitHub { 10 owner = "nanocurrency"; 11 + repo = "nano-node"; 12 rev = "V${version}"; 13 + sha256 = "0f6chl5vrzdr4w8g3nivfxk3qm6m11js401998afnhz0xaysm4pm"; 14 fetchSubmodules = true; 15 }; 16 17 cmakeFlags = let 18 options = { 19 + PYTHON_EXECUTABLE = "${python}/bin/python"; 20 + NANO_SHARED_BOOST = "ON"; 21 BOOST_ROOT = boost; 22 RAIBLOCKS_GUI = "ON"; 23 RAIBLOCKS_TEST = "ON"; 24 Qt5_DIR = "${qtbase.dev}/lib/cmake/Qt5"; ··· 33 buildInputs = [ boost libGL qtbase ]; 34 35 buildPhase = '' 36 + runHook preBuild 37 make nano_wallet 38 + runHook postBuild 39 ''; 40 41 checkPhase = '' 42 + runHook preCheck 43 ./core_test 44 + runHook postCheck 45 ''; 46 47 meta = {
+84 -46
pkgs/applications/editors/emacs-modes/elpa-generated.nix
··· 4 elpaBuild { 5 pname = "ace-window"; 6 ename = "ace-window"; 7 - version = "0.9.0"; 8 src = fetchurl { 9 - url = "https://elpa.gnu.org/packages/ace-window-0.9.0.el"; 10 - sha256 = "1m7fc4arcxn7fp0hnzyp20czjp4zx3rjaspfzpxzgc8sbghi81a3"; 11 }; 12 packageRequires = [ avy ]; 13 meta = { ··· 343 elpaBuild { 344 pname = "bnf-mode"; 345 ename = "bnf-mode"; 346 - version = "0.4.4"; 347 src = fetchurl { 348 - url = "https://elpa.gnu.org/packages/bnf-mode-0.4.4.tar"; 349 - sha256 = "0acr3x96zknxs90dc9mpnrwiaa81883h36lx5q1lxfn78vjfw14x"; 350 }; 351 packageRequires = [ cl-lib emacs ]; 352 meta = { ··· 497 elpaBuild { 498 pname = "clipboard-collector"; 499 ename = "clipboard-collector"; 500 - version = "0.2"; 501 src = fetchurl { 502 - url = "https://elpa.gnu.org/packages/clipboard-collector-0.2.el"; 503 - sha256 = "19scspkxgm3b1jkv10jy6nw9gv1q6sfjys09l37mvsva3djxa1dl"; 504 }; 505 packageRequires = [ emacs ]; 506 meta = { ··· 591 elpaBuild { 592 pname = "company-math"; 593 ename = "company-math"; 594 - version = "1.3"; 595 src = fetchurl { 596 - url = "https://elpa.gnu.org/packages/company-math-1.3.tar"; 597 - sha256 = "0fc9ms0s9w81sxp3qcfva3n3d2qys0pj19pnm621a6v1xdsc7i1l"; 598 }; 599 packageRequires = [ company math-symbol-lists ]; 600 meta = { ··· 940 elpaBuild { 941 pname = "easy-kill"; 942 ename = "easy-kill"; 943 - version = "0.9.3"; 944 src = fetchurl { 945 - url = "https://elpa.gnu.org/packages/easy-kill-0.9.3.tar"; 946 - sha256 = "17nw0mglmg877axwg1d0gs03yc0p04lzmd3pl0nsnqbh3303fnqb"; 947 }; 948 packageRequires = [ cl-lib emacs ]; 949 meta = { ··· 1118 elpaBuild { 1119 pname = "elisp-benchmarks"; 1120 ename = "elisp-benchmarks"; 1121 - version = "1.9"; 1122 src = fetchurl { 1123 - url = "https://elpa.gnu.org/packages/elisp-benchmarks-1.9.tar"; 1124 - sha256 = "14qmybmjlgkjns6vlbsf46f276ykydnbm0f6mij2w3b9qx7z2nb2"; 1125 }; 1126 packageRequires = []; 1127 meta = { ··· 1884 elpaBuild { 1885 pname = "kiwix"; 1886 ename = "kiwix"; 1887 - version = "1.0.1"; 1888 src = fetchurl { 1889 - url = "https://elpa.gnu.org/packages/kiwix-1.0.1.tar"; 1890 - sha256 = "1dly6pilf71hq3mra9kc63i6iynzkxjmp9gwy0rhnvhq4b4qr01d"; 1891 }; 1892 packageRequires = [ emacs request ]; 1893 meta = { ··· 1929 elpaBuild { 1930 pname = "leaf"; 1931 ename = "leaf"; 1932 - version = "4.3.2"; 1933 src = fetchurl { 1934 - url = "https://elpa.gnu.org/packages/leaf-4.3.2.tar"; 1935 - sha256 = "190sfnnii9jnj8amjkdabd8w9k2xyalhg4h488a5gzjxdzz2s6zi"; 1936 }; 1937 packageRequires = [ emacs ]; 1938 meta = { ··· 2195 license = lib.licenses.free; 2196 }; 2197 }) {}; 2198 - modus-operandi-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: 2199 elpaBuild { 2200 pname = "modus-operandi-theme"; 2201 ename = "modus-operandi-theme"; 2202 - version = "0.12.0"; 2203 src = fetchurl { 2204 - url = "https://elpa.gnu.org/packages/modus-operandi-theme-0.12.0.el"; 2205 - sha256 = "1mllyysn701qfnglxs7n2f6mrzrz55v9hcwspvafc6fl2blr393y"; 2206 }; 2207 - packageRequires = [ emacs ]; 2208 meta = { 2209 homepage = "https://elpa.gnu.org/packages/modus-operandi-theme.html"; 2210 license = lib.licenses.free; 2211 }; 2212 }) {}; 2213 - modus-vivendi-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: 2214 elpaBuild { 2215 pname = "modus-vivendi-theme"; 2216 ename = "modus-vivendi-theme"; 2217 - version = "0.12.0"; 2218 src = fetchurl { 2219 - url = "https://elpa.gnu.org/packages/modus-vivendi-theme-0.12.0.el"; 2220 - sha256 = "01f6z5xjnmki1k9m83jwva42lxidb31pdpwm4wpxjzxqmb96picn"; 2221 }; 2222 - packageRequires = [ emacs ]; 2223 meta = { 2224 homepage = "https://elpa.gnu.org/packages/modus-vivendi-theme.html"; 2225 license = lib.licenses.free; ··· 2763 elpaBuild { 2764 pname = "pyim"; 2765 ename = "pyim"; 2766 - version = "3.5"; 2767 src = fetchurl { 2768 - url = "https://elpa.gnu.org/packages/pyim-3.5.tar"; 2769 - sha256 = "0593ds3zbmpd6235b8v33f3cb3sn8cwr6arb6zbf1ba97nawjxqs"; 2770 }; 2771 packageRequires = [ async emacs xr ]; 2772 meta = { ··· 3103 elpaBuild { 3104 pname = "rich-minority"; 3105 ename = "rich-minority"; 3106 - version = "1.0.1"; 3107 src = fetchurl { 3108 - url = "https://elpa.gnu.org/packages/rich-minority-1.0.1.el"; 3109 - sha256 = "1pr89k3jz044vf582klphl1zf0r7hj2g7ga8j1dwbrpr9ngiicgc"; 3110 }; 3111 packageRequires = [ cl-lib ]; 3112 meta = { ··· 3222 packageRequires = []; 3223 meta = { 3224 homepage = "https://elpa.gnu.org/packages/seq.html"; 3225 license = lib.licenses.free; 3226 }; 3227 }) {}; ··· 3797 elpaBuild { 3798 pname = "valign"; 3799 ename = "valign"; 3800 - version = "3.1.0"; 3801 src = fetchurl { 3802 - url = "https://elpa.gnu.org/packages/valign-3.1.0.tar"; 3803 - sha256 = "0zx6p2nlvd4nkffj0myqv4hry8kgnhq45fcivfjzbfn62j2kp293"; 3804 }; 3805 packageRequires = [ emacs ]; 3806 meta = { ··· 4012 elpaBuild { 4013 pname = "which-key"; 4014 ename = "which-key"; 4015 - version = "3.3.2"; 4016 src = fetchurl { 4017 - url = "https://elpa.gnu.org/packages/which-key-3.3.2.tar"; 4018 - sha256 = "01g5jcikhgxnri1rpbjq191220b4r3bimz2jzs1asc766w42q2gb"; 4019 }; 4020 packageRequires = [ emacs ]; 4021 meta = {
··· 4 elpaBuild { 5 pname = "ace-window"; 6 ename = "ace-window"; 7 + version = "0.10.0"; 8 src = fetchurl { 9 + url = "https://elpa.gnu.org/packages/ace-window-0.10.0.tar"; 10 + sha256 = "1kfyf7za4zc41gf0k3rq8byvwkw7q5pxnyynh5i0gv686zrzak1i"; 11 }; 12 packageRequires = [ avy ]; 13 meta = { ··· 343 elpaBuild { 344 pname = "bnf-mode"; 345 ename = "bnf-mode"; 346 + version = "0.4.5"; 347 src = fetchurl { 348 + url = "https://elpa.gnu.org/packages/bnf-mode-0.4.5.tar"; 349 + sha256 = "0bj5ffqi54cdrraj5bp4v2cpbxjzly1p467dx1hzrlwv2b1svy2y"; 350 }; 351 packageRequires = [ cl-lib emacs ]; 352 meta = { ··· 497 elpaBuild { 498 pname = "clipboard-collector"; 499 ename = "clipboard-collector"; 500 + version = "0.3"; 501 src = fetchurl { 502 + url = "https://elpa.gnu.org/packages/clipboard-collector-0.3.tar"; 503 + sha256 = "09zxbivmc1zhcj8ksac2a0qpqh74rrx2slnj6cwz1n1nixn19743"; 504 }; 505 packageRequires = [ emacs ]; 506 meta = { ··· 591 elpaBuild { 592 pname = "company-math"; 593 ename = "company-math"; 594 + version = "1.4"; 595 src = fetchurl { 596 + url = "https://elpa.gnu.org/packages/company-math-1.4.tar"; 597 + sha256 = "17p5ib65lg8lj2gwip5qgsznww96pch16pr16b41lls5dx4k6d6z"; 598 }; 599 packageRequires = [ company math-symbol-lists ]; 600 meta = { ··· 940 elpaBuild { 941 pname = "easy-kill"; 942 ename = "easy-kill"; 943 + version = "0.9.4"; 944 src = fetchurl { 945 + url = "https://elpa.gnu.org/packages/easy-kill-0.9.4.tar"; 946 + sha256 = "1pqqv4dhfm00wqch4wy3n2illsvxlz9r6r64925cvq3i7wq4la1x"; 947 }; 948 packageRequires = [ cl-lib emacs ]; 949 meta = { ··· 1118 elpaBuild { 1119 pname = "elisp-benchmarks"; 1120 ename = "elisp-benchmarks"; 1121 + version = "1.11"; 1122 src = fetchurl { 1123 + url = "https://elpa.gnu.org/packages/elisp-benchmarks-1.11.tar"; 1124 + sha256 = "0s1mpapvcivy25zbhw6ghpg0ym23vb4dsrz876rl4z2rfyckxral"; 1125 }; 1126 packageRequires = []; 1127 meta = { ··· 1884 elpaBuild { 1885 pname = "kiwix"; 1886 ename = "kiwix"; 1887 + version = "1.0.3"; 1888 src = fetchurl { 1889 + url = "https://elpa.gnu.org/packages/kiwix-1.0.3.tar"; 1890 + sha256 = "061b816xp8ykqd56z0nvc69aql9y4mba42p6x6vc0j6gr9n3c1j6"; 1891 }; 1892 packageRequires = [ emacs request ]; 1893 meta = { ··· 1929 elpaBuild { 1930 pname = "leaf"; 1931 ename = "leaf"; 1932 + version = "4.4.4"; 1933 src = fetchurl { 1934 + url = "https://elpa.gnu.org/packages/leaf-4.4.4.tar"; 1935 + sha256 = "1npg06zmy21kg2qsqgfm03l7vjib697i96awypcdb0hw5mvmc1a1"; 1936 }; 1937 packageRequires = [ emacs ]; 1938 meta = { ··· 2195 license = lib.licenses.free; 2196 }; 2197 }) {}; 2198 + modus-operandi-theme = callPackage ({ elpaBuild 2199 + , emacs 2200 + , fetchurl 2201 + , lib 2202 + , modus-themes }: 2203 elpaBuild { 2204 pname = "modus-operandi-theme"; 2205 ename = "modus-operandi-theme"; 2206 + version = "0.13.1"; 2207 src = fetchurl { 2208 + url = "https://elpa.gnu.org/packages/modus-operandi-theme-0.13.1.tar"; 2209 + sha256 = "08l9qmhvxiscxn4mfb80x57mk4gfm5r0fs2l9c8i3gfzd4i3h091"; 2210 }; 2211 + packageRequires = [ emacs modus-themes ]; 2212 meta = { 2213 homepage = "https://elpa.gnu.org/packages/modus-operandi-theme.html"; 2214 license = lib.licenses.free; 2215 }; 2216 }) {}; 2217 + modus-themes = callPackage ({ elpaBuild, emacs, fetchurl, lib }: 2218 + elpaBuild { 2219 + pname = "modus-themes"; 2220 + ename = "modus-themes"; 2221 + version = "1.2.4"; 2222 + src = fetchurl { 2223 + url = "https://elpa.gnu.org/packages/modus-themes-1.2.4.tar"; 2224 + sha256 = "0wz6dgkrq4ryvj0kxnzqxwh4i8b9lw15d5dsazjpqa7gfwffpzp0"; 2225 + }; 2226 + packageRequires = [ emacs ]; 2227 + meta = { 2228 + homepage = "https://elpa.gnu.org/packages/modus-themes.html"; 2229 + license = lib.licenses.free; 2230 + }; 2231 + }) {}; 2232 + modus-vivendi-theme = callPackage ({ elpaBuild 2233 + , emacs 2234 + , fetchurl 2235 + , lib 2236 + , modus-themes }: 2237 elpaBuild { 2238 pname = "modus-vivendi-theme"; 2239 ename = "modus-vivendi-theme"; 2240 + version = "0.13.1"; 2241 src = fetchurl { 2242 + url = "https://elpa.gnu.org/packages/modus-vivendi-theme-0.13.1.tar"; 2243 + sha256 = "0xz304zcc872c2zwnlm8ky0m18smf7bffiyj21ygghgclr7kgma1"; 2244 }; 2245 + packageRequires = [ emacs modus-themes ]; 2246 meta = { 2247 homepage = "https://elpa.gnu.org/packages/modus-vivendi-theme.html"; 2248 license = lib.licenses.free; ··· 2786 elpaBuild { 2787 pname = "pyim"; 2788 ename = "pyim"; 2789 + version = "3.6"; 2790 src = fetchurl { 2791 + url = "https://elpa.gnu.org/packages/pyim-3.6.tar"; 2792 + sha256 = "1fmbzh33s9xdvrfjhkqr9ydcqbiv8lr04k5idvbpc9vwjjjan5y0"; 2793 }; 2794 packageRequires = [ async emacs xr ]; 2795 meta = { ··· 3126 elpaBuild { 3127 pname = "rich-minority"; 3128 ename = "rich-minority"; 3129 + version = "1.0.3"; 3130 src = fetchurl { 3131 + url = "https://elpa.gnu.org/packages/rich-minority-1.0.3.tar"; 3132 + sha256 = "1w61qvx2rw6a6gmrm61080zghil95nzdv4w06c0pvyb62m4rwab0"; 3133 }; 3134 packageRequires = [ cl-lib ]; 3135 meta = { ··· 3245 packageRequires = []; 3246 meta = { 3247 homepage = "https://elpa.gnu.org/packages/seq.html"; 3248 + license = lib.licenses.free; 3249 + }; 3250 + }) {}; 3251 + setup = callPackage ({ elpaBuild, emacs, fetchurl, lib }: 3252 + elpaBuild { 3253 + pname = "setup"; 3254 + ename = "setup"; 3255 + version = "0.1.1"; 3256 + src = fetchurl { 3257 + url = "https://elpa.gnu.org/packages/setup-0.1.1.tar"; 3258 + sha256 = "0z34m06lxw6xd6bxacm1h5cijamsksk4daf6fbzhd7kqmw3gbgqg"; 3259 + }; 3260 + packageRequires = [ emacs ]; 3261 + meta = { 3262 + homepage = "https://elpa.gnu.org/packages/setup.html"; 3263 license = lib.licenses.free; 3264 }; 3265 }) {}; ··· 3835 elpaBuild { 3836 pname = "valign"; 3837 ename = "valign"; 3838 + version = "3.1.1"; 3839 src = fetchurl { 3840 + url = "https://elpa.gnu.org/packages/valign-3.1.1.tar"; 3841 + sha256 = "1nla0zfj0rxwhdjgnsy2c34wzrxfxiwl89cjb6aicyvfxninz7j0"; 3842 }; 3843 packageRequires = [ emacs ]; 3844 meta = { ··· 4050 elpaBuild { 4051 pname = "which-key"; 4052 ename = "which-key"; 4053 + version = "3.5.1"; 4054 src = fetchurl { 4055 + url = "https://elpa.gnu.org/packages/which-key-3.5.1.tar"; 4056 + sha256 = "187cssvqpd0wj01rgd19pp1k6aj9m2n5fdqznkga6w1h6cb5cm2b"; 4057 }; 4058 packageRequires = [ emacs ]; 4059 meta = {
+6 -6
pkgs/applications/editors/emacs-modes/org-generated.nix
··· 4 elpaBuild { 5 pname = "org"; 6 ename = "org"; 7 - version = "20210308"; 8 src = fetchurl { 9 - url = "https://orgmode.org/elpa/org-20210308.tar"; 10 - sha256 = "1i5zga615inn5s547329g6paqbzcbhyj9hxv14c0c1m9bhra5bjs"; 11 }; 12 packageRequires = []; 13 meta = { ··· 19 elpaBuild { 20 pname = "org-plus-contrib"; 21 ename = "org-plus-contrib"; 22 - version = "20210308"; 23 src = fetchurl { 24 - url = "https://orgmode.org/elpa/org-plus-contrib-20210308.tar"; 25 - sha256 = "1agbxhjkkmf4p8p8mwc6sv77ij22dr5fyhkpsnljvzkidiarfldf"; 26 }; 27 packageRequires = []; 28 meta = {
··· 4 elpaBuild { 5 pname = "org"; 6 ename = "org"; 7 + version = "20210315"; 8 src = fetchurl { 9 + url = "https://orgmode.org/elpa/org-20210315.tar"; 10 + sha256 = "128agds82kfmvxshzrs61802vgwlf2dsm79hq9x2bljrnvf8p14l"; 11 }; 12 packageRequires = []; 13 meta = { ··· 19 elpaBuild { 20 pname = "org-plus-contrib"; 21 ename = "org-plus-contrib"; 22 + version = "20210315"; 23 src = fetchurl { 24 + url = "https://orgmode.org/elpa/org-plus-contrib-20210315.tar"; 25 + sha256 = "0dih4690pbbnwlphjnv1kgvsw43pkcgk41xjjiphy9sf7w9gr11j"; 26 }; 27 packageRequires = []; 28 meta = {
+819 -678
pkgs/applications/editors/emacs-modes/recipes-archive-melpa.json
··· 198 "repo": "ymarco/auto-activating-snippets", 199 "unstable": { 200 "version": [ 201 - 20210303, 202 - 1228 203 ], 204 - "commit": "dd58b7601ec536980a14540bddac53f5d1c1da08", 205 - "sha256": "0ccvidz5zivmy3pkxn3mj3y3c7j6qr6im7cf2fz7n98wq1h2cpn1" 206 }, 207 "stable": { 208 "version": [ ··· 1507 "repo": "mrkkrp/ace-popup-menu", 1508 "unstable": { 1509 "version": [ 1510 - 20190713, 1511 - 1337 1512 ], 1513 "deps": [ 1514 "avy-menu" 1515 ], 1516 - "commit": "390f0711d2a42675980d8b531fd5dc396b85f24b", 1517 - "sha256": "00va4glq9iibrfrnhinv8a7f5q0z7xvfyxnjf1rl4z770drz9j4n" 1518 }, 1519 "stable": { 1520 "version": [ ··· 1918 "annotation", 1919 "eri" 1920 ], 1921 - "commit": "f9a181685397517b5d14943ca88a1c0acacc2075", 1922 - "sha256": "10gk6052zdp28n9z3bjxwcgg0161sfcnz52h46w7s5jwibl1ymiw" 1923 }, 1924 "stable": { 1925 "version": [ ··· 2378 "repo": "domtronn/all-the-icons.el", 2379 "unstable": { 2380 "version": [ 2381 - 20210307, 2382 - 1457 2383 ], 2384 - "commit": "96772f87b0bd22573b9d6433e4c5e9f082616600", 2385 - "sha256": "1l329c754qlddzffgdnx5c50lz1v573lv3y4f053qp4d0az5m3js" 2386 }, 2387 "stable": { 2388 "version": [ ··· 3146 20200914, 3147 644 3148 ], 3149 - "commit": "f9a181685397517b5d14943ca88a1c0acacc2075", 3150 - "sha256": "10gk6052zdp28n9z3bjxwcgg0161sfcnz52h46w7s5jwibl1ymiw" 3151 }, 3152 "stable": { 3153 "version": [ ··· 3644 "repo": "waymondo/apropospriate-theme", 3645 "unstable": { 3646 "version": [ 3647 - 20210303, 3648 - 2006 3649 ], 3650 - "commit": "cf12db35089836ee521ef248860ef8c48ea6ce4a", 3651 - "sha256": "0fqj5zc82nl2x3lsdaz7v1df366lzhymf0ji4d8a2cpbpliy1dh4" 3652 }, 3653 "stable": { 3654 "version": [ ··· 5454 "avy", 5455 "embark" 5456 ], 5457 - "commit": "d267c11b2d6f510d9e173400ec90e18a471fc7b3", 5458 - "sha256": "1a8qj71jcy0cpywy6677kg9d3l2a4v96nvaw7kccm2xmsrhq6wa2" 5459 }, 5460 "stable": { 5461 "version": [ ··· 5665 "url": "https://bitbucket.org/pdo/axiom-environment", 5666 "unstable": { 5667 "version": [ 5668 - 20210131, 5669 - 2053 5670 ], 5671 - "commit": "41e0bf68b06911cbd0a1d7d36a506679a0f6137f", 5672 - "sha256": "0qy61shqrgaw3pqz94x10s969irs4hn8cawi1acp9hapfcfnf218" 5673 } 5674 }, 5675 { ··· 6144 "repo": "dykstrom/basic-mode", 6145 "unstable": { 6146 "version": [ 6147 - 20180919, 6148 - 1752 6149 ], 6150 "deps": [ 6151 "seq" 6152 ], 6153 - "commit": "812f078240f9de09491701853569335ba6d9b5ff", 6154 - "sha256": "1492klgbkxb46x02kmhngccx4p9fmjvf6m4ay89j7pyaixvcqj8v" 6155 } 6156 }, 6157 { ··· 6502 "repo": "DamienCassou/beginend", 6503 "unstable": { 6504 "version": [ 6505 - 20200526, 6506 - 2005 6507 ], 6508 - "commit": "9c7a92779d75f6fd985cf707ff5241bc98ccea6c", 6509 - "sha256": "1r9033zlx2q2dk3bjz004flxdiw79qiswq0zqdjnlzwassvk0f35" 6510 }, 6511 "stable": { 6512 "version": [ ··· 6902 "a", 6903 "pdf-tools" 6904 ], 6905 - "commit": "e086c59a14701cd041641b51c952fa704ee963df", 6906 - "sha256": "0w1crw5lsk22jfw2w5qq6ab7zxdzp38akasvyvxakvpp1782xq9p" 6907 } 6908 }, 6909 { ··· 7598 "repo": "josteink/bmx-mode", 7599 "unstable": { 7600 "version": [ 7601 - 20180929, 7602 - 1132 7603 ], 7604 "deps": [ 7605 "cl-lib", ··· 7607 "dash", 7608 "s" 7609 ], 7610 - "commit": "30122e2a6bfb00834e18363e7909182b2701ce82", 7611 - "sha256": "1kk98g2zlgz9s7r95986p7f9dch23r8dk78k2dgy07ifnqickvfx" 7612 } 7613 }, 7614 { ··· 9696 "repo": "cask/cask", 9697 "unstable": { 9698 "version": [ 9699 - 20210309, 9700 - 2113 9701 ], 9702 "deps": [ 9703 "ansi", ··· 9708 "s", 9709 "shut-up" 9710 ], 9711 - "commit": "afa7fd8a885ee76c9cc0dcf1425f01b98e4b2e48", 9712 - "sha256": "0vdrazjhlnpxjw6ah065713g15qmdx11mfcjjzr3004nvhksnmwh" 9713 }, 9714 "stable": { 9715 "version": [ ··· 10226 20171115, 10227 2108 10228 ], 10229 - "commit": "80e18350c1c55906f624915f58e9eb3d87d2af92", 10230 - "sha256": "0qk2hn4w5k6a8147a46fzsyfyagq4kwiii4jgn19qwwzpfa1iijx" 10231 }, 10232 "stable": { 10233 "version": [ ··· 10270 ], 10271 "commit": "2de315abddb6af088a2346e142cc305889dcd775", 10272 "sha256": "1hqyxsnnl6zbbbfbacipd226dvhc9zlfpxvacmn6g9iv7qfc8k53" 10273 } 10274 }, 10275 { ··· 10927 "repo": "clojure-emacs/cider", 10928 "unstable": { 10929 "version": [ 10930 - 20210302, 10931 - 849 10932 ], 10933 "deps": [ 10934 "clojure-mode", ··· 10939 "sesman", 10940 "spinner" 10941 ], 10942 - "commit": "15eaf42922e5e24b834e8078f953f9f51310f335", 10943 - "sha256": "0wx5w7vy81afyz3rh7vr3pzj6yhry9b9gi5p7738qgcblns076ad" 10944 }, 10945 "stable": { 10946 "version": [ ··· 12233 20210104, 12234 1831 12235 ], 12236 - "commit": "e3009f16e9a29e5fd29c8e19dfecb970c3783a55", 12237 - "sha256": "17fag7xl25apynprz2g5lldjmg5wwpla59f7ap9mp6g4pgpx1z92" 12238 }, 12239 "stable": { 12240 "version": [ ··· 12242 20, 12243 0, 12244 -1, 12245 - 4 12246 ], 12247 - "commit": "c69d4b177fb3f6ebd22cddec919dbe1c30f43714", 12248 - "sha256": "03ivc8pmhbfrba0nfy1b7j83mdcrg6qb0c98qns6gagw35s338d1" 12249 } 12250 }, 12251 { ··· 13346 "axiom-environment", 13347 "company" 13348 ], 13349 - "commit": "41e0bf68b06911cbd0a1d7d36a506679a0f6137f", 13350 - "sha256": "0qy61shqrgaw3pqz94x10s969irs4hn8cawi1acp9hapfcfnf218" 13351 } 13352 }, 13353 { ··· 14149 "company", 14150 "native-complete" 14151 ], 14152 - "commit": "be7ced29c5a86e29c364f19d248634b8b54d0e52", 14153 - "sha256": "1lyad89byq54fva58njf7wiq2rw3767fxif1ykijirzx7q14ahxd" 14154 } 14155 }, 14156 { ··· 15400 "repo": "minad/consult", 15401 "unstable": { 15402 "version": [ 15403 - 20210312, 15404 - 1143 15405 ], 15406 - "commit": "bd58f2e3b7a9bd52145aa97997e62ec5d9e7e4d5", 15407 - "sha256": "007i3qxjkvqrkpwyx495s46xbfzjxp4hbzgfvg8ys7yi2qxnbsys" 15408 }, 15409 "stable": { 15410 "version": [ ··· 15430 "consult", 15431 "flycheck" 15432 ], 15433 - "commit": "bd58f2e3b7a9bd52145aa97997e62ec5d9e7e4d5", 15434 - "sha256": "007i3qxjkvqrkpwyx495s46xbfzjxp4hbzgfvg8ys7yi2qxnbsys" 15435 }, 15436 "stable": { 15437 "version": [ ··· 15454 "url": "https://codeberg.org/jao/consult-notmuch.git", 15455 "unstable": { 15456 "version": [ 15457 - 20210309, 15458 - 2100 15459 ], 15460 "deps": [ 15461 "consult", 15462 "notmuch" 15463 ], 15464 - "commit": "f3f8ffe3d2e15e67ded5d7aaa7f50bf17c2b1aa4", 15465 - "sha256": "0gkvqwqi07saf8hy7bqbafi97ygp361jrn9qxp7k663jpj7b9d71" 15466 }, 15467 "stable": { 15468 "version": [ ··· 15493 "espotify", 15494 "marginalia" 15495 ], 15496 - "commit": "e714905b71993b6234a4aee6138d5b659605fe57", 15497 - "sha256": "118cksih4rm113miiagw31w0fx5inih60b04431amp0ydphp4fdw" 15498 } 15499 }, 15500 { ··· 15810 "repo": "abo-abo/swiper", 15811 "unstable": { 15812 "version": [ 15813 - 20210310, 15814 - 1746 15815 ], 15816 "deps": [ 15817 "ivy", 15818 "swiper" 15819 ], 15820 - "commit": "8866138333f92c3d82062c5fa613beba38901504", 15821 - "sha256": "0nmyv8i0z81xhmlyg79ynsnhv17k1bn21284nb8367w2jdpsscn8" 15822 }, 15823 "stable": { 15824 "version": [ ··· 16927 "repo": "emacs-csharp/csharp-mode", 16928 "unstable": { 16929 "version": [ 16930 - 20210311, 16931 - 1831 16932 ], 16933 "deps": [ 16934 "tree-sitter", 16935 "tree-sitter-indent", 16936 "tree-sitter-langs" 16937 ], 16938 - "commit": "43e591987f620479413defa3d0bc5b3cd7887159", 16939 - "sha256": "0mxdywffg4ww98905mc6kjhk9mfzhgwzsn98w0vmy0fckcarl3gl" 16940 }, 16941 "stable": { 16942 "version": [ ··· 17410 } 17411 }, 17412 { 17413 "ename": "cursor-test", 17414 "commit": "6439f7561cfab4f6f3beb132d2a65e94b3deba9e", 17415 "sha256": "1c1d5xq4alamlwyqxjx557aykz5dw87acp0lyglsrzzkdynbwlb1", ··· 17548 "repo": "mrkkrp/cyphejor", 17549 "unstable": { 17550 "version": [ 17551 - 20210111, 17552 - 841 17553 ], 17554 - "commit": "037c0f2d0cd0e23acd2aacb621d7694080f5eef6", 17555 - "sha256": "16jca2abc66vcf92js5m5489np7a4ymb27i78rkqwsrwcniz178j" 17556 }, 17557 "stable": { 17558 "version": [ ··· 17590 20190111, 17591 2150 17592 ], 17593 - "commit": "9a761a637fce6a7b70735ae2248963d63e569e14", 17594 - "sha256": "1f7zk28ywx47ig5fa6plq4415lbvd4972j4jjgb05qrg853zpca5" 17595 }, 17596 "stable": { 17597 "version": [ ··· 17798 "repo": "emacs-lsp/dap-mode", 17799 "unstable": { 17800 "version": [ 17801 - 20210305, 17802 - 1555 17803 ], 17804 "deps": [ 17805 "bui", ··· 17811 "posframe", 17812 "s" 17813 ], 17814 - "commit": "7b67475361f7a89a1c3d5f6979d12209ad036f54", 17815 - "sha256": "0yvaplfrd6agi8balv1wnyvyi9n7wgc1raqw43qlzaz03bbdq1da" 17816 }, 17817 "stable": { 17818 "version": [ ··· 19392 "repo": "dgutov/diff-hl", 19393 "unstable": { 19394 "version": [ 19395 - 20210223, 19396 - 2303 19397 ], 19398 "deps": [ 19399 "cl-lib" 19400 ], 19401 - "commit": "738c5d6a6bffe46b18249c77d59ae1d9e2d4d126", 19402 - "sha256": "1dn77ysxi9h1yz7f3lpw2gv4jsbwgjqbci5b6blgk5zaqpkj8nrd" 19403 }, 19404 "stable": { 19405 "version": [ ··· 19642 } 19643 }, 19644 { 19645 "ename": "diminish", 19646 "commit": "1bfb4acb381cada46458cf60eae9b88d007294d5", 19647 "sha256": "1h6a31jllypk47akjflz89xk6h47na96pim17d6g4rpqcafc2k43", ··· 20304 "repo": "vifon/dired-rifle.el", 20305 "unstable": { 20306 "version": [ 20307 - 20200308, 20308 - 2358 20309 ], 20310 - "commit": "99e4110c80d65ca43e2b0ec078e3202995e392d7", 20311 - "sha256": "034qak8kdp7laz1ylqy9np5ajhwf741mdl0bj5kb7rrrsijxada6" 20312 } 20313 }, 20314 { ··· 20493 "repo": "Boruch-Baum/emacs-diredc", 20494 "unstable": { 20495 "version": [ 20496 - 20210312, 20497 - 758 20498 ], 20499 - "commit": "354b7a38d1e5778fa88287ddf2f54a8177bf78ad", 20500 - "sha256": "0wpv0ym6zs11pf30bj6b672hgaf0gsh9pxnlbyrbm5pgdwzfcxs0" 20501 }, 20502 "stable": { 20503 "version": [ ··· 21337 "repo": "Silex/docker.el", 21338 "unstable": { 21339 "version": [ 21340 - 20210304, 21341 - 1614 21342 ], 21343 "deps": [ 21344 "dash", ··· 21348 "tablist", 21349 "transient" 21350 ], 21351 - "commit": "85bc970dc2c1b81737c5ab89c62d6b75983388c2", 21352 - "sha256": "0y8zdvv11kxkbsrhnh3dl2sgxk6gbr3b7jz3d4kzgs36hyzv15l3" 21353 }, 21354 "stable": { 21355 "version": [ ··· 21543 "repo": "jcs-elpa/docstr", 21544 "unstable": { 21545 "version": [ 21546 - 20210301, 21547 - 1350 21548 ], 21549 "deps": [ 21550 "s" 21551 ], 21552 - "commit": "a60b49ed37345c5f47604e857c97978a93e314bf", 21553 - "sha256": "0x8ih30m1d2m4za17zzfdjvc2h0qlpdh4nwzgz9laxwibgm499ds" 21554 }, 21555 "stable": { 21556 "version": [ ··· 22232 "s", 22233 "seq" 22234 ], 22235 - "commit": "945f014d2a3618caa5031f6a8fbc8daf1a5754ae", 22236 - "sha256": "13rdlp0j3f4kvms29akhrbr5l2y58x48jlzgaivi6qhhh2ggya8w" 22237 } 22238 }, 22239 { ··· 22394 20210213, 22395 757 22396 ], 22397 - "commit": "2d20e430437a09fb438d7294672e4c7f30a68504", 22398 - "sha256": "1rl8zrv7bwsvffbp9k7gqz2j5gmx7bs1rbq3vhq5aq2hw5k06an4" 22399 }, 22400 "stable": { 22401 "version": [ ··· 22480 } 22481 }, 22482 { 22483 - "ename": "dylan-mode", 22484 - "commit": "94481ba3ebba6a99f11efab5a33e8bc6ea2d857a", 22485 - "sha256": "0kimvz8vmcvgxi0wvf7dqv6plj31xlksmvgip8h3bhyy7slxj3yy", 22486 "fetcher": "github", 22487 - "repo": "dylan-lang/dylan-mode", 22488 "unstable": { 22489 "version": [ 22490 - 20210309, 22491 - 1456 22492 ], 22493 - "commit": "25dd620cf467a4a322461d9f9983db0fcca08e43", 22494 - "sha256": "0w70h20b33h6vykqkb0h3cb21hv1nd7rm4j9dcc66ihpisw9crkp" 22495 } 22496 }, 22497 { ··· 23065 "repo": "joostkremers/ebib", 23066 "unstable": { 23067 "version": [ 23068 - 20210307, 23069 - 1125 23070 ], 23071 "deps": [ 23072 "parsebib" 23073 ], 23074 - "commit": "6a3351c4bee70517facf0eac457a17a1efc21144", 23075 - "sha256": "0ppp6a8qyllh1kjrh8fa8dvhv98wnq0w742mzh8gahkjbrsjdwcj" 23076 }, 23077 "stable": { 23078 "version": [ ··· 23913 "repo": "joaotavora/eglot", 23914 "unstable": { 23915 "version": [ 23916 - 20210306, 23917 - 2312 23918 ], 23919 "deps": [ 23920 "eldoc", ··· 23923 "project", 23924 "xref" 23925 ], 23926 - "commit": "f0c770cfbbc75c7aeb22cd2b118bc3948596d7a7", 23927 - "sha256": "0qcjiawszs3v166q8nanifp465yd5ib2gl2ywrlmgk1l7ixr80wp" 23928 }, 23929 "stable": { 23930 "version": [ ··· 24074 "repo": "millejoh/emacs-ipython-notebook", 24075 "unstable": { 24076 "version": [ 24077 - 20210228, 24078 - 15 24079 ], 24080 "deps": [ 24081 "anaphora", ··· 24086 "websocket", 24087 "with-editor" 24088 ], 24089 - "commit": "dfd968c0ae92f368a1861a15b54d4e4385271469", 24090 - "sha256": "1cna661kqkw1sz1dz7pba06d9l581k6g3vjl99vrraq1f7k4afcl" 24091 }, 24092 "stable": { 24093 "version": [ ··· 24170 "direx", 24171 "spinner" 24172 ], 24173 - "commit": "6eecf51e4c5e6f7d24ab90e8def34f6cea4eda52", 24174 - "sha256": "0yk5bblrzf0bvnkzdkb0bzk8mfp4b6j84cjg60k3i4dyyp17h847" 24175 }, 24176 "stable": { 24177 "version": [ ··· 24584 "repo": "Mstrodl/elcord", 24585 "unstable": { 24586 "version": [ 24587 - 20210311, 24588 - 256 24589 ], 24590 - "commit": "9bea3248938b99498f5114f46441720e1d4b2f3a", 24591 - "sha256": "0l540rpw2vwjm9vh4bv673lcjw20v5gvfyf1xmxdsfhsf7m0rdns" 24592 } 24593 }, 24594 { ··· 24657 "repo": "casouri/eldoc-box", 24658 "unstable": { 24659 "version": [ 24660 - 20200316, 24661 - 1956 24662 ], 24663 - "commit": "c1a1b77ec0c7fff9ecf7122d10dcd16eebcd3829", 24664 - "sha256": "1gg3gxw5ks4fds7lgl9mqxyb2qjrdsdwyyc183nfz6aq0m4w91yb" 24665 }, 24666 "stable": { 24667 "version": [ ··· 24814 "repo": "xwl/electric-spacing", 24815 "unstable": { 24816 "version": [ 24817 - 20200607, 24818 - 1405 24819 ], 24820 - "commit": "f039011edb922cdc56c1d2bd0e49bb4575c35ab3", 24821 - "sha256": "1qfjk928y8bnx2ksciv0f0ackahj78x3qsr84m9qcvsvlg9cql5p" 24822 } 24823 }, 24824 { ··· 26445 "repo": "oantolin/embark", 26446 "unstable": { 26447 "version": [ 26448 - 20210309, 26449 - 1632 26450 ], 26451 - "commit": "d267c11b2d6f510d9e173400ec90e18a471fc7b3", 26452 - "sha256": "1a8qj71jcy0cpywy6677kg9d3l2a4v96nvaw7kccm2xmsrhq6wa2" 26453 }, 26454 "stable": { 26455 "version": [ ··· 26475 "consult", 26476 "embark" 26477 ], 26478 - "commit": "d267c11b2d6f510d9e173400ec90e18a471fc7b3", 26479 - "sha256": "1a8qj71jcy0cpywy6677kg9d3l2a4v96nvaw7kccm2xmsrhq6wa2" 26480 }, 26481 "stable": { 26482 "version": [ ··· 28019 20200914, 28020 644 28021 ], 28022 - "commit": "f9a181685397517b5d14943ca88a1c0acacc2075", 28023 - "sha256": "10gk6052zdp28n9z3bjxwcgg0161sfcnz52h46w7s5jwibl1ymiw" 28024 }, 28025 "stable": { 28026 "version": [ ··· 28041 "repo": "erlang/otp", 28042 "unstable": { 28043 "version": [ 28044 - 20210226, 28045 - 1127 28046 ], 28047 - "commit": "13f941d2ed90b3dcb0f8fc97bbad79bcdc474f64", 28048 - "sha256": "1ikxsgynzs0k3yxxf442bxnvlpy5zkkri3i886sy03cik04yhjvq" 28049 }, 28050 "stable": { 28051 "version": [ ··· 28794 20210224, 28795 126 28796 ], 28797 - "commit": "e714905b71993b6234a4aee6138d5b659605fe57", 28798 - "sha256": "118cksih4rm113miiagw31w0fx5inih60b04431amp0ydphp4fdw" 28799 } 28800 }, 28801 { ··· 28907 "repo": "emacs-ess/ESS", 28908 "unstable": { 28909 "version": [ 28910 - 20210307, 28911 - 735 28912 ], 28913 - "commit": "a83206ab65ed5f0b1710de69241938f2fc7e3d25", 28914 - "sha256": "045004dmljnxfvalngjp8y0qdmii68gk5jp12r2fg0axd5rwxprk" 28915 }, 28916 "stable": { 28917 "version": [ ··· 29063 "f", 29064 "s" 29065 ], 29066 - "commit": "d4e5a340b7bcc58c434867b97923094bd0680283", 29067 - "sha256": "1yzki5f2k7gmj4m0871h4h46zalv2x71rbpa6glkfx7bm9kyc193" 29068 } 29069 }, 29070 { ··· 29075 "repo": "ShuguangSun/ess-view-data", 29076 "unstable": { 29077 "version": [ 29078 - 20201202, 29079 - 1124 29080 ], 29081 "deps": [ 29082 "csv-mode", 29083 "ess" 29084 ], 29085 - "commit": "9aeb18c0adc3e0fed75640a15500944becd5f3ef", 29086 - "sha256": "0mspy45wrc42r7agksyzrlf6ir3wqnyx19hfikm0fh81bn23im2h" 29087 }, 29088 "stable": { 29089 "version": [ ··· 29490 "repo": "emacs-evil/evil", 29491 "unstable": { 29492 "version": [ 29493 - 20210305, 29494 - 1341 29495 ], 29496 "deps": [ 29497 "cl-lib", 29498 "goto-chg" 29499 ], 29500 - "commit": "f5ab7ff7b5cfbcdc6953589954c9aadc2d81ff6a", 29501 - "sha256": "1na7y6d77rzsvcqqaadzvv3m99dsbj73vrnldabk89i3gngdcsvs" 29502 }, 29503 "stable": { 29504 "version": [ ··· 29692 "repo": "emacs-evil/evil-collection", 29693 "unstable": { 29694 "version": [ 29695 - 20210302, 29696 - 124 29697 ], 29698 "deps": [ 29699 "annalist", 29700 "evil" 29701 ], 29702 - "commit": "26493597c74a7e574364aa2ca751a1e70ee4e5eb", 29703 - "sha256": "123shmnxrc304ppa1xc4ckxsizw3j88llrvg2kjgafj7b7csmjcv" 29704 }, 29705 "stable": { 29706 "version": [ ··· 31015 "deps": [ 31016 "evil" 31017 ], 31018 - "commit": "f5ab7ff7b5cfbcdc6953589954c9aadc2d81ff6a", 31019 - "sha256": "1na7y6d77rzsvcqqaadzvv3m99dsbj73vrnldabk89i3gngdcsvs" 31020 }, 31021 "stable": { 31022 "version": [ ··· 31804 "repo": "extemporelang/extempore-emacs-mode", 31805 "unstable": { 31806 "version": [ 31807 - 20200518, 31808 - 1043 31809 ], 31810 - "commit": "7d0ca861e6b483be1f4a08e63c5ade9cd07b4799", 31811 - "sha256": "0mw041jccyn8s1n3wpas397k2vrp9ryq9lfj16ipk9iqs4la6hlx" 31812 } 31813 }, 31814 { ··· 33103 "repo": "redguardtoo/find-file-in-project", 33104 "unstable": { 33105 "version": [ 33106 - 20210310, 33107 - 426 33108 ], 33109 - "commit": "ee471c23a5a890427b1afa55cd74ad27a42f46f7", 33110 - "sha256": "1zygz8imm0r0370imzksfc6257hcnyi1lri8ngdsspzz6hlrd2z1" 33111 }, 33112 "stable": { 33113 "version": [ 33114 6, 33115 0, 33116 - 2 33117 ], 33118 - "commit": "ee471c23a5a890427b1afa55cd74ad27a42f46f7", 33119 - "sha256": "1zygz8imm0r0370imzksfc6257hcnyi1lri8ngdsspzz6hlrd2z1" 33120 } 33121 }, 33122 { ··· 33500 "repo": "mrkkrp/fix-word", 33501 "unstable": { 33502 "version": [ 33503 - 20190713, 33504 - 1338 33505 ], 33506 "deps": [ 33507 "cl-lib" 33508 ], 33509 - "commit": "46487e5279a3079730e2d7146ace7c8ad42371ac", 33510 - "sha256": "0ij0bjrb446h07lyhflfk06sk802jylgdl11ib00r89zai8sq8r7" 33511 }, 33512 "stable": { 33513 "version": [ ··· 34099 "repo": "flycheck/flycheck", 34100 "unstable": { 34101 "version": [ 34102 - 20201228, 34103 - 2104 34104 ], 34105 "deps": [ 34106 "dash", ··· 34108 "pkg-info", 34109 "seq" 34110 ], 34111 - "commit": "01396a5eff9fa494285e0d3139838231c05e3948", 34112 - "sha256": "0s740sbchr84yddcg0zbs4v4s52smy178f8fq5y07i3vsdnfly8m" 34113 }, 34114 "stable": { 34115 "version": [ ··· 34268 ], 34269 "commit": "b4667500dcf52f96ec7e0fa10dd07edf191cbf5b", 34270 "sha256": "1wm5saf29gw0gp0qq5glf9qq3iras99npc2rip7bsnn0czr2mscy" 34271 } 34272 }, 34273 { ··· 35782 } 35783 }, 35784 { 35785 - "ename": "flycheck-perl6", 35786 - "commit": "2f6ecdb2ce6bc74a27dca01ab4942778e986ac8f", 35787 - "sha256": "0czc0fqx7g543afzkbjyz4bhxfl4s3v5swn9xrkayv8cgk8acvp4", 35788 - "fetcher": "github", 35789 - "repo": "hinrik/flycheck-perl6", 35790 - "unstable": { 35791 - "version": [ 35792 - 20180509, 35793 - 2201 35794 - ], 35795 - "deps": [ 35796 - "flycheck" 35797 - ], 35798 - "commit": "b804702305d7a6e26f762ff98cfdeec2e9dd4cb7", 35799 - "sha256": "0gys38rlx9lx35bia6nj7kfhz1v5xfrirgf8adwk7b2hfjazrsib" 35800 - } 35801 - }, 35802 - { 35803 "ename": "flycheck-pest", 35804 "commit": "f0c1b89d79456ecaa22b95f3c292799f5d1aa133", 35805 "sha256": "06nvryshinagp26idjcb1r98k39x4k82cjj735l9kiwpiag53ash", ··· 36003 "repo": "alexmurray/flycheck-posframe", 36004 "unstable": { 36005 "version": [ 36006 - 20210217, 36007 - 327 36008 ], 36009 "deps": [ 36010 "flycheck", 36011 "posframe" 36012 ], 36013 - "commit": "24fd9b3d81eab8dd850c504ae46a5c5f11a46ee0", 36014 - "sha256": "0dv9bkagzk61r32i9231zpndizv6avpg8n84nrnh8yyl0w4hzldv" 36015 } 36016 }, 36017 { ··· 36160 ], 36161 "commit": "0560122caae207d99d8af1ac2b4e5d6f6a1ce444", 36162 "sha256": "0f58127197q6yfylz53nigyn7v91pcsdd91ywfgq5lrl0f5fvmdy" 36163 } 36164 }, 36165 { ··· 37615 "repo": "federicotdn/flymake-shellcheck", 37616 "unstable": { 37617 "version": [ 37618 - 20210307, 37619 - 1609 37620 ], 37621 - "commit": "68c7da5b53be4a3cc4d4c85d9367ed2a47448aec", 37622 - "sha256": "00062bk5q5n5z733v18nk2b242azhqsvcy4jprpcmllpd9pmx7mv" 37623 } 37624 }, 37625 { ··· 38254 20191004, 38255 1850 38256 ], 38257 - "commit": "e086c59a14701cd041641b51c952fa704ee963df", 38258 - "sha256": "0w1crw5lsk22jfw2w5qq6ab7zxdzp38akasvyvxakvpp1782xq9p" 38259 } 38260 }, 38261 { ··· 38332 "repo": "magit/forge", 38333 "unstable": { 38334 "version": [ 38335 - 20210303, 38336 - 2046 38337 ], 38338 "deps": [ 38339 "closql", ··· 38345 "markdown-mode", 38346 "transient" 38347 ], 38348 - "commit": "8382fd3d43855de779c46da338dd59b1cb1d333e", 38349 - "sha256": "1ah4f5sy2ja33ibk37yqps7vmgdvkp36vahs2njqg0rg6zx057r3" 38350 }, 38351 "stable": { 38352 "version": [ ··· 38401 "repo": "lassik/emacs-format-all-the-code", 38402 "unstable": { 38403 "version": [ 38404 - 20210305, 38405 - 809 38406 ], 38407 "deps": [ 38408 "inheritenv", 38409 "language-id" 38410 ], 38411 - "commit": "50e9def18f5cfa6bc7d30567dc05e4539ef3af8c", 38412 - "sha256": "0vi9r4sm8isi33dc2vnjq61vy1pxi1bqd5mxy2vfpg5sff3awgmg" 38413 }, 38414 "stable": { 38415 "version": [ ··· 39170 "deps": [ 39171 "cl-lib" 39172 ], 39173 - "commit": "0ca6901328dbc4279d70dedf7201ceebdaab037c", 39174 - "sha256": "063wyg4mpq6g5h462l6zs7r2g2zavlxm4hv2lh7lr1asrmcf6rxm" 39175 }, 39176 "stable": { 39177 "version": [ ··· 39366 "repo": "auto-complete/fuzzy-el", 39367 "unstable": { 39368 "version": [ 39369 - 20210301, 39370 - 1541 39371 ], 39372 - "commit": "122939ee0a82efa1bcf405de3134debe34e4a0b6", 39373 - "sha256": "07kpixgqc6vky91bi7j4r0q78ccc3azydwmkaz4z7lr3ncbc6ymj" 39374 }, 39375 "stable": { 39376 "version": [ ··· 40916 "repo": "sshaw/git-link", 40917 "unstable": { 40918 "version": [ 40919 - 20210121, 40920 - 235 40921 ], 40922 - "commit": "d6eef8051003a9a0966e4524232648d110199c74", 40923 - "sha256": "1jc4acvlhgjdfh0ckalnv4hiv7nx8l1i6wh02zv2p9gxjxaqrj7x" 40924 }, 40925 "stable": { 40926 "version": [ ··· 41366 "repo": "charignon/github-review", 41367 "unstable": { 41368 "version": [ 41369 - 20201012, 41370 - 40 41371 ], 41372 "deps": [ 41373 "a", ··· 41376 "ghub", 41377 "s" 41378 ], 41379 - "commit": "d0c8234cf523818513f892f30153210606abb6be", 41380 - "sha256": "1d0g79mp14ngx5x0f8sc4lri40m3gh0ql6gzyqrl4c94lhq59cn7" 41381 } 41382 }, 41383 { ··· 43414 "url": "https://depp.brause.cc/gotham-theme.git", 43415 "unstable": { 43416 "version": [ 43417 - 20200506, 43418 - 1250 43419 ], 43420 - "commit": "a549cd031859e24fd37a779323e1542aefe86d43", 43421 - "sha256": "0smjajazr86r8f1szw1xdrinfbn455xhl6bbhyhhmrk6sw0pnc6n" 43422 }, 43423 "stable": { 43424 "version": [ ··· 43558 "magit-popup", 43559 "s" 43560 ], 43561 - "commit": "dc29aa29c61c0013bd00091654cc8ce48e888264", 43562 - "sha256": "1irrli6cx7c1hz53ipwhi87876m789anqpjkfhyii0vk9crq24r8" 43563 }, 43564 "stable": { 43565 "version": [ 43566 0, 43567 24, 43568 - 0 43569 ], 43570 "deps": [ 43571 "dash", ··· 43573 "magit-popup", 43574 "s" 43575 ], 43576 - "commit": "1ec59a7c0002598c594fb58e03907d7ff0ca84b4", 43577 - "sha256": "0bz01ybpj1lk7g34n6wwy53aaa4jvs3xhsv50y34z5wvxa8ypdsj" 43578 } 43579 }, 43580 { ··· 45577 "repo": "emacs-helm/helm", 45578 "unstable": { 45579 "version": [ 45580 - 20210223, 45581 - 2045 45582 ], 45583 "deps": [ 45584 "async", 45585 "helm-core", 45586 "popup" 45587 ], 45588 - "commit": "dbdec633c2816981d7127fe00bcd9778b2c31c51", 45589 - "sha256": "19rppfsiv1642xlz17m877dx6sbzg37nspg6r7nh9b783r4sij6p" 45590 }, 45591 "stable": { 45592 "version": [ ··· 46485 "repo": "emacs-helm/helm", 46486 "unstable": { 46487 "version": [ 46488 - 20210211, 46489 - 1417 46490 ], 46491 "deps": [ 46492 "async" 46493 ], 46494 - "commit": "dbdec633c2816981d7127fe00bcd9778b2c31c51", 46495 - "sha256": "19rppfsiv1642xlz17m877dx6sbzg37nspg6r7nh9b783r4sij6p" 46496 }, 46497 "stable": { 46498 "version": [ ··· 47784 "repo": "yyoncho/helm-icons", 47785 "unstable": { 47786 "version": [ 47787 - 20210219, 47788 - 1752 47789 ], 47790 "deps": [ 47791 "dash", 47792 "f", 47793 "treemacs" 47794 ], 47795 - "commit": "5a668ef21ba02bf1fce2db18950858c769bf5d05", 47796 - "sha256": "0n759vnymjgpf24kn7704vj8l1phsnjrgllqhcv1c50fsni1fajl" 47797 } 47798 }, 47799 { ··· 48096 "repo": "emacs-helm/helm-ls-git", 48097 "unstable": { 48098 "version": [ 48099 - 20200519, 48100 - 912 48101 ], 48102 "deps": [ 48103 "helm" 48104 ], 48105 - "commit": "4da1a53f2f0a078ee2e896a914a1b19c0bf1d5ed", 48106 - "sha256": "12fi08w20yjsdfkxl1pk9q4w0z9l92va5fa5ghay9w33xlymc8dc" 48107 }, 48108 "stable": { 48109 "version": [ ··· 50057 "repo": "emacs-helm/helm-w3m", 50058 "unstable": { 50059 "version": [ 50060 - 20181029, 50061 - 726 50062 ], 50063 "deps": [ 50064 "cl-lib", 50065 "helm", 50066 "w3m" 50067 ], 50068 - "commit": "c15d926631198d6d759ec8881837bcca5a64963b", 50069 - "sha256": "0qaqcwhwmckfmg3axiad35azn0l74k1niw4ix0v1bn2vqrxanqcw" 50070 }, 50071 "stable": { 50072 "version": [ ··· 50256 "repo": "Wilfred/helpful", 50257 "unstable": { 50258 "version": [ 50259 - 20210307, 50260 - 206 50261 ], 50262 "deps": [ 50263 "dash", ··· 50265 "f", 50266 "s" 50267 ], 50268 - "commit": "88e53d3267e8168e056e96989e9cc8fb50d33c50", 50269 - "sha256": "1gcymjysbba56q7gkn6a9vpvv45az38c4cwsvxlsnb1sa16rbz88" 50270 }, 50271 "stable": { 50272 "version": [ ··· 50424 "repo": "omajid/hgignore-mode", 50425 "unstable": { 50426 "version": [ 50427 - 20160501, 50428 - 7 50429 ], 50430 - "commit": "7aa9f3b8a9c610dbd80b952061b40194e1d9c5bd", 50431 - "sha256": "0l22sqi9lmy25idh231p0hgq22b3dxwb9wq60yxk8dck9zlkv7rr" 50432 } 50433 }, 50434 { ··· 50826 }, 50827 { 50828 "ename": "highlight-parentheses", 50829 - "commit": "7fabdb05de9b8ec18a3a566f99688b50443b6b44", 50830 - "sha256": "1d38wxk5bwblddr74crzwjwpgyr8zgcl5h5ilywg35jpv7n66lp5", 50831 - "fetcher": "github", 50832 - "repo": "tsdh/highlight-parentheses.el", 50833 "unstable": { 50834 "version": [ 50835 20210104, ··· 50838 "deps": [ 50839 "cl-lib" 50840 ], 50841 - "commit": "013ac29970d5209c14da0af6c5bb9bbbcca40c02", 50842 - "sha256": "01p8j248vcmbcdskr3146ag979c0m74gddy3yzp3x8hz9a4mgqx0" 50843 }, 50844 "stable": { 50845 "version": [ ··· 51374 "repo": "thanhvg/emacs-hnreader", 51375 "unstable": { 51376 "version": [ 51377 - 20200726, 51378 - 654 51379 ], 51380 "deps": [ 51381 "org", 51382 "promise", 51383 "request" 51384 ], 51385 - "commit": "7ff808d4728ce4e269b6d99a73604063dd9b374a", 51386 - "sha256": "0kxx8pvl99qdbldsn6lvxj69j1jpmmc33wxcr2aw3h423ibcna3s" 51387 } 51388 }, 51389 { ··· 53486 "repo": "QiangF/imbot", 53487 "unstable": { 53488 "version": [ 53489 - 20210307, 53490 - 731 53491 ], 53492 - "commit": "0588a5dbb4926e09cd19415eaafb6f79168183d8", 53493 - "sha256": "0bbr5rjxbk1dci31b1y92i9cxy5x90y3awm4678zvmaa3xa7jzxl" 53494 } 53495 }, 53496 { ··· 53555 "repo": "bmag/imenu-list", 53556 "unstable": { 53557 "version": [ 53558 - 20210305, 53559 - 2206 53560 ], 53561 "deps": [ 53562 "cl-lib" 53563 ], 53564 - "commit": "6cded436010a39592175238e4d02263a7cdb44c4", 53565 - "sha256": "09x1n2bgwgximcmnrfn32d5hr6wa0iz8acaj78a93azzx065xxgk" 53566 }, 53567 "stable": { 53568 "version": [ ··· 54055 "repo": "clojure-emacs/inf-clojure", 54056 "unstable": { 54057 "version": [ 54058 - 20210307, 54059 - 740 54060 ], 54061 "deps": [ 54062 "clojure-mode" 54063 ], 54064 - "commit": "f4a279ef5b007c3d43b79e22fecca6a331c5f3f0", 54065 - "sha256": "0aq65zbqrxdcx797wcr537bsp9pvbr9ndwyfbaf4lhl3w03s31x6" 54066 }, 54067 "stable": { 54068 "version": [ ··· 54115 "repo": "J3RN/inf-elixir", 54116 "unstable": { 54117 "version": [ 54118 - 20210226, 54119 - 1653 54120 ], 54121 - "commit": "9c21ae6d7a1313c856fd508880ee121fbea99f4d", 54122 - "sha256": "0w6fj1sh1pdsrk5sis2zkbdz0ixbpndaizvlqv2riw3sgpnc41f3" 54123 }, 54124 "stable": { 54125 "version": [ ··· 54154 "repo": "nonsequitur/inf-ruby", 54155 "unstable": { 54156 "version": [ 54157 - 20201228, 54158 - 1237 54159 ], 54160 - "commit": "1fc972ecda6a2155806d75d202481327703a0681", 54161 - "sha256": "0kv98g30kgfpyd0ghiclk17ac2y17j7bi77km59gdw5i1b5k1a27" 54162 }, 54163 "stable": { 54164 "version": [ ··· 55359 20210311, 55360 1638 55361 ], 55362 - "commit": "8866138333f92c3d82062c5fa613beba38901504", 55363 - "sha256": "0nmyv8i0z81xhmlyg79ynsnhv17k1bn21284nb8367w2jdpsscn8" 55364 }, 55365 "stable": { 55366 "version": [ ··· 55387 "avy", 55388 "ivy" 55389 ], 55390 - "commit": "8866138333f92c3d82062c5fa613beba38901504", 55391 - "sha256": "0nmyv8i0z81xhmlyg79ynsnhv17k1bn21284nb8367w2jdpsscn8" 55392 }, 55393 "stable": { 55394 "version": [ ··· 55755 "hydra", 55756 "ivy" 55757 ], 55758 - "commit": "8866138333f92c3d82062c5fa613beba38901504", 55759 - "sha256": "0nmyv8i0z81xhmlyg79ynsnhv17k1bn21284nb8367w2jdpsscn8" 55760 }, 55761 "stable": { 55762 "version": [ ··· 58522 "parseedn", 58523 "s" 58524 ], 58525 - "commit": "1376d50f1fc91f9345351aeb4960b54bf83be59e", 58526 - "sha256": "06zp5kshcsxf91d4as0nw1ncxx1a8ii6npzvk485sjrghnldsccm" 58527 }, 58528 "stable": { 58529 "version": [ ··· 58548 "repo": "ogdenwebb/emacs-kaolin-themes", 58549 "unstable": { 58550 "version": [ 58551 - 20210301, 58552 - 1533 58553 ], 58554 "deps": [ 58555 "autothemer", 58556 "cl-lib" 58557 ], 58558 - "commit": "1f8204a40ab24cb54f22bc89345d7f603084688a", 58559 - "sha256": "1qfm5wc0rkyxnnm3dzba0q4hxc5s3s0agvsjqwwg1q90zw6q70j2" 58560 }, 58561 "stable": { 58562 "version": [ ··· 59330 "repo": "kivy/kivy", 59331 "unstable": { 59332 "version": [ 59333 - 20180702, 59334 - 2029 59335 ], 59336 - "commit": "6b8495e48328af5088a899372d93b6daabc75a02", 59337 - "sha256": "1wp0rqwakdx532lg2gacrarkg86w3d4pp4l2b43ik0343pr6bg00" 59338 }, 59339 "stable": { 59340 "version": [ ··· 59985 "highlight", 59986 "math-symbol-lists" 59987 ], 59988 - "commit": "08755211c073f4216c34f8dd7864ce3b874415b4", 59989 - "sha256": "0k8gcap4bvqx04wl0ica3bkfxz8j4a42w9lgwacnchffs3l4gbpx" 59990 } 59991 }, 59992 { ··· 60474 "repo": "conao3/leaf.el", 60475 "unstable": { 60476 "version": [ 60477 - 20210303, 60478 - 1613 60479 ], 60480 - "commit": "b1fe4f20efa713b8beca97a27643456061c0fb3f", 60481 - "sha256": "16mzwr91k6bg8nfh2f2y9hzr6vlnx56afqh4795apzylqvwm8zd4" 60482 }, 60483 "stable": { 60484 "version": [ ··· 60734 "repo": "ledger/ledger-mode", 60735 "unstable": { 60736 "version": [ 60737 - 20210221, 60738 - 1315 60739 ], 60740 - "commit": "3495d1224ee73aa96c1d5bd131dc3a7f23d46336", 60741 - "sha256": "137z70baylzv6bm6y2wyl1p3f47hzkvjzqcmwmwjmlkpc0p5j4ac" 60742 }, 60743 "stable": { 60744 "version": [ ··· 61025 "repo": "tecosaur/lexic", 61026 "unstable": { 61027 "version": [ 61028 - 20210203, 61029 - 358 61030 ], 61031 "deps": [ 61032 "dash", 61033 "visual-fill-column" 61034 ], 61035 - "commit": "e59224cd5808af50e8b9ba8cce0a687cf09aacc1", 61036 - "sha256": "1si5ndfs8xbk96iiwcwlhi57k914jnsq3zdgvlb7xm3y8zjy2l6x" 61037 } 61038 }, 61039 { ··· 61047 20201007, 61048 2214 61049 ], 61050 - "commit": "7be14cb23a72b2c445519281e4e2fb9b607f9a8b", 61051 - "sha256": "0scq5bmsw7smgn7pkfnw98zcn6by1iqn6qds24zrxl7fmgcvwjk7" 61052 }, 61053 "stable": { 61054 "version": [ ··· 61294 20210303, 61295 1751 61296 ], 61297 - "commit": "4eb0953dc58193a945cfe77e532b2c4fc36cc78d", 61298 - "sha256": "0lklnwdbi8rnvia3a0xjyrgdlsm515j9v3y899hz7f05n6fplp7f" 61299 }, 61300 "stable": { 61301 "version": [ 61302 0, 61303 - 11, 61304 0 61305 ], 61306 - "commit": "a9a0badd79d0d3d7077feaf8bb646154783d5b36", 61307 - "sha256": "0h5kzavv7r8w4kzqas8nnpyssal1rh8ax8jh4av5pjp67hcjnq94" 61308 } 61309 }, 61310 { ··· 61981 "repo": "jingtaozf/literate-elisp", 61982 "unstable": { 61983 "version": [ 61984 - 20210130, 61985 - 107 61986 ], 61987 - "commit": "de73de9e8060574cb0c85be4ec3b5d8ff8a92b7b", 61988 - "sha256": "19kyrvpkmbgiygcxr3hyrba9smz33y0adz5fwh1kb5qhcyrq8jw7" 61989 }, 61990 "stable": { 61991 "version": [ ··· 62710 "repo": "emacs-lsp/lsp-dart", 62711 "unstable": { 62712 "version": [ 62713 - 20210307, 62714 - 1805 62715 ], 62716 "deps": [ 62717 "dap-mode", ··· 62722 "lsp-treemacs", 62723 "pkg-info" 62724 ], 62725 - "commit": "31847020aa512019f542b566ed42a938a6325b32", 62726 - "sha256": "1pvw5if54mja9z4xxja7024izb67yvfmj0f36jad1lipz0ydy7mg" 62727 }, 62728 "stable": { 62729 "version": [ 62730 1, 62731 - 17, 62732 - 14 62733 ], 62734 "deps": [ 62735 "dap-mode", ··· 62740 "lsp-treemacs", 62741 "pkg-info" 62742 ], 62743 - "commit": "31847020aa512019f542b566ed42a938a6325b32", 62744 - "sha256": "1pvw5if54mja9z4xxja7024izb67yvfmj0f36jad1lipz0ydy7mg" 62745 } 62746 }, 62747 { ··· 62803 "repo": "emacs-grammarly/lsp-grammarly", 62804 "unstable": { 62805 "version": [ 62806 - 20210309, 62807 - 650 62808 ], 62809 "deps": [ 62810 "ht", 62811 - "lsp-mode" 62812 ], 62813 - "commit": "c89b8c44cb0738b04432120d9faf062aebed6fde", 62814 - "sha256": "1jms97aa10w2p9gz3d26q62725dp0n38kg9ydk18ffvj97vd8x50" 62815 }, 62816 "stable": { 62817 "version": [ 62818 0, 62819 - 1, 62820 - 2 62821 ], 62822 "deps": [ 62823 "ht", 62824 - "lsp-mode" 62825 ], 62826 - "commit": "c89b8c44cb0738b04432120d9faf062aebed6fde", 62827 - "sha256": "1jms97aa10w2p9gz3d26q62725dp0n38kg9ydk18ffvj97vd8x50" 62828 } 62829 }, 62830 { ··· 63102 "repo": "emacs-lsp/lsp-mode", 63103 "unstable": { 63104 "version": [ 63105 - 20210312, 63106 - 1745 63107 ], 63108 "deps": [ 63109 "dash", ··· 63113 "markdown-mode", 63114 "spinner" 63115 ], 63116 - "commit": "63fac21fa222403972cf16734bd4f2d8b0297b7c", 63117 - "sha256": "0zggkz864p9pz9hjg9f3bfia6wcplyviq5p7qbn97w5x0vp63f6q" 63118 }, 63119 "stable": { 63120 "version": [ ··· 63364 "repo": "merrickluo/lsp-tailwindcss", 63365 "unstable": { 63366 "version": [ 63367 - 20210208, 63368 - 1458 63369 ], 63370 "deps": [ 63371 "lsp-mode" 63372 ], 63373 - "commit": "0558fd1cdbc31c48ca02308bee1b65c77f3fce3a", 63374 - "sha256": "0lbpwcf6vnk99rk3mzq3mbh4nxgl6prjrrak2aq9c789n7qainfr" 63375 } 63376 }, 63377 { ··· 63420 "repo": "emacs-lsp/lsp-ui", 63421 "unstable": { 63422 "version": [ 63423 - 20210220, 63424 - 703 63425 ], 63426 "deps": [ 63427 "dash", 63428 "lsp-mode", 63429 "markdown-mode" 63430 ], 63431 - "commit": "0ac3e12138a7eeaf764845d1e7e61b02769003ec", 63432 - "sha256": "1xqdmbfvn3i7lpk287jslgc9j6zlfxxw6hamqhb25y22bkqjgxsp" 63433 }, 63434 "stable": { 63435 "version": [ ··· 65193 "repo": "minad/marginalia", 65194 "unstable": { 65195 "version": [ 65196 - 20210310, 65197 - 1539 65198 ], 65199 - "commit": "e54aa0c4974905cc4da114c3bbcfb084486aa6e1", 65200 - "sha256": "1z6qcjbzm6r859fxspsm45cjfirrc68jwn729dvk1zz1h61l3xlv" 65201 }, 65202 "stable": { 65203 "version": [ 65204 0, 65205 - 3 65206 ], 65207 - "commit": "62ed158ff588900b9d3e56f3f05f659763c8c2ba", 65208 - "sha256": "1qihw1vq9sysrl6ha23ggycp0n2n1dx1ajkaqfm5vmv8480al07i" 65209 } 65210 }, 65211 { ··· 66263 "repo": "DogLooksGood/meow", 66264 "unstable": { 66265 "version": [ 66266 - 20210312, 66267 - 135 66268 ], 66269 "deps": [ 66270 "cl-lib", 66271 "dash", 66272 "s" 66273 ], 66274 - "commit": "3eaefd6653d6cb1d1fa593a01f7c01354012bf5b", 66275 - "sha256": "1k2z72fn0i5knwifp8v8gm8m6fhwrk173l3r3jg0kd6mcxian3l7" 66276 } 66277 }, 66278 { ··· 66286 20210129, 66287 1443 66288 ], 66289 - "commit": "6ede379616fbbe295a2368cc9813e5e24290ea02", 66290 - "sha256": "1nfmw48jhf9hgrgrf189x88qcyff72vaimpzaw971k65lbjj3kcy" 66291 }, 66292 "stable": { 66293 "version": [ ··· 67473 "repo": "mrkkrp/modalka", 67474 "unstable": { 67475 "version": [ 67476 - 20190713, 67477 - 1335 67478 ], 67479 - "commit": "4b2b92b14ed0b64fb0a0fa80a374ec9f87fbfeb6", 67480 - "sha256": "18dbnicaqryq4xhv4d7hds61k85kj3bnpcqv7rippvlyrqm2r6wx" 67481 }, 67482 "stable": { 67483 "version": [ ··· 67685 "repo": "protesilaos/modus-themes", 67686 "unstable": { 67687 "version": [ 67688 - 20210312, 67689 - 2029 67690 ], 67691 - "commit": "ccca6b3369dd6c1ce90dac60d5b090c04f2ed885", 67692 - "sha256": "1vmq9477a3inq6qdafkwl21v1jxdh8lsnlbzkbd5cqhbbrflr621" 67693 }, 67694 "stable": { 67695 "version": [ ··· 68041 "repo": "takaxp/moom", 68042 "unstable": { 68043 "version": [ 68044 - 20210308, 68045 - 1721 68046 ], 68047 - "commit": "8e0fbcbe0c190cd98925d9cb5d5cad606c983a1c", 68048 - "sha256": "1wd5hm25d94s9s1wwdxjc1hm77rybbl4s80ialcmg4mr1jyba0vz" 68049 }, 68050 "stable": { 68051 "version": [ ··· 68376 20210306, 68377 1053 68378 ], 68379 - "commit": "884d9f4b64fe97597643247f1bed1d4fc9ca5bbf", 68380 - "sha256": "116l18wgp1xqdcn4rzscnah8qn6xvnqjbmaf5grvbf2g1gglcipg" 68381 }, 68382 "stable": { 68383 "version": [ ··· 68644 "repo": "andrmuel/mqtt-mode", 68645 "unstable": { 68646 "version": [ 68647 - 20180605, 68648 - 1731 68649 ], 68650 "deps": [ 68651 "dash" 68652 ], 68653 - "commit": "36d1d4296d79e17b8f35e8e14f2708980eb502db", 68654 - "sha256": "1116xvwpavg7icm263s0clgxhw3qqm4aqiw4ky94w9a8ydazx51l" 68655 }, 68656 "stable": { 68657 "version": [ ··· 70000 "repo": "CeleritasCelery/emacs-native-shell-complete", 70001 "unstable": { 70002 "version": [ 70003 - 20200814, 70004 - 2301 70005 ], 70006 - "commit": "be7ced29c5a86e29c364f19d248634b8b54d0e52", 70007 - "sha256": "1lyad89byq54fva58njf7wiq2rw3767fxif1ykijirzx7q14ahxd" 70008 } 70009 }, 70010 { ··· 70662 "repo": "m-cat/nimbus-theme", 70663 "unstable": { 70664 "version": [ 70665 - 20210115, 70666 - 2034 70667 ], 70668 - "commit": "ca504e4387641b648e7bc6037fe515b03a90b801", 70669 - "sha256": "0gz2qrkr4gvy5wh44wiy7mhqwlxgfa8fyg0bincnba89161fnymk" 70670 } 70671 }, 70672 { ··· 71385 20210205, 71386 1412 71387 ], 71388 - "commit": "97fadd0645e908ff8322577a983dc710bfda33d6", 71389 - "sha256": "0gigvw5awwmy87vm07l73va321lrsilihfa4k33sw542svqvmwjk" 71390 }, 71391 "stable": { 71392 "version": [ ··· 72100 "deps": [ 72101 "axiom-environment" 72102 ], 72103 - "commit": "41e0bf68b06911cbd0a1d7d36a506679a0f6137f", 72104 - "sha256": "0qy61shqrgaw3pqz94x10s969irs4hn8cawi1acp9hapfcfnf218" 72105 } 72106 }, 72107 { ··· 73125 20201204, 73126 945 73127 ], 73128 - "commit": "02ea48f0d09a48fb2a25fdba75a8bf20872dadb5", 73129 - "sha256": "08klrrndkb961979wcp133swl2rckbm5z708zxgzsqf9lamqjc73" 73130 }, 73131 "stable": { 73132 "version": [ ··· 73666 "popup", 73667 "s" 73668 ], 73669 - "commit": "8ec59296b2e2a12d8ea146fb7056091fbb7bdd10", 73670 - "sha256": "02kx5gx1hk5r3lks3y9myq3x90zcz0snhckyf7sx45ydgnjxm5j4" 73671 }, 73672 "stable": { 73673 "version": [ ··· 74189 ], 74190 "commit": "efa9e3aa2d768c00440f745192aba6672b28d086", 74191 "sha256": "009n23gcgyfylp4q6igj67r606syq2r43s86g12xkl3vmc14929b" 74192 } 74193 }, 74194 { ··· 75132 "repo": "kidd/org-gcal.el", 75133 "unstable": { 75134 "version": [ 75135 - 20210304, 75136 - 803 75137 ], 75138 "deps": [ 75139 "alert", ··· 75141 "request", 75142 "request-deferred" 75143 ], 75144 - "commit": "ff55b2117c074288633c35bc38f21db13b476bbd", 75145 - "sha256": "01wr33ra6h254r123zy677bwf98jzgkb4qpsy90rgf0kjq7wb142" 75146 }, 75147 "stable": { 75148 "version": [ ··· 75504 "repo": "gizmomogwai/org-kanban", 75505 "unstable": { 75506 "version": [ 75507 - 20200729, 75508 - 2120 75509 ], 75510 "deps": [ 75511 "dash", 75512 "org", 75513 "s" 75514 ], 75515 - "commit": "70b4c9823b32ae299f3da521966b6c5abacf73e2", 75516 - "sha256": "159g13m1zpc1b2ggs9iw2l51pj0h433y1x00bgznhc9fvamysasd" 75517 }, 75518 "stable": { 75519 "version": [ 75520 0, 75521 6, 75522 - 1 75523 ], 75524 "deps": [ 75525 "dash", 75526 "org", 75527 "s" 75528 ], 75529 - "commit": "fbb27c3983ad735a333c766815642a6615cea2ed", 75530 - "sha256": "0xclk323hq4lszqmvba4v8785v57bxfxln5n1hy0vaf0f45hfkjw" 75531 } 75532 }, 75533 { ··· 75557 "repo": "yangsheng6810/org-latex-impatient", 75558 "unstable": { 75559 "version": [ 75560 - 20201123, 75561 - 845 75562 ], 75563 "deps": [ 75564 "dash", ··· 75566 "posframe", 75567 "s" 75568 ], 75569 - "commit": "d8be05fd6857c72a1766e3fa9dafa1602ccf88e3", 75570 - "sha256": "0vidxcv07brz4adik1826g0v7zyyz80r84kzz01rcxcc471fl957" 75571 } 75572 }, 75573 { ··· 76640 "repo": "jkitchin/org-ref", 76641 "unstable": { 76642 "version": [ 76643 - 20210310, 76644 - 1855 76645 ], 76646 "deps": [ 76647 "bibtex-completion", ··· 76656 "pdf-tools", 76657 "s" 76658 ], 76659 - "commit": "0a46b63a8233374c8873cb0cd99b8b67244f8166", 76660 - "sha256": "1vv50h1zmr52pqmx900ia267flv2xfak3zphsnc43inf0c6jf4xb" 76661 }, 76662 "stable": { 76663 "version": [ ··· 76823 "repo": "org-roam/org-roam-bibtex", 76824 "unstable": { 76825 "version": [ 76826 - 20210302, 76827 - 805 76828 ], 76829 "deps": [ 76830 "bibtex-completion", 76831 "org-roam" 76832 ], 76833 - "commit": "068d9c27650207447ecf7a41fcd5b7abc40f4c3c", 76834 - "sha256": "1jbg5cwp0yf36fv2w695m091m8ylkgg831bmgwvscrdhx1zq4lsi" 76835 }, 76836 "stable": { 76837 "version": [ 76838 0, 76839 - 4, 76840 0 76841 ], 76842 "deps": [ 76843 "bibtex-completion", 76844 "org-roam" 76845 ], 76846 - "commit": "71da772469bcb49d4a93ee9d9704fbee9488aa28", 76847 - "sha256": "13pll793khyfncpwm2dg24w747sqp7kgf7m3fqw2xzhv9cx2g7nq" 76848 } 76849 }, 76850 { ··· 77140 "repo": "akirak/org-starter", 77141 "unstable": { 77142 "version": [ 77143 - 20210219, 77144 - 1622 77145 ], 77146 "deps": [ 77147 "dash" 77148 ], 77149 - "commit": "5f9e1d225b216d76e4955f394e0387ce015361b2", 77150 - "sha256": "0yipahcq3rl395b16fb2fzfrxq0mnc4paqm06zjiz5i8qpb1w1cf" 77151 }, 77152 "stable": { 77153 "version": [ ··· 77178 "org-starter", 77179 "swiper" 77180 ], 77181 - "commit": "5f9e1d225b216d76e4955f394e0387ce015361b2", 77182 - "sha256": "0yipahcq3rl395b16fb2fzfrxq0mnc4paqm06zjiz5i8qpb1w1cf" 77183 }, 77184 "stable": { 77185 "version": [ ··· 77769 "repo": "org-trello/org-trello", 77770 "unstable": { 77771 "version": [ 77772 - 20200508, 77773 - 1705 77774 ], 77775 "deps": [ 77776 "dash", ··· 77779 "request-deferred", 77780 "s" 77781 ], 77782 - "commit": "56c519a00c6e3c8f6923cd0460342089d58c41c9", 77783 - "sha256": "09028167pi9pzgcb8fpvqgvzviq1fxvgby5lb99wvyy94vjxwnk2" 77784 }, 77785 "stable": { 77786 "version": [ ··· 77810 20200919, 77811 1348 77812 ], 77813 - "commit": "e086c59a14701cd041641b51c952fa704ee963df", 77814 - "sha256": "0w1crw5lsk22jfw2w5qq6ab7zxdzp38akasvyvxakvpp1782xq9p" 77815 } 77816 }, 77817 { ··· 78402 "repo": "tbanel/orgaggregate", 78403 "unstable": { 78404 "version": [ 78405 - 20210225, 78406 - 915 78407 ], 78408 - "commit": "bcb38ada8469a7f6f9a915c36760a05b2c68ad88", 78409 - "sha256": "1db0wm7dlx1yqnfhbw4m3q3a8x4wk02j1c276qazhff4n03mbhf8" 78410 } 78411 }, 78412 { ··· 80099 "repo": "melpa/package-build", 80100 "unstable": { 80101 "version": [ 80102 - 20210209, 80103 - 1639 80104 ], 80105 "deps": [ 80106 "cl-lib" 80107 ], 80108 - "commit": "d8ec8ddf5e39b61e9338de9a778633b7e01854cd", 80109 - "sha256": "1wdii6hlvd4pbgf7bp9d8ay0kd34nyxz2w7gyq2kx43hlcgxhyp1" 80110 }, 80111 "stable": { 80112 "version": [ ··· 80553 "repo": "joostkremers/pandoc-mode", 80554 "unstable": { 80555 "version": [ 80556 - 20210308, 80557 - 2211 80558 ], 80559 "deps": [ 80560 "dash", 80561 "hydra" 80562 ], 80563 - "commit": "500e80666fb779457be8771c5613c177187ba0cc", 80564 - "sha256": "1c3gay9fkikg7h46djw1nf86fzckmv7w1zbz5fbar20klcr12pbm" 80565 }, 80566 "stable": { 80567 "version": [ ··· 80610 20200510, 80611 5 80612 ], 80613 - "commit": "e086c59a14701cd041641b51c952fa704ee963df", 80614 - "sha256": "0w1crw5lsk22jfw2w5qq6ab7zxdzp38akasvyvxakvpp1782xq9p" 80615 } 80616 }, 80617 { ··· 81789 20160321, 81790 2237 81791 ], 81792 - "commit": "1d410a4e48db07a942e54d3b83a85c7a7ec0aab3", 81793 - "sha256": "1b7csqypqkalkzq6vrbq5ry1gdk0qnhnk43rlj514mph0s1nywdd" 81794 } 81795 }, 81796 { ··· 84553 } 84554 }, 84555 { 84556 "ename": "popup", 84557 "commit": "083fb071191bccd6feb3fb84569373a597440fb1", 84558 "sha256": "151g00h9rkid76qf6c53n8bncsfaikmhj8fqcb3r3a6mbngcd5k2", ··· 84560 "repo": "auto-complete/popup-el", 84561 "unstable": { 84562 "version": [ 84563 - 20210108, 84564 - 1821 84565 ], 84566 - "deps": [ 84567 - "cl-lib" 84568 - ], 84569 - "commit": "bd5a0df7e5bc68af46eef37afe9e80764a1d4fd8", 84570 - "sha256": "1y9wv5c9x1rsfdhh3r7mah7yyx2cs7asjzhgsn1pbq7zdjpv5p0p" 84571 }, 84572 "stable": { 84573 "version": [ ··· 84901 "repo": "milkypostman/powerline", 84902 "unstable": { 84903 "version": [ 84904 - 20201129, 84905 - 2306 84906 ], 84907 "deps": [ 84908 "cl-lib" 84909 ], 84910 - "commit": "b293abf83c0a2b2988af19dd0ef0426c3b1d1501", 84911 - "sha256": "01nqff1pg9nxv49g2mmapnrjl8978wwyr6afkr3rm7zlnjz1cjas" 84912 }, 84913 "stable": { 84914 "version": [ ··· 85157 "repo": "jscheid/prettier.el", 85158 "unstable": { 85159 "version": [ 85160 - 20210303, 85161 - 2119 85162 ], 85163 "deps": [ 85164 "iter2", 85165 "nvm" 85166 ], 85167 - "commit": "b4c23d108f10d6693c3e2766220fb7dd9c8de7b3", 85168 - "sha256": "1s1asp755ywkl6myk2rvr5xj5405w43p8fqzfm9zn51l4zdq5lg5" 85169 }, 85170 "stable": { 85171 "version": [ ··· 86133 "repo": "ProofGeneral/PG", 86134 "unstable": { 86135 "version": [ 86136 - 20210227, 86137 - 1942 86138 ], 86139 - "commit": "7844e312b2a192c4245d0d05c12908efc5730e3b", 86140 - "sha256": "0ky8ivcwkjdclh1vh9hi8wc5zljamby10fd4m73nnkdi2lr6x5nr" 86141 }, 86142 "stable": { 86143 "version": [ ··· 86240 20200619, 86241 1742 86242 ], 86243 - "commit": "9ad97629be72eeecf8bc9fe8145e55ceaeab6b78", 86244 - "sha256": "0li6vyr87vspya07j9rkj3m82s9qww6zrnx78yhkn1mznlf73v48" 86245 }, 86246 "stable": { 86247 "version": [ ··· 87096 "repo": "tumashu/pyim", 87097 "unstable": { 87098 "version": [ 87099 - 20210312, 87100 - 545 87101 ], 87102 "deps": [ 87103 "async", 87104 "xr" 87105 ], 87106 - "commit": "a65a5c26a5e39420bf7bba54cb9e42d9ce32c90d", 87107 - "sha256": "1hjmk0jilqp61wskv4vlxagql5mx7yqqybs3kfd36dr88cg20pyx" 87108 }, 87109 "stable": { 87110 "version": [ ··· 87248 20200503, 87249 1624 87250 ], 87251 - "commit": "890a9b91fbac1fbc8f40fc48a78b8cd6855dbbaa", 87252 - "sha256": "1p7ki0ww12vf14l2ccxax40032vhyf21vjkmdr0qbmgdqzwvpjgc" 87253 } 87254 }, 87255 { ··· 87806 "repo": "quelpa/quelpa", 87807 "unstable": { 87808 "version": [ 87809 - 20210208, 87810 - 716 87811 ], 87812 - "commit": "8c25a40d07c08a6a9754b3ae12174664e8ed7871", 87813 - "sha256": "05yl7ivr6rq6gry0ik4qg2pxsw07byqwz9sn58hpsx8v7blxwxln" 87814 }, 87815 "stable": { 87816 "version": [ ··· 90865 "deps": [ 90866 "inf-ruby" 90867 ], 90868 - "commit": "3ef165c5c99aebfd811a0f18ea7f8c983d4ab152", 90869 - "sha256": "1vwwchgd45a0lin4n04ffwz021889ps4vcj787iy5ijw34pi8zrj" 90870 }, 90871 "stable": { 90872 "version": [ ··· 91669 "repo": "brotzeit/rustic", 91670 "unstable": { 91671 "version": [ 91672 - 20210308, 91673 - 2135 91674 ], 91675 "deps": [ 91676 "dash", ··· 91683 "spinner", 91684 "xterm-color" 91685 ], 91686 - "commit": "270bc5afda080ed656ad53aa132e8b1fb05083e6", 91687 - "sha256": "0f4ff3mpdkqxyi3dv5gm5987nlaaf0gb5k95likjm8i5n9qkk4x5" 91688 } 91689 }, 91690 { ··· 92154 20200830, 92155 301 92156 ], 92157 - "commit": "4546119f2d0582cb03e772a785e5ff93829f2f68", 92158 - "sha256": "19g33m15b4rzf16acsiaf7rh9ck0dhyc4kj5zvzd9h21ihyg5sh7" 92159 } 92160 }, 92161 { ··· 92958 "repo": "raxod502/selectrum", 92959 "unstable": { 92960 "version": [ 92961 - 20210311, 92962 - 2257 92963 ], 92964 - "commit": "a8806f71f9cc07daa0149c89a4dbdae0aa5aebff", 92965 - "sha256": "04q0blmgbwn9jhp4y3jn5vj1h5m1bip6hwa9rf1sywkdbj153n3s" 92966 }, 92967 "stable": { 92968 "version": [ ··· 93166 "repo": "twlz0ne/separedit.el", 93167 "unstable": { 93168 "version": [ 93169 - 20210210, 93170 - 1411 93171 ], 93172 "deps": [ 93173 "dash", 93174 - "dash-functional", 93175 "edit-indirect" 93176 ], 93177 - "commit": "cc1145bde8b1868322ea799a90e38a1295089ada", 93178 - "sha256": "0m429i3zy5aik0q91r6sbr5xpqh4fgx984szp01p8fmbyb7wsh67" 93179 } 93180 }, 93181 { ··· 93186 "repo": "brannala/sequed", 93187 "unstable": { 93188 "version": [ 93189 - 20210307, 93190 - 939 93191 ], 93192 - "commit": "bfd9109a4fe5625554a87988564403031e57f5d9", 93193 - "sha256": "1h2qqd39lj5kqn5yy7c93r5zh6ajbrnr0c5nmxfjb2llra6hlc1y" 93194 } 93195 }, 93196 { ··· 97229 "repo": "ideasman42/emacs-spell-fu", 97230 "unstable": { 97231 "version": [ 97232 - 20201006, 97233 - 1441 97234 ], 97235 - "commit": "a7db58747131dca2eee0e0757c3d254d391ddd1c", 97236 - "sha256": "05f58nz2bhb5bzy06glpv7pjfqpalv5pyggm43zsh1kl2pxwzb9a" 97237 } 97238 }, 97239 { ··· 97817 "repo": "srfi-explorations/emacs-srfi", 97818 "unstable": { 97819 "version": [ 97820 - 20210306, 97821 - 18 97822 ], 97823 - "commit": "78d65e571a811088d726858f8f60b9c55f26cfcb", 97824 - "sha256": "1wrzpzp98blwzbgfgfkz5kzc1chcbpgdl23zvs90m01yhhldmmnj" 97825 }, 97826 "stable": { 97827 "version": [ ··· 99319 "deps": [ 99320 "ivy" 99321 ], 99322 - "commit": "8866138333f92c3d82062c5fa613beba38901504", 99323 - "sha256": "0nmyv8i0z81xhmlyg79ynsnhv17k1bn21284nb8367w2jdpsscn8" 99324 }, 99325 "stable": { 99326 "version": [ ··· 99635 "repo": "countvajhula/symex.el", 99636 "unstable": { 99637 "version": [ 99638 - 20210310, 99639 - 214 99640 ], 99641 "deps": [ 99642 - "dash", 99643 "evil", 99644 "evil-cleverparens", 99645 "evil-surround", ··· 99650 "smartparens", 99651 "undo-tree" 99652 ], 99653 - "commit": "5c95dc5b19b6762b5541da784dbb24e8c9b662d7", 99654 - "sha256": "1gyisadxsx8a6dw3xncmzxhpc1m2qw08m2wzsqj78cp7m1waxicj" 99655 }, 99656 "stable": { 99657 "version": [ 99658 - 0, 99659 - 9 99660 ], 99661 "deps": [ 99662 - "dash", 99663 "evil", 99664 "evil-cleverparens", 99665 "evil-surround", ··· 99670 "smartparens", 99671 "undo-tree" 99672 ], 99673 - "commit": "741eee5f69af575e6dfd584baa78c37241f61646", 99674 - "sha256": "0l25vds6qjx36bxgy0iwfjqsgcasslhywl8gvb2wv7jpsmjdqg4q" 99675 } 99676 }, 99677 { ··· 100030 "repo": "fritzgrabo/tab-bar-echo-area", 100031 "unstable": { 100032 "version": [ 100033 - 20210221, 100034 - 2336 100035 ], 100036 - "commit": "7fe200bf2c7397abe5623d1b05983eaccc467320", 100037 - "sha256": "16rf0b33adj780ix3x7xhp74dbx6f2044dzihpl77ar1yd48dhc7" 100038 } 100039 }, 100040 { ··· 100045 "repo": "fritzgrabo/tab-bar-groups", 100046 "unstable": { 100047 "version": [ 100048 - 20210213, 100049 - 2138 100050 ], 100051 "deps": [ 100052 "s" 100053 ], 100054 - "commit": "930a86edcfe7c0e33e16bfe2501dbe285a443df9", 100055 - "sha256": "14vpwh2yh1626jlc1ifyl7lfyv2lsczcgsbjs4flbpv83c9biq8s" 100056 } 100057 }, 100058 { ··· 100514 "repo": "zevlg/telega.el", 100515 "unstable": { 100516 "version": [ 100517 - 20210312, 100518 - 1754 100519 ], 100520 "deps": [ 100521 "rainbow-identifiers", 100522 "visual-fill-column" 100523 ], 100524 - "commit": "d803588c9e845706f982b8e996343e1d627ce422", 100525 - "sha256": "0ihdkdhcn7pqlj329mis5akjrh9jd4hggnm6f9n3fdqjbcj63sdz" 100526 }, 100527 "stable": { 100528 "version": [ ··· 100653 "repo": "clarete/templatel", 100654 "unstable": { 100655 "version": [ 100656 - 20210304, 100657 - 1358 100658 ], 100659 - "commit": "d29c794e1648b4d862a3f48b9de713dd2d972519", 100660 - "sha256": "1yy1n4df7k49c5fvflq1myrxw88qk39rjcsm9p0pgd4akxbd3klj" 100661 }, 100662 "stable": { 100663 "version": [ ··· 101590 20200212, 101591 1903 101592 ], 101593 - "commit": "492a049c23cb86bfc2dc38762a95c6da41fcc7d8", 101594 - "sha256": "1v37lz2gqyb5jrmhkrxdyp3xxdz4a37n7638ql4jrvrvq31b8x9b" 101595 }, 101596 "stable": { 101597 "version": [ 101598 2021, 101599 3, 101600 - 8, 101601 0 101602 ], 101603 - "commit": "e2b61c2a165b8fda48c43f02c6e9e78ec5b3cb37", 101604 - "sha256": "1miv1jgxk2vip63vwnsb9k6x1kp6rz9kj62y8asr0sszf6y1h8jk" 101605 } 101606 }, 101607 { ··· 101681 "repo": "ananthakumaran/tide", 101682 "unstable": { 101683 "version": [ 101684 - 20210211, 101685 - 1055 101686 ], 101687 "deps": [ 101688 "cl-lib", ··· 101691 "s", 101692 "typescript-mode" 101693 ], 101694 - "commit": "7f7334b42a40dd3093b830e887c36cdb4ef40858", 101695 - "sha256": "0krixylc58lglpi6kgwlxfd47c90vmck3cml0h3awplbyyr8b5vg" 101696 }, 101697 "stable": { 101698 "version": [ ··· 102008 "deps": [ 102009 "request" 102010 ], 102011 - "commit": "269bda7001613c0b70c0662d2a74d200765c1dcb", 102012 - "sha256": "0z8hkp15sdb0x0g67v6xa8ds28awz4i2vcbryj5zfpl15d0fiqc2" 102013 } 102014 }, 102015 { ··· 102640 "repo": "magit/transient", 102641 "unstable": { 102642 "version": [ 102643 - 20210311, 102644 - 1549 102645 ], 102646 - "commit": "eff65f1d8515df3dc41fb628d54950990a30dbb0", 102647 - "sha256": "0zqicpbijvp2crmwk6c6ipkc6nlh2mkidxda7dc82ilyb9562fhk" 102648 }, 102649 "stable": { 102650 "version": [ ··· 102887 "repo": "ubolonton/emacs-tree-sitter", 102888 "unstable": { 102889 "version": [ 102890 - 20210310, 102891 - 1533 102892 ], 102893 "deps": [ 102894 "tsc" 102895 ], 102896 - "commit": "e1052cb562a178061538397531be8ca6b11e7d15", 102897 - "sha256": "1m83kg4s0gibdq1kq43l9b2yaf35k203qx5bm32n0gi3b5l03qi3" 102898 }, 102899 "stable": { 102900 "version": [ 102901 0, 102902 - 14, 102903 0 102904 ], 102905 "deps": [ 102906 "tsc" 102907 ], 102908 - "commit": "e1052cb562a178061538397531be8ca6b11e7d15", 102909 - "sha256": "1m83kg4s0gibdq1kq43l9b2yaf35k203qx5bm32n0gi3b5l03qi3" 102910 } 102911 }, 102912 { ··· 102948 "repo": "ubolonton/tree-sitter-langs", 102949 "unstable": { 102950 "version": [ 102951 - 20210305, 102952 - 1109 102953 ], 102954 "deps": [ 102955 "tree-sitter" 102956 ], 102957 - "commit": "8f1f22dc5923ef4b8e594a556acd0a3c878b0855", 102958 - "sha256": "1y5g9fp05zlnklflgkbibs64ypbrixcq591pw6fpg5lklij6h1r2" 102959 }, 102960 "stable": { 102961 "version": [ 102962 0, 102963 - 9, 102964 - 2 102965 ], 102966 "deps": [ 102967 "tree-sitter" 102968 ], 102969 - "commit": "d13a43e286e9e20daf6c6dd29357ac4992208747", 102970 - "sha256": "11ap8rwsa83pq8850sbn9w46imdi3w8zncqp56g57gwgkkq11l6h" 102971 } 102972 }, 102973 { ··· 103027 "pfuture", 103028 "s" 103029 ], 103030 - "commit": "2d5ec4a9437bfaa21d351497871bf1884305ac8e", 103031 - "sha256": "1kg3fnnlw0kxl4w14kbcp88nq1y4r8w4k6z5qp1vpw6bglb13qhk" 103032 }, 103033 "stable": { 103034 "version": [ ··· 103064 "all-the-icons", 103065 "treemacs" 103066 ], 103067 - "commit": "2d5ec4a9437bfaa21d351497871bf1884305ac8e", 103068 - "sha256": "1kg3fnnlw0kxl4w14kbcp88nq1y4r8w4k6z5qp1vpw6bglb13qhk" 103069 } 103070 }, 103071 { ··· 103083 "evil", 103084 "treemacs" 103085 ], 103086 - "commit": "2d5ec4a9437bfaa21d351497871bf1884305ac8e", 103087 - "sha256": "1kg3fnnlw0kxl4w14kbcp88nq1y4r8w4k6z5qp1vpw6bglb13qhk" 103088 }, 103089 "stable": { 103090 "version": [ ··· 103113 "deps": [ 103114 "treemacs" 103115 ], 103116 - "commit": "2d5ec4a9437bfaa21d351497871bf1884305ac8e", 103117 - "sha256": "1kg3fnnlw0kxl4w14kbcp88nq1y4r8w4k6z5qp1vpw6bglb13qhk" 103118 }, 103119 "stable": { 103120 "version": [ ··· 103145 "pfuture", 103146 "treemacs" 103147 ], 103148 - "commit": "2d5ec4a9437bfaa21d351497871bf1884305ac8e", 103149 - "sha256": "1kg3fnnlw0kxl4w14kbcp88nq1y4r8w4k6z5qp1vpw6bglb13qhk" 103150 }, 103151 "stable": { 103152 "version": [ ··· 103178 "persp-mode", 103179 "treemacs" 103180 ], 103181 - "commit": "2d5ec4a9437bfaa21d351497871bf1884305ac8e", 103182 - "sha256": "1kg3fnnlw0kxl4w14kbcp88nq1y4r8w4k6z5qp1vpw6bglb13qhk" 103183 }, 103184 "stable": { 103185 "version": [ ··· 103211 "perspective", 103212 "treemacs" 103213 ], 103214 - "commit": "2d5ec4a9437bfaa21d351497871bf1884305ac8e", 103215 - "sha256": "1kg3fnnlw0kxl4w14kbcp88nq1y4r8w4k6z5qp1vpw6bglb13qhk" 103216 } 103217 }, 103218 { ··· 103230 "projectile", 103231 "treemacs" 103232 ], 103233 - "commit": "2d5ec4a9437bfaa21d351497871bf1884305ac8e", 103234 - "sha256": "1kg3fnnlw0kxl4w14kbcp88nq1y4r8w4k6z5qp1vpw6bglb13qhk" 103235 }, 103236 "stable": { 103237 "version": [ ··· 103337 "repo": "ianpan870102/tron-legacy-emacs-theme", 103338 "unstable": { 103339 "version": [ 103340 - 20200601, 103341 - 533 103342 ], 103343 - "commit": "af17842821400a6fd466bb2769d13606e98550c0", 103344 - "sha256": "19pabaiza0lrvqa8yi0p83rffm9g44n6789m395iayfcxq49lylq" 103345 }, 103346 "stable": { 103347 "version": [ ··· 103485 "repo": "ubolonton/emacs-tree-sitter", 103486 "unstable": { 103487 "version": [ 103488 - 20210310, 103489 - 1533 103490 ], 103491 - "commit": "e1052cb562a178061538397531be8ca6b11e7d15", 103492 - "sha256": "1m83kg4s0gibdq1kq43l9b2yaf35k203qx5bm32n0gi3b5l03qi3" 103493 }, 103494 "stable": { 103495 "version": [ 103496 0, 103497 - 14, 103498 0 103499 ], 103500 - "commit": "e1052cb562a178061538397531be8ca6b11e7d15", 103501 - "sha256": "1m83kg4s0gibdq1kq43l9b2yaf35k203qx5bm32n0gi3b5l03qi3" 103502 } 103503 }, 103504 { ··· 103867 "repo": "mrkkrp/typit", 103868 "unstable": { 103869 "version": [ 103870 - 20200217, 103871 - 2059 103872 ], 103873 "deps": [ 103874 "f", 103875 "mmt" 103876 ], 103877 - "commit": "f567867a0a519e17ad3552837b48d3d45fb73aa5", 103878 - "sha256": "0a5xds0mhfnq6kyc13s385vf4x4cqqpk2jiw1in7qg382fl8w2p0" 103879 }, 103880 "stable": { 103881 "version": [ ··· 105819 "repo": "federicotdn/verb", 105820 "unstable": { 105821 "version": [ 105822 - 20210303, 105823 - 2314 105824 ], 105825 - "commit": "b8d2ecbf84b2a9b6a31124e7e4fc22f13e48e18e", 105826 - "sha256": "1hgs61gg75712d6q0sd51xlvmrpn8r6x9nnca8v5f7qnxhnyxv6p" 105827 }, 105828 "stable": { 105829 "version": [ ··· 106582 "repo": "ianpan870102/vscode-dark-plus-emacs-theme", 106583 "unstable": { 106584 "version": [ 106585 - 20201116, 106586 - 749 106587 ], 106588 - "commit": "4a4c7502ceda44d189a5fb09018ef2bc3f3c8d5f", 106589 - "sha256": "0vgg301za0bgdgcj8kfniysvjq1iyia3jk6lvi6vwrzc8sy9hx6z" 106590 }, 106591 "stable": { 106592 "version": [ ··· 106621 "repo": "akermu/emacs-libvterm", 106622 "unstable": { 106623 "version": [ 106624 - 20210308, 106625 - 1505 106626 ], 106627 - "commit": "21c0c0fe8baddf69043d3173f9fdcf790187f570", 106628 - "sha256": "0caqcvs5ba5796isnvqmvrn81lpkqk11jybx1lhizcl23jv060jc" 106629 } 106630 }, 106631 { ··· 106636 "repo": "jixiuf/vterm-toggle", 106637 "unstable": { 106638 "version": [ 106639 - 20210226, 106640 - 1800 106641 ], 106642 "deps": [ 106643 "vterm" 106644 ], 106645 - "commit": "91f788e90b12dd940e3bc9c7b24108be37b99c03", 106646 - "sha256": "1gdf27b89d47js89wi1amicrm49qryi0d3qyjzav4ryf8m7xx54m" 106647 } 106648 }, 106649 { ··· 106764 "repo": "d12frosted/vulpea", 106765 "unstable": { 106766 "version": [ 106767 - 20210308, 106768 - 751 106769 ], 106770 "deps": [ 106771 "org", 106772 "org-roam", 106773 "s" 106774 ], 106775 - "commit": "39c514f307f70b5baa6d65163ec7140c9189e662", 106776 - "sha256": "1fxy0n1kv7lrqq4k58wpbbdi4m2rd93k5n66v7bz77qjxzsvpssf" 106777 }, 106778 "stable": { 106779 "version": [ ··· 107659 "repo": "jstaursky/weyland-yutani-theme", 107660 "unstable": { 107661 "version": [ 107662 - 20210227, 107663 - 1749 107664 ], 107665 - "commit": "831005d21ac373d5d12a1ef2d524e83a6b114c56", 107666 - "sha256": "1grqvy901bkx0pqfy2zfyqzmk5wdarihg27lyjlz1hpiyl74y3sp" 107667 } 107668 }, 107669 { ··· 108344 "repo": "bmag/emacs-purpose", 108345 "unstable": { 108346 "version": [ 108347 - 20210309, 108348 - 1531 108349 ], 108350 "deps": [ 108351 "imenu-list", 108352 "let-alist" 108353 ], 108354 - "commit": "655df549deb1a5895851c2b989a27bb281db00f4", 108355 - "sha256": "162w8isgpyma4wqgvznvvfdp8kyv5z4p8jfm57dgc8vb9aa1p2zp" 108356 }, 108357 "stable": { 108358 "version": [ ··· 108570 "repo": "magit/with-editor", 108571 "unstable": { 108572 "version": [ 108573 - 20210117, 108574 - 2008 108575 ], 108576 - "commit": "36e163ca80f74905ba3c1cf7b596a0ccc8bc5cac", 108577 - "sha256": "0sq1kpc1ia0vjqylfqi6g2d24fcz5a3yvc5m8x3knhyx8qj5nz5y" 108578 }, 108579 "stable": { 108580 "version": [ ··· 109187 "repo": "redguardtoo/wucuo", 109188 "unstable": { 109189 "version": [ 109190 - 20210129, 109191 - 407 109192 ], 109193 - "commit": "4f1a63bf990c06942c5c290d5d146f8545f43b95", 109194 - "sha256": "0awa2zhnmm49sdvxwzhbnzcynk4qsbpsrmqmh9xi9rw20711iwjr" 109195 }, 109196 "stable": { 109197 "version": [ ··· 109356 "repo": "xahlee/xah-fly-keys", 109357 "unstable": { 109358 "version": [ 109359 - 20210310, 109360 - 1652 109361 ], 109362 - "commit": "4196c9d06c5da12e9d10b1307e4e6aefb05f4686", 109363 - "sha256": "143j6fwvl6k9gf7m99bmh1y6c6sayr120ndyfbfx34c22wgfgbj4" 109364 } 109365 }, 109366 {
··· 198 "repo": "ymarco/auto-activating-snippets", 199 "unstable": { 200 "version": [ 201 + 20210316, 202 + 2027 203 ], 204 + "commit": "af9d405a0f6ea078ae5b6567f664f4166f9f0ab0", 205 + "sha256": "0jsnvnpvrrz5b4vh9jf3sjjm0pgh4241zw54bjkqa1ld9vvxwkxn" 206 }, 207 "stable": { 208 "version": [ ··· 1507 "repo": "mrkkrp/ace-popup-menu", 1508 "unstable": { 1509 "version": [ 1510 + 20210318, 1511 + 1748 1512 ], 1513 "deps": [ 1514 "avy-menu" 1515 ], 1516 + "commit": "9a2056c53faba0bd7b7f44fb3faabf4d34b8497f", 1517 + "sha256": "0i7a708y9x4xdny3ccqwngn4la5vg0539c7qk87d163gl61mbk7k" 1518 }, 1519 "stable": { 1520 "version": [ ··· 1918 "annotation", 1919 "eri" 1920 ], 1921 + "commit": "232fa59a8e7954d20fbac8aac7f51bcf58c2f299", 1922 + "sha256": "016dk9gf86fm2s6xd016jml895h8zqlyrp1bw7khzq5xliny7d08" 1923 }, 1924 "stable": { 1925 "version": [ ··· 2378 "repo": "domtronn/all-the-icons.el", 2379 "unstable": { 2380 "version": [ 2381 + 20210313, 2382 + 2205 2383 ], 2384 + "commit": "a8c84176af7f3b97019423ebf3e02f983f4ebdf9", 2385 + "sha256": "07vscdf28wjjxsqaich694r94rf9iffjbqsvmqcq8h0qhqzfp2pq" 2386 }, 2387 "stable": { 2388 "version": [ ··· 3146 20200914, 3147 644 3148 ], 3149 + "commit": "232fa59a8e7954d20fbac8aac7f51bcf58c2f299", 3150 + "sha256": "016dk9gf86fm2s6xd016jml895h8zqlyrp1bw7khzq5xliny7d08" 3151 }, 3152 "stable": { 3153 "version": [ ··· 3644 "repo": "waymondo/apropospriate-theme", 3645 "unstable": { 3646 "version": [ 3647 + 20210316, 3648 + 2156 3649 ], 3650 + "commit": "22b394e3c9fc8db3a33c0f7fa36263ce44b0dec5", 3651 + "sha256": "1075f1gp9q210h4varmrj69g35wf8dygamzwsgfp38kqggdqdrxq" 3652 }, 3653 "stable": { 3654 "version": [ ··· 5454 "avy", 5455 "embark" 5456 ], 5457 + "commit": "4e3e751725787f18b55defc2fe7d8115adf524fd", 5458 + "sha256": "03qqc5yw7pyz58pdkvypw63ls14pm9gkcfvrf66fidmbi5w4fg54" 5459 }, 5460 "stable": { 5461 "version": [ ··· 5665 "url": "https://bitbucket.org/pdo/axiom-environment", 5666 "unstable": { 5667 "version": [ 5668 + 20210312, 5669 + 2248 5670 ], 5671 + "commit": "ac8228a702290732ba12c5d13b38576a57afb0d6", 5672 + "sha256": "1nrlgrckvh2fiwis9bmr95h2bpxfkz1nknxdz61380f2caqwwhw7" 5673 } 5674 }, 5675 { ··· 6144 "repo": "dykstrom/basic-mode", 6145 "unstable": { 6146 "version": [ 6147 + 20210316, 6148 + 1253 6149 ], 6150 "deps": [ 6151 "seq" 6152 ], 6153 + "commit": "eaa5f24d2fb303d9e5d7de2a28c7c18b01532ab6", 6154 + "sha256": "1qvrf6mdrxzzd66888saddjrg5008rrgk0shg6vsyd39gk2bai22" 6155 + }, 6156 + "stable": { 6157 + "version": [ 6158 + 0, 6159 + 4, 6160 + 3 6161 + ], 6162 + "deps": [ 6163 + "seq" 6164 + ], 6165 + "commit": "0f135eb6581dabe69fff07f31082c8f53b4dcc70", 6166 + "sha256": "13z1b9wqhrx5c87ymc7jikvais7xd1jzx5qsnn03d6wmlm1y027z" 6167 } 6168 }, 6169 { ··· 6514 "repo": "DamienCassou/beginend", 6515 "unstable": { 6516 "version": [ 6517 + 20210319, 6518 + 1039 6519 ], 6520 + "commit": "94465a6c80827e7db9dc2384932b168a0d8254e4", 6521 + "sha256": "1jnx6fqmj0i4kxpw03znribqj5nlhyprwlmsbi63hjzbd51h83q3" 6522 }, 6523 "stable": { 6524 "version": [ ··· 6914 "a", 6915 "pdf-tools" 6916 ], 6917 + "commit": "331252334ea2e62d8e06b2dfa24be5dbd7f9c09f", 6918 + "sha256": "0gri6k1px53lmi5nq3zpv0m0kc3c8pbnc4h0zard5v449gmf1d5q" 6919 } 6920 }, 6921 { ··· 7610 "repo": "josteink/bmx-mode", 7611 "unstable": { 7612 "version": [ 7613 + 20210319, 7614 + 620 7615 ], 7616 "deps": [ 7617 "cl-lib", ··· 7619 "dash", 7620 "s" 7621 ], 7622 + "commit": "6f008707efe0bb5646f0c1b0d6f57f0a8800e200", 7623 + "sha256": "0v6b8w4hy1yw713mkkh74b7c638hnk24ccbizfsylnk00ynrrza1" 7624 } 7625 }, 7626 { ··· 9708 "repo": "cask/cask", 9709 "unstable": { 9710 "version": [ 9711 + 20210319, 9712 + 2155 9713 ], 9714 "deps": [ 9715 "ansi", ··· 9720 "s", 9721 "shut-up" 9722 ], 9723 + "commit": "d1ee01ba3c06a62e784c3982ad6f50dbabf5c00f", 9724 + "sha256": "1fbk6b4jpg9sg886dbd66fmmwawrjzdw564d49822s6vnjhgs0wf" 9725 }, 9726 "stable": { 9727 "version": [ ··· 10238 20171115, 10239 2108 10240 ], 10241 + "commit": "225c5e0cbd4704606eaafecb908bcd8daed4c54f", 10242 + "sha256": "1k8lx2s61kynhdv43czasp27vxb3bh6kmpsd0caxklk5n6m804rj" 10243 }, 10244 "stable": { 10245 "version": [ ··· 10282 ], 10283 "commit": "2de315abddb6af088a2346e142cc305889dcd775", 10284 "sha256": "1hqyxsnnl6zbbbfbacipd226dvhc9zlfpxvacmn6g9iv7qfc8k53" 10285 + } 10286 + }, 10287 + { 10288 + "ename": "cfn-mode", 10289 + "commit": "3ac23c6e0cceb3dd52519a9946dcd500936d8e97", 10290 + "sha256": "0yk7zlgbr0s3lc2b05g057g55x3rl767xd317hb162lg0d7d900v", 10291 + "fetcher": "gitlab", 10292 + "repo": "worr/cfn-mode", 10293 + "unstable": { 10294 + "version": [ 10295 + 20210129, 10296 + 2037 10297 + ], 10298 + "deps": [ 10299 + "f", 10300 + "s", 10301 + "yaml-mode" 10302 + ], 10303 + "commit": "a4ca40978e680f9edc86c141e696e0ae57c63533", 10304 + "sha256": "0ggq4q2c1xi26m4rlvjm8f51wlj7h351pp6m20k6l25856858vhi" 10305 + }, 10306 + "stable": { 10307 + "version": [ 10308 + 1, 10309 + 0, 10310 + 2 10311 + ], 10312 + "deps": [ 10313 + "f", 10314 + "s", 10315 + "yaml-mode" 10316 + ], 10317 + "commit": "f3462930067de8f79c3d2e8da14d1924f609d3ab", 10318 + "sha256": "15ndphxz1jy4wbk52f6l3hk67b29844ljmmxd8wmahmi6c8nh3si" 10319 } 10320 }, 10321 { ··· 10973 "repo": "clojure-emacs/cider", 10974 "unstable": { 10975 "version": [ 10976 + 20210318, 10977 + 837 10978 ], 10979 "deps": [ 10980 "clojure-mode", ··· 10985 "sesman", 10986 "spinner" 10987 ], 10988 + "commit": "32835ea157212c500756ab625ddba4844b029c14", 10989 + "sha256": "0h9wwk72gp19fljiv9c18h5qz7ckddqhcvppm9k0vddxy7vhbhv5" 10990 }, 10991 "stable": { 10992 "version": [ ··· 12279 20210104, 12280 1831 12281 ], 12282 + "commit": "9b4390e76be7e46f2031563642f0a1cae5dbf4e8", 12283 + "sha256": "19h3gf7b63b8xblyqrdlizzsjpjsg6xi0spp4fsymlhvxm5j2g1b" 12284 }, 12285 "stable": { 12286 "version": [ ··· 12288 20, 12289 0, 12290 -1, 12291 + 5 12292 ], 12293 + "commit": "fab7fe7ef5a5462952297611c1dd668a603e3a36", 12294 + "sha256": "12v6v1hpw0ykkikj4qid3m4m7sb164rgpx6fxin4hvsm20pjcrd4" 12295 } 12296 }, 12297 { ··· 13392 "axiom-environment", 13393 "company" 13394 ], 13395 + "commit": "ac8228a702290732ba12c5d13b38576a57afb0d6", 13396 + "sha256": "1nrlgrckvh2fiwis9bmr95h2bpxfkz1nknxdz61380f2caqwwhw7" 13397 } 13398 }, 13399 { ··· 14195 "company", 14196 "native-complete" 14197 ], 14198 + "commit": "cf142e84eaa4dd91bc75d96a5d26dab5e38eba4c", 14199 + "sha256": "01li6c271v5j35chg3a8nl9az3bwq4hk1j8lfjq5a27p91iszpc0" 14200 } 14201 }, 14202 { ··· 15446 "repo": "minad/consult", 15447 "unstable": { 15448 "version": [ 15449 + 20210318, 15450 + 1440 15451 ], 15452 + "commit": "e7d409c684a34475349e4019c9c54ee08f644cdb", 15453 + "sha256": "1z5qkaaqpz7h9sjfjfr4rvy49gaxfxg82knmplq9x0iyxc31k8b9" 15454 }, 15455 "stable": { 15456 "version": [ ··· 15476 "consult", 15477 "flycheck" 15478 ], 15479 + "commit": "e7d409c684a34475349e4019c9c54ee08f644cdb", 15480 + "sha256": "1z5qkaaqpz7h9sjfjfr4rvy49gaxfxg82knmplq9x0iyxc31k8b9" 15481 }, 15482 "stable": { 15483 "version": [ ··· 15500 "url": "https://codeberg.org/jao/consult-notmuch.git", 15501 "unstable": { 15502 "version": [ 15503 + 20210312, 15504 + 2201 15505 ], 15506 "deps": [ 15507 "consult", 15508 "notmuch" 15509 ], 15510 + "commit": "67cf219fcce211237347a783ce6982402341d5fd", 15511 + "sha256": "03amdvzj09dsdjc7y6xvxn429by9vzyv5wghyairn9n0rf8c3r1m" 15512 }, 15513 "stable": { 15514 "version": [ ··· 15539 "espotify", 15540 "marginalia" 15541 ], 15542 + "commit": "031e0e63a214dd089478d60e6d900c1a65851678", 15543 + "sha256": "0lmcihysjwmk22yhqmiby1sbj9f67lr6wpdzyz9df8wsmziva26v" 15544 } 15545 }, 15546 { ··· 15856 "repo": "abo-abo/swiper", 15857 "unstable": { 15858 "version": [ 15859 + 20210313, 15860 + 1108 15861 ], 15862 "deps": [ 15863 "ivy", 15864 "swiper" 15865 ], 15866 + "commit": "75002963859101003436c84d1d3a85f9ea5f89fc", 15867 + "sha256": "0pf54qimwjsm6y808vx68zxdfpj0c1kaysy3s7bsi875b99yyd8h" 15868 }, 15869 "stable": { 15870 "version": [ ··· 16973 "repo": "emacs-csharp/csharp-mode", 16974 "unstable": { 16975 "version": [ 16976 + 20210319, 16977 + 846 16978 ], 16979 "deps": [ 16980 "tree-sitter", 16981 "tree-sitter-indent", 16982 "tree-sitter-langs" 16983 ], 16984 + "commit": "d942b2762c72a0112f564af173fa66d2e63903cf", 16985 + "sha256": "0g6x85mayjd7cf9b19bsnrbmv32kf75318qx76csa3bqgq309whx" 16986 }, 16987 "stable": { 16988 "version": [ ··· 17456 } 17457 }, 17458 { 17459 + "ename": "curry-on-theme", 17460 + "commit": "a87da8c1522b826252193faa67c933a0eb3a3266", 17461 + "sha256": "08nfpzpg4q46p62l3kfxnfcmnmzjbi35vfgvlwl1aan29sw0ciid", 17462 + "fetcher": "github", 17463 + "repo": "mvarela/Curry-On-theme", 17464 + "unstable": { 17465 + "version": [ 17466 + 20210308, 17467 + 1244 17468 + ], 17469 + "commit": "316fad72466cc5bd120a26cf235e9357117230a0", 17470 + "sha256": "11gkfccrynq3bk8qcbibinai9l497sij4b4zlizdf8qicjymmkd1" 17471 + } 17472 + }, 17473 + { 17474 "ename": "cursor-test", 17475 "commit": "6439f7561cfab4f6f3beb132d2a65e94b3deba9e", 17476 "sha256": "1c1d5xq4alamlwyqxjx557aykz5dw87acp0lyglsrzzkdynbwlb1", ··· 17609 "repo": "mrkkrp/cyphejor", 17610 "unstable": { 17611 "version": [ 17612 + 20210319, 17613 + 1423 17614 ], 17615 + "commit": "cf580995f891e339a9485ba91d6cb81a2abd61e4", 17616 + "sha256": "1k0zwgr80figw0xkni2ih87bi566q3j4009dhicq4ldv2lyaybl9" 17617 }, 17618 "stable": { 17619 "version": [ ··· 17651 20190111, 17652 2150 17653 ], 17654 + "commit": "0ec9be57f5770869cb2fbe36e00bbde405b3b855", 17655 + "sha256": "16qiazp9p24nwaspdyi04jjlvpjpw291c40nvzlnqa2afdk5zwxn" 17656 }, 17657 "stable": { 17658 "version": [ ··· 17859 "repo": "emacs-lsp/dap-mode", 17860 "unstable": { 17861 "version": [ 17862 + 20210317, 17863 + 151 17864 ], 17865 "deps": [ 17866 "bui", ··· 17872 "posframe", 17873 "s" 17874 ], 17875 + "commit": "ae395aa991d55eaddb2d2b80cd469089b9d19bb7", 17876 + "sha256": "1bxpnaj466n6sw00zc4fbw7i7nmkr0b6g8qvai6vql503lmm5f89" 17877 }, 17878 "stable": { 17879 "version": [ ··· 19453 "repo": "dgutov/diff-hl", 19454 "unstable": { 19455 "version": [ 19456 + 20210318, 19457 + 1413 19458 ], 19459 "deps": [ 19460 "cl-lib" 19461 ], 19462 + "commit": "1af31fe1c177646ef7419c95b5d9c25655187ceb", 19463 + "sha256": "10gh6fl0j41ga612kk2yh82zh67hbd86rg640r1fk6gc0lcmwqih" 19464 }, 19465 "stable": { 19466 "version": [ ··· 19703 } 19704 }, 19705 { 19706 + "ename": "dime", 19707 + "commit": "227c61618e491c4da2b2b48daf7f1bebd2271558", 19708 + "sha256": "1pd464l4rj1nychdhmi23m98cfxkhvdpxhzni33j275jqin335mp", 19709 + "fetcher": "github", 19710 + "repo": "dylan-lang/dylan-emacs-support", 19711 + "unstable": { 19712 + "version": [ 19713 + 20210319, 19714 + 1414 19715 + ], 19716 + "deps": [ 19717 + "dylan" 19718 + ], 19719 + "commit": "c51cdb2d947494d8161a429134f9e9d23070a173", 19720 + "sha256": "0p4kp2gp27xgs4fw0cfd4qz06yp6kvn0k1pq902arzcxkrqz6lj3" 19721 + } 19722 + }, 19723 + { 19724 "ename": "diminish", 19725 "commit": "1bfb4acb381cada46458cf60eae9b88d007294d5", 19726 "sha256": "1h6a31jllypk47akjflz89xk6h47na96pim17d6g4rpqcafc2k43", ··· 20383 "repo": "vifon/dired-rifle.el", 20384 "unstable": { 20385 "version": [ 20386 + 20210316, 20387 + 1452 20388 ], 20389 + "commit": "cc1af692bbac651f5e5111d9ab1c0805989d65e5", 20390 + "sha256": "08csqjpwlqln2yk5by9zwh6jsl5kn33jy240d7a1py1d892b7xy8" 20391 } 20392 }, 20393 { ··· 20572 "repo": "Boruch-Baum/emacs-diredc", 20573 "unstable": { 20574 "version": [ 20575 + 20210316, 20576 + 1841 20577 ], 20578 + "commit": "dd945de3e0c66a164f003a96d473376b58fc6dc7", 20579 + "sha256": "1d4rdrc827nnb9p56la1sd9nzwjbxbnr8fgmcgardlz3qw97j3q1" 20580 }, 20581 "stable": { 20582 "version": [ ··· 21416 "repo": "Silex/docker.el", 21417 "unstable": { 21418 "version": [ 21419 + 20210313, 21420 + 1943 21421 ], 21422 "deps": [ 21423 "dash", ··· 21427 "tablist", 21428 "transient" 21429 ], 21430 + "commit": "ed0cdf08597ceb3a1f85e065d1b2b7aefd7e35ee", 21431 + "sha256": "1p0281gaj09jpavlkv24dzvf0gdh9r7ki1z53x0q49dm1fcday6m" 21432 }, 21433 "stable": { 21434 "version": [ ··· 21622 "repo": "jcs-elpa/docstr", 21623 "unstable": { 21624 "version": [ 21625 + 20210317, 21626 + 1612 21627 ], 21628 "deps": [ 21629 "s" 21630 ], 21631 + "commit": "5ce0d758dbabb6c250f761fcb6754930cd793c2a", 21632 + "sha256": "0x9sxcp40p83isjc6smhg00n42056q5dsf0w71gglb1gc5rqhhl6" 21633 }, 21634 "stable": { 21635 "version": [ ··· 22311 "s", 22312 "seq" 22313 ], 22314 + "commit": "2a2a635e2b1d8243a41df0450e45fc8c75c6674b", 22315 + "sha256": "0kd8lkvaxqaz4ns8mwyczbbjyi68r3gicngnrichwlbl27am1zvm" 22316 } 22317 }, 22318 { ··· 22473 20210213, 22474 757 22475 ], 22476 + "commit": "a181b937c20c706f24ba1d17021593b0087ac574", 22477 + "sha256": "0g3s4g3lq42c6ca10idxlybwj3pici2v7r9aifyr5q15n2xgpizq" 22478 }, 22479 "stable": { 22480 "version": [ ··· 22559 } 22560 }, 22561 { 22562 + "ename": "dylan", 22563 + "commit": "227c61618e491c4da2b2b48daf7f1bebd2271558", 22564 + "sha256": "0i0139jv2l9yw82hpmavw0jkzi3jxbz663xls604nhdggi7kqgzg", 22565 "fetcher": "github", 22566 + "repo": "dylan-lang/dylan-emacs-support", 22567 "unstable": { 22568 "version": [ 22569 + 20210317, 22570 + 1405 22571 ], 22572 + "commit": "c51cdb2d947494d8161a429134f9e9d23070a173", 22573 + "sha256": "0p4kp2gp27xgs4fw0cfd4qz06yp6kvn0k1pq902arzcxkrqz6lj3" 22574 } 22575 }, 22576 { ··· 23144 "repo": "joostkremers/ebib", 23145 "unstable": { 23146 "version": [ 23147 + 20210316, 23148 + 840 23149 ], 23150 "deps": [ 23151 "parsebib" 23152 ], 23153 + "commit": "1a23ce943991d5dce4a3c3d71d7b5d6b6f9897fe", 23154 + "sha256": "1wwgfgcr83mvjp9w1yizg49j85j92kd2fyiyyl6x9v8bs4xsn4pi" 23155 }, 23156 "stable": { 23157 "version": [ ··· 23992 "repo": "joaotavora/eglot", 23993 "unstable": { 23994 "version": [ 23995 + 20210319, 23996 + 2010 23997 ], 23998 "deps": [ 23999 "eldoc", ··· 24002 "project", 24003 "xref" 24004 ], 24005 + "commit": "b4ffcf26fb392ed83f6c40bc9b62cbe54483119c", 24006 + "sha256": "1lpi249cv61892nl8a0asx6z4dzgyphrh4f5cn9awryyv8x166dx" 24007 }, 24008 "stable": { 24009 "version": [ ··· 24153 "repo": "millejoh/emacs-ipython-notebook", 24154 "unstable": { 24155 "version": [ 24156 + 20210317, 24157 + 12 24158 ], 24159 "deps": [ 24160 "anaphora", ··· 24165 "websocket", 24166 "with-editor" 24167 ], 24168 + "commit": "147940d5d734b22e8dc6fc24d1d7423766ceed0c", 24169 + "sha256": "1yjdlghgsm4alrfp6nsfq2wi7ym66nbh1gx3dfsm5c1hr22lx9fq" 24170 }, 24171 "stable": { 24172 "version": [ ··· 24249 "direx", 24250 "spinner" 24251 ], 24252 + "commit": "c24519e5b7fc1051257b0ec67fc6dec84d6b996e", 24253 + "sha256": "1qsps36cxvd8vpssr7xjydgmgq8zslck0j77920xm27wvfyrj2a2" 24254 }, 24255 "stable": { 24256 "version": [ ··· 24663 "repo": "Mstrodl/elcord", 24664 "unstable": { 24665 "version": [ 24666 + 20210316, 24667 + 1921 24668 ], 24669 + "commit": "d63021046b5ccb129669f1eae60ffc5f48338230", 24670 + "sha256": "1mf98cfnmb58bzwrfcg6v1k02mmzwzkig3h61qx779014ayq7v2h" 24671 } 24672 }, 24673 { ··· 24736 "repo": "casouri/eldoc-box", 24737 "unstable": { 24738 "version": [ 24739 + 20210313, 24740 + 1824 24741 ], 24742 + "commit": "d4574ee392b9a8c537bec895be37468b600c25ac", 24743 + "sha256": "08fscq9amwqap741i25j7swb0gwzipkczqrvrgg3430jb3i0d663" 24744 }, 24745 "stable": { 24746 "version": [ ··· 24893 "repo": "xwl/electric-spacing", 24894 "unstable": { 24895 "version": [ 24896 + 20210313, 24897 + 1118 24898 ], 24899 + "commit": "fb1437a3386f55440abdbe7c107c86e5b028bdc5", 24900 + "sha256": "00pmp1596p24i7pasmm080aly8ifinp9hbvia2l4jf8mbfg2ndlw" 24901 } 24902 }, 24903 { ··· 26524 "repo": "oantolin/embark", 26525 "unstable": { 26526 "version": [ 26527 + 20210317, 26528 + 1432 26529 ], 26530 + "commit": "4e3e751725787f18b55defc2fe7d8115adf524fd", 26531 + "sha256": "03qqc5yw7pyz58pdkvypw63ls14pm9gkcfvrf66fidmbi5w4fg54" 26532 }, 26533 "stable": { 26534 "version": [ ··· 26554 "consult", 26555 "embark" 26556 ], 26557 + "commit": "4e3e751725787f18b55defc2fe7d8115adf524fd", 26558 + "sha256": "03qqc5yw7pyz58pdkvypw63ls14pm9gkcfvrf66fidmbi5w4fg54" 26559 }, 26560 "stable": { 26561 "version": [ ··· 28098 20200914, 28099 644 28100 ], 28101 + "commit": "232fa59a8e7954d20fbac8aac7f51bcf58c2f299", 28102 + "sha256": "016dk9gf86fm2s6xd016jml895h8zqlyrp1bw7khzq5xliny7d08" 28103 }, 28104 "stable": { 28105 "version": [ ··· 28120 "repo": "erlang/otp", 28121 "unstable": { 28122 "version": [ 28123 + 20210315, 28124 + 1640 28125 ], 28126 + "commit": "ebc70093c3be41cd86da18d2f188ce9648dc287c", 28127 + "sha256": "1gvb5p92gnl0lv48wqgls6jyhyzkd7kckklrsmn325s6vnqx72cd" 28128 }, 28129 "stable": { 28130 "version": [ ··· 28873 20210224, 28874 126 28875 ], 28876 + "commit": "6a0a939ad2b07203e7c66a71b3a348ea06780cff", 28877 + "sha256": "1kjywdafjga5rd2way2vafwb0paz2fb2dkg1i5vlsggwhkl7dn6r" 28878 } 28879 }, 28880 { ··· 28986 "repo": "emacs-ess/ESS", 28987 "unstable": { 28988 "version": [ 28989 + 20210318, 28990 + 748 28991 ], 28992 + "commit": "96ba4876753e7ac592a150f7ee1272747dc693d3", 28993 + "sha256": "0drfgzkdah2gpz7ahacbsqh5i1y4znrjgj4hmlwx4ycpcvvixbrz" 28994 }, 28995 "stable": { 28996 "version": [ ··· 29142 "f", 29143 "s" 29144 ], 29145 + "commit": "925cafd876e2cc37bc756bb7fcf3f34534b457e2", 29146 + "sha256": "1hb83cjr711yg4dphbyg9nfkdmd1a6bcsqw964nwdarflw6jss24" 29147 } 29148 }, 29149 { ··· 29154 "repo": "ShuguangSun/ess-view-data", 29155 "unstable": { 29156 "version": [ 29157 + 20210315, 29158 + 1643 29159 ], 29160 "deps": [ 29161 "csv-mode", 29162 "ess" 29163 ], 29164 + "commit": "b642e2e7f4643eadee14c3599f9af399a2f714fe", 29165 + "sha256": "1dm4w0cj4sc1ybfmvgapwxlnkbywkfqs79gx13381k99ah0wbgji" 29166 }, 29167 "stable": { 29168 "version": [ ··· 29569 "repo": "emacs-evil/evil", 29570 "unstable": { 29571 "version": [ 29572 + 20210319, 29573 + 1539 29574 ], 29575 "deps": [ 29576 "cl-lib", 29577 "goto-chg" 29578 ], 29579 + "commit": "325a822bee6b9f8590e6e77fe73b4d916fcec357", 29580 + "sha256": "0lbzmarhddmsr334d51ia1p64i3wzy3mak586pj3gziv7fcvn06h" 29581 }, 29582 "stable": { 29583 "version": [ ··· 29771 "repo": "emacs-evil/evil-collection", 29772 "unstable": { 29773 "version": [ 29774 + 20210319, 29775 + 1440 29776 ], 29777 "deps": [ 29778 "annalist", 29779 "evil" 29780 ], 29781 + "commit": "2d3d652cb51eeddc6c63ad9cbf251ecbd2f561d6", 29782 + "sha256": "15vdi5kynm1gczvdp006zyac96n1q25im9pf2q2n244ph9rzgc4v" 29783 }, 29784 "stable": { 29785 "version": [ ··· 31094 "deps": [ 31095 "evil" 31096 ], 31097 + "commit": "325a822bee6b9f8590e6e77fe73b4d916fcec357", 31098 + "sha256": "0lbzmarhddmsr334d51ia1p64i3wzy3mak586pj3gziv7fcvn06h" 31099 }, 31100 "stable": { 31101 "version": [ ··· 31883 "repo": "extemporelang/extempore-emacs-mode", 31884 "unstable": { 31885 "version": [ 31886 + 20210316, 31887 + 205 31888 ], 31889 + "commit": "81d79cb2f611aef10fd7b05f6d47977a66502a08", 31890 + "sha256": "0bmpmiaz32id2yplfp2vmg3bjbfypg8k0mac8m7v6jclaprw3mal" 31891 } 31892 }, 31893 { ··· 33182 "repo": "redguardtoo/find-file-in-project", 33183 "unstable": { 33184 "version": [ 33185 + 20210315, 33186 + 413 33187 ], 33188 + "commit": "50607615352df980dfe99d464f5fd0b3d70a4381", 33189 + "sha256": "120182fjalcamijwxvrfgf72f63k5jy1z9rl4arg80bx2682a0pj" 33190 }, 33191 "stable": { 33192 "version": [ 33193 6, 33194 0, 33195 + 3 33196 ], 33197 + "commit": "6a6328c59a96b09e771cbcc5f4188f20d0757aca", 33198 + "sha256": "17l5b9nibhfymyndppq0avbdr2rh20527fyr1q5i1c3xkn4d6wvp" 33199 } 33200 }, 33201 { ··· 33579 "repo": "mrkkrp/fix-word", 33580 "unstable": { 33581 "version": [ 33582 + 20210319, 33583 + 1414 33584 ], 33585 "deps": [ 33586 "cl-lib" 33587 ], 33588 + "commit": "80cf4529915c34d2d39b4d3410781a19ef264e9f", 33589 + "sha256": "193bwcsj42w07aj8k32zl895yp0kw4rgrphn10dd81jv5411r6ij" 33590 }, 33591 "stable": { 33592 "version": [ ··· 34178 "repo": "flycheck/flycheck", 34179 "unstable": { 34180 "version": [ 34181 + 20210314, 34182 + 2015 34183 ], 34184 "deps": [ 34185 "dash", ··· 34187 "pkg-info", 34188 "seq" 34189 ], 34190 + "commit": "6e6ac0c50f85170ed47bf1711bc761941b69b325", 34191 + "sha256": "1rp53zpd8mi16r7n66hxy3jv966rr3yw9v3d8dsq9lnnyly9llny" 34192 }, 34193 "stable": { 34194 "version": [ ··· 34347 ], 34348 "commit": "b4667500dcf52f96ec7e0fa10dd07edf191cbf5b", 34349 "sha256": "1wm5saf29gw0gp0qq5glf9qq3iras99npc2rip7bsnn0czr2mscy" 34350 + } 34351 + }, 34352 + { 34353 + "ename": "flycheck-cfn", 34354 + "commit": "3ac23c6e0cceb3dd52519a9946dcd500936d8e97", 34355 + "sha256": "16ls9xbg7s8c4li51zvv9frlinrwflp6blgxw5psnvvdrm6gavi5", 34356 + "fetcher": "gitlab", 34357 + "repo": "worr/cfn-mode", 34358 + "unstable": { 34359 + "version": [ 34360 + 20201120, 34361 + 2307 34362 + ], 34363 + "deps": [ 34364 + "flycheck" 34365 + ], 34366 + "commit": "a4ca40978e680f9edc86c141e696e0ae57c63533", 34367 + "sha256": "0ggq4q2c1xi26m4rlvjm8f51wlj7h351pp6m20k6l25856858vhi" 34368 + }, 34369 + "stable": { 34370 + "version": [ 34371 + 1, 34372 + 0, 34373 + 0 34374 + ], 34375 + "deps": [ 34376 + "flycheck" 34377 + ], 34378 + "commit": "b4ffad5cabea7e858c66dc824d545653b1cdcb70", 34379 + "sha256": "1la7qhczg9bgs1klinwj21mjywsg1nm3sxd5cyc09bxjzbflzzz6" 34380 } 34381 }, 34382 { ··· 35891 } 35892 }, 35893 { 35894 "ename": "flycheck-pest", 35895 "commit": "f0c1b89d79456ecaa22b95f3c292799f5d1aa133", 35896 "sha256": "06nvryshinagp26idjcb1r98k39x4k82cjj735l9kiwpiag53ash", ··· 36094 "repo": "alexmurray/flycheck-posframe", 36095 "unstable": { 36096 "version": [ 36097 + 20210316, 36098 + 618 36099 ], 36100 "deps": [ 36101 "flycheck", 36102 "posframe" 36103 ], 36104 + "commit": "8f60c9bf124ab9597d681504a73fdf116a0bde12", 36105 + "sha256": "0qh9hzvs95jvfrspglzkwhfq6a5pinab94bbh5vzkg8jc2fq6drf" 36106 } 36107 }, 36108 { ··· 36251 ], 36252 "commit": "0560122caae207d99d8af1ac2b4e5d6f6a1ce444", 36253 "sha256": "0f58127197q6yfylz53nigyn7v91pcsdd91ywfgq5lrl0f5fvmdy" 36254 + } 36255 + }, 36256 + { 36257 + "ename": "flycheck-raku", 36258 + "commit": "a285426ee792eab3138ceb012f3825d91a7c85b1", 36259 + "sha256": "13il1cl60rv18xnp381z57l4nv4jc4isavjsqbrrqpyjpi81c3g8", 36260 + "fetcher": "github", 36261 + "repo": "Raku/flycheck-raku", 36262 + "unstable": { 36263 + "version": [ 36264 + 20210316, 36265 + 820 36266 + ], 36267 + "deps": [ 36268 + "flycheck" 36269 + ], 36270 + "commit": "4163c0dcc1447bc98bb20b835eb23cb68a638ba9", 36271 + "sha256": "0z19zz5dq0pjkzrjg2fbrh9szlgd0lq2j9wmkf4pzkrcb519kchn" 36272 } 36273 }, 36274 { ··· 37724 "repo": "federicotdn/flymake-shellcheck", 37725 "unstable": { 37726 "version": [ 37727 + 20210314, 37728 + 2048 37729 ], 37730 + "commit": "ac534e9ef15c82ac86ae65fe5004d29dbc8c92c7", 37731 + "sha256": "04yfb4sy41spjzk9mhm4gy0h8vnjx09p2g6nm1yzgd9a5ph9sqgl" 37732 } 37733 }, 37734 { ··· 38363 20191004, 38364 1850 38365 ], 38366 + "commit": "331252334ea2e62d8e06b2dfa24be5dbd7f9c09f", 38367 + "sha256": "0gri6k1px53lmi5nq3zpv0m0kc3c8pbnc4h0zard5v449gmf1d5q" 38368 } 38369 }, 38370 { ··· 38441 "repo": "magit/forge", 38442 "unstable": { 38443 "version": [ 38444 + 20210314, 38445 + 2238 38446 ], 38447 "deps": [ 38448 "closql", ··· 38454 "markdown-mode", 38455 "transient" 38456 ], 38457 + "commit": "f4c95dd0e633b3dd332d6f91122c864ab3640912", 38458 + "sha256": "02jhimj1ykz0mfg63iwaaxg1i9fdijczcd1g5fz02zwj1v2dgqgh" 38459 }, 38460 "stable": { 38461 "version": [ ··· 38510 "repo": "lassik/emacs-format-all-the-code", 38511 "unstable": { 38512 "version": [ 38513 + 20210315, 38514 + 640 38515 ], 38516 "deps": [ 38517 "inheritenv", 38518 "language-id" 38519 ], 38520 + "commit": "94239d35944830ce009d01ac3369e0d61f9723c2", 38521 + "sha256": "1q27yr916vhk0ah1406vs540f8hpp8bca1f118xwhyj1fw3yrbaw" 38522 }, 38523 "stable": { 38524 "version": [ ··· 39279 "deps": [ 39280 "cl-lib" 39281 ], 39282 + "commit": "8f5f6939044b68a97d231b6902ab5ac86744db2a", 39283 + "sha256": "15fnn413rmaav9zi8p5yqvim0wblsljfp6xhgsa68zji5y99lxva" 39284 }, 39285 "stable": { 39286 "version": [ ··· 39475 "repo": "auto-complete/fuzzy-el", 39476 "unstable": { 39477 "version": [ 39478 + 20210317, 39479 + 140 39480 ], 39481 + "commit": "edce468a3077d03ca63e1559f7ffebfa09c8effd", 39482 + "sha256": "126wbccdilqi7yf1w7z9gjr6zr4lmrrii6bz65jg5ffnpx8kj30d" 39483 }, 39484 "stable": { 39485 "version": [ ··· 41025 "repo": "sshaw/git-link", 41026 "unstable": { 41027 "version": [ 41028 + 20210318, 41029 + 313 41030 ], 41031 + "commit": "2b510cf3f28bed842853294fc4ee23c7f8b6435a", 41032 + "sha256": "0c5p5llxlgi09lymjnh0jpp36v5vfmi6rjb77123gcnsqi0031wn" 41033 }, 41034 "stable": { 41035 "version": [ ··· 41475 "repo": "charignon/github-review", 41476 "unstable": { 41477 "version": [ 41478 + 20210314, 41479 + 2203 41480 ], 41481 "deps": [ 41482 "a", ··· 41485 "ghub", 41486 "s" 41487 ], 41488 + "commit": "341b7a1352e4ee1f1119756360ac0714abbaf460", 41489 + "sha256": "15lqiknl7ilskpy1s9qdfi0qjvrkvmj8nw110cf8ifwvvyxyqbhb" 41490 } 41491 }, 41492 { ··· 43523 "url": "https://depp.brause.cc/gotham-theme.git", 43524 "unstable": { 43525 "version": [ 43526 + 20210318, 43527 + 2207 43528 ], 43529 + "commit": "51876a72dbe5a16aeadde2e885da6bbf75909bd1", 43530 + "sha256": "042cpdl7srfj1ha3z27xj03bzp3vrz6ql4x0zzvjxsyj08z1q80y" 43531 }, 43532 "stable": { 43533 "version": [ ··· 43667 "magit-popup", 43668 "s" 43669 ], 43670 + "commit": "f49dcf5ec6e16562de30674b36b18e6bdcd47411", 43671 + "sha256": "1slw2pawlcx9zfvsazsir2kj32g30b80c7a0yiqyrd7cv1hjnr8g" 43672 }, 43673 "stable": { 43674 "version": [ 43675 0, 43676 24, 43677 + 1 43678 ], 43679 "deps": [ 43680 "dash", ··· 43682 "magit-popup", 43683 "s" 43684 ], 43685 + "commit": "f49dcf5ec6e16562de30674b36b18e6bdcd47411", 43686 + "sha256": "1slw2pawlcx9zfvsazsir2kj32g30b80c7a0yiqyrd7cv1hjnr8g" 43687 } 43688 }, 43689 { ··· 45686 "repo": "emacs-helm/helm", 45687 "unstable": { 45688 "version": [ 45689 + 20210318, 45690 + 1838 45691 ], 45692 "deps": [ 45693 "async", 45694 "helm-core", 45695 "popup" 45696 ], 45697 + "commit": "2ca62b0384727338c2a7dd90a591fcac26d86a03", 45698 + "sha256": "0k81bp0b8pdmj16hmip849207s8x8g4hy2mg9821fviafss0sk9j" 45699 }, 45700 "stable": { 45701 "version": [ ··· 46594 "repo": "emacs-helm/helm", 46595 "unstable": { 46596 "version": [ 46597 + 20210319, 46598 + 1649 46599 ], 46600 "deps": [ 46601 "async" 46602 ], 46603 + "commit": "2ca62b0384727338c2a7dd90a591fcac26d86a03", 46604 + "sha256": "0k81bp0b8pdmj16hmip849207s8x8g4hy2mg9821fviafss0sk9j" 46605 }, 46606 "stable": { 46607 "version": [ ··· 47893 "repo": "yyoncho/helm-icons", 47894 "unstable": { 47895 "version": [ 47896 + 20210315, 47897 + 1339 47898 ], 47899 "deps": [ 47900 "dash", 47901 "f", 47902 "treemacs" 47903 ], 47904 + "commit": "7e8d1e213a164aa63b868e610ef8a4fd1ff58769", 47905 + "sha256": "0g5n9f8vfv3zbylxh6w2xrym4fzd4jqx5n4g6gjp8sscaw5zaxkd" 47906 } 47907 }, 47908 { ··· 48205 "repo": "emacs-helm/helm-ls-git", 48206 "unstable": { 48207 "version": [ 48208 + 20210317, 48209 + 1205 48210 ], 48211 "deps": [ 48212 "helm" 48213 ], 48214 + "commit": "58dbeafb184cf6a10a1ae3078b37310dd82ad2ed", 48215 + "sha256": "1hlqvpb34pq4bmyplm58wsnwfrflp5bf7kzjl8nrsj9fcqr29nbv" 48216 }, 48217 "stable": { 48218 "version": [ ··· 50166 "repo": "emacs-helm/helm-w3m", 50167 "unstable": { 50168 "version": [ 50169 + 20210315, 50170 + 723 50171 ], 50172 "deps": [ 50173 "cl-lib", 50174 "helm", 50175 "w3m" 50176 ], 50177 + "commit": "0a25a2b1df9bc660a90d633beb301b3815556e4e", 50178 + "sha256": "0cdfk1r2rcc5hflwjpmsijss6xf5lwzn7x68jq4b4xdlckkqf9d7" 50179 }, 50180 "stable": { 50181 "version": [ ··· 50365 "repo": "Wilfred/helpful", 50366 "unstable": { 50367 "version": [ 50368 + 20210319, 50369 + 802 50370 ], 50371 "deps": [ 50372 "dash", ··· 50374 "f", 50375 "s" 50376 ], 50377 + "commit": "7e4b1f0d5572a4e2b8ee7a9b084ef863d0315a73", 50378 + "sha256": "0qrz3klqs94aj6bxh49qymf9fvpa73xpp6djkxwpypgb2wv8hk6n" 50379 }, 50380 "stable": { 50381 "version": [ ··· 50533 "repo": "omajid/hgignore-mode", 50534 "unstable": { 50535 "version": [ 50536 + 20210314, 50537 + 431 50538 ], 50539 + "commit": "2c5aa4c238848f5b4f2955afcfb5f21ea513653b", 50540 + "sha256": "0jn9rzhrmmv4lf7rdapdjclk6623d1mir2lq3c46428skhzjlph7" 50541 } 50542 }, 50543 { ··· 50935 }, 50936 { 50937 "ename": "highlight-parentheses", 50938 + "commit": "40bb1119bea79bb9e91378c99e2aa60936de013a", 50939 + "sha256": "0ly9d01ja517psf1sqg12wyljykixi5c6qbhahyjy7n331kkpkmr", 50940 + "fetcher": "git", 50941 + "url": "https://git.sr.ht/~tsdh/highlight-parentheses.el", 50942 "unstable": { 50943 "version": [ 50944 20210104, ··· 50947 "deps": [ 50948 "cl-lib" 50949 ], 50950 + "commit": "723abf9b6092d7e19548316de1f907ed0d67c780", 50951 + "sha256": "1kkxxq5cw090vw3cddzdq51f208vxw326hsqb1zi8f6z3vsm2h7s" 50952 }, 50953 "stable": { 50954 "version": [ ··· 51483 "repo": "thanhvg/emacs-hnreader", 51484 "unstable": { 51485 "version": [ 51486 + 20210319, 51487 + 527 51488 ], 51489 "deps": [ 51490 "org", 51491 "promise", 51492 "request" 51493 ], 51494 + "commit": "ae52af1424ccde2b20e88ff8c589eb772162a560", 51495 + "sha256": "12h1lvm6bwdln7jnl1adl1vqgi603yvsvb4dbg9yvy1np8b6mj7r" 51496 } 51497 }, 51498 { ··· 53595 "repo": "QiangF/imbot", 53596 "unstable": { 53597 "version": [ 53598 + 20210319, 53599 + 126 53600 ], 53601 + "commit": "0fdc71bfa66ecc1f8a54cdcd2458eb47eab41ecd", 53602 + "sha256": "1ibd9i75x6gb0nprbdi0giklllfwsmvghi3fm19qm7hiw3kg9j3m" 53603 } 53604 }, 53605 { ··· 53664 "repo": "bmag/imenu-list", 53665 "unstable": { 53666 "version": [ 53667 + 20210316, 53668 + 2102 53669 ], 53670 "deps": [ 53671 "cl-lib" 53672 ], 53673 + "commit": "b50222378412fbe321622a84cb2b036e084c697a", 53674 + "sha256": "1936dd41fa05ndzf2bwhllvjz97iz0rflkazjipr7dvz5q072wj2" 53675 }, 53676 "stable": { 53677 "version": [ ··· 54164 "repo": "clojure-emacs/inf-clojure", 54165 "unstable": { 54166 "version": [ 54167 + 20210317, 54168 + 1221 54169 ], 54170 "deps": [ 54171 "clojure-mode" 54172 ], 54173 + "commit": "3e712d9f489313c4097ccc891abedcfb6e1788d3", 54174 + "sha256": "1bdz8zsv6vixgvq88vc8mlq729rn105wr2mzjl6a2w9b8zkjzs08" 54175 }, 54176 "stable": { 54177 "version": [ ··· 54224 "repo": "J3RN/inf-elixir", 54225 "unstable": { 54226 "version": [ 54227 + 20210315, 54228 + 1723 54229 ], 54230 + "commit": "b526ce852886d1863163e054fcbbcbb83c55b32a", 54231 + "sha256": "1kmv2j1g299wb8dqq43zk61jigkfl9rnqxbfnclzsqfdlnhvw6ii" 54232 }, 54233 "stable": { 54234 "version": [ ··· 54263 "repo": "nonsequitur/inf-ruby", 54264 "unstable": { 54265 "version": [ 54266 + 20210314, 54267 + 123 54268 ], 54269 + "commit": "c6990a60c740b2d69495e34e95b29f13014b3cde", 54270 + "sha256": "05nz7hvly47n7d945gdb1x8xgzla5r9k629if81rgjh99w24dpgc" 54271 }, 54272 "stable": { 54273 "version": [ ··· 55468 20210311, 55469 1638 55470 ], 55471 + "commit": "75002963859101003436c84d1d3a85f9ea5f89fc", 55472 + "sha256": "0pf54qimwjsm6y808vx68zxdfpj0c1kaysy3s7bsi875b99yyd8h" 55473 }, 55474 "stable": { 55475 "version": [ ··· 55496 "avy", 55497 "ivy" 55498 ], 55499 + "commit": "75002963859101003436c84d1d3a85f9ea5f89fc", 55500 + "sha256": "0pf54qimwjsm6y808vx68zxdfpj0c1kaysy3s7bsi875b99yyd8h" 55501 }, 55502 "stable": { 55503 "version": [ ··· 55864 "hydra", 55865 "ivy" 55866 ], 55867 + "commit": "75002963859101003436c84d1d3a85f9ea5f89fc", 55868 + "sha256": "0pf54qimwjsm6y808vx68zxdfpj0c1kaysy3s7bsi875b99yyd8h" 55869 }, 55870 "stable": { 55871 "version": [ ··· 58631 "parseedn", 58632 "s" 58633 ], 58634 + "commit": "755b0dfb3bd676c769c4b4aeb81c2cd5828bd207", 58635 + "sha256": "1snrzah6pcxd9vm6crxz85c5nl6zfhfbc0581z765g2vg87qcb12" 58636 }, 58637 "stable": { 58638 "version": [ ··· 58657 "repo": "ogdenwebb/emacs-kaolin-themes", 58658 "unstable": { 58659 "version": [ 58660 + 20210315, 58661 + 1754 58662 ], 58663 "deps": [ 58664 "autothemer", 58665 "cl-lib" 58666 ], 58667 + "commit": "80d0a5824fedb332432d5999af9842316b7dc3f2", 58668 + "sha256": "0309vmrbw7a4r0gnsdd5jyfql2fl3lbh3gsnagynvq7rzv9ryr1c" 58669 }, 58670 "stable": { 58671 "version": [ ··· 59439 "repo": "kivy/kivy", 59440 "unstable": { 59441 "version": [ 59442 + 20210318, 59443 + 2106 59444 ], 59445 + "commit": "3421cedfd83acb9fd0dd15600811662136faa1c6", 59446 + "sha256": "103d32iamgharcjnqagm5w63ssj6365mqcxjdrvzarhgsq2gqx6b" 59447 }, 59448 "stable": { 59449 "version": [ ··· 60094 "highlight", 60095 "math-symbol-lists" 60096 ], 60097 + "commit": "3f2d0e95362c3ea9ed78f32fcb3d310c2366df12", 60098 + "sha256": "1898ixkcgmcwzfxl4cpjdc9kim5s2a5n2s7hi6xqzccqx2mf4brd" 60099 } 60100 }, 60101 { ··· 60583 "repo": "conao3/leaf.el", 60584 "unstable": { 60585 "version": [ 60586 + 20210316, 60587 + 1822 60588 ], 60589 + "commit": "ab5cc26b56a6a53a3338ebfde17b746522c2c14c", 60590 + "sha256": "1ds545sh8hg2vg5l7fm4v6z31lzax14ivdni3a37278jfx82xxrx" 60591 }, 60592 "stable": { 60593 "version": [ ··· 60843 "repo": "ledger/ledger-mode", 60844 "unstable": { 60845 "version": [ 60846 + 20210318, 60847 + 26 60848 ], 60849 + "commit": "3c53ecc4fd27736560db7a64587e516b26521d61", 60850 + "sha256": "176h5n3azjqyp63map0224m01jrqzmjy4g9cdh00mna5p2n1lbwr" 60851 }, 60852 "stable": { 60853 "version": [ ··· 61134 "repo": "tecosaur/lexic", 61135 "unstable": { 61136 "version": [ 61137 + 20210318, 61138 + 1315 61139 ], 61140 "deps": [ 61141 "dash", 61142 "visual-fill-column" 61143 ], 61144 + "commit": "4ded6be2ce3e8dadc5635a534827181a8c8ab602", 61145 + "sha256": "116qjizqa83zy6xas5cah58sf22ha05pps2004wfgng487ln9n59" 61146 } 61147 }, 61148 { ··· 61156 20201007, 61157 2214 61158 ], 61159 + "commit": "339021e29a50c71045736f322e961efbfc37bd99", 61160 + "sha256": "0416fcd1jnvhfj1bm3x60yi8n9cbxyyz11ri5k1g7b454pw54yb5" 61161 }, 61162 "stable": { 61163 "version": [ ··· 61403 20210303, 61404 1751 61405 ], 61406 + "commit": "46827603dc28320c359ca30364778f24f66ea6f4", 61407 + "sha256": "1jf6cfp26n7k2hr30sh16x7ijd1pig0g4krzmv5dpgw0m5v1ba6f" 61408 }, 61409 "stable": { 61410 "version": [ 61411 0, 61412 + 12, 61413 0 61414 ], 61415 + "commit": "70d42b3922d152e8be946c2415151d0551b591d4", 61416 + "sha256": "17k0v1nfcsq5kdfk05cdkh8nbbi5bqniydqcr6whzw3aawnjryyc" 61417 } 61418 }, 61419 { ··· 62090 "repo": "jingtaozf/literate-elisp", 62091 "unstable": { 62092 "version": [ 62093 + 20210318, 62094 + 350 62095 ], 62096 + "commit": "6979fc6369d55519d52ca1e8f7d80d73ce54c383", 62097 + "sha256": "180lsghxcjrn21c79jl7g9kkvd4lf4xabgbwbqlck7barfj256jv" 62098 }, 62099 "stable": { 62100 "version": [ ··· 62819 "repo": "emacs-lsp/lsp-dart", 62820 "unstable": { 62821 "version": [ 62822 + 20210313, 62823 + 1940 62824 ], 62825 "deps": [ 62826 "dap-mode", ··· 62831 "lsp-treemacs", 62832 "pkg-info" 62833 ], 62834 + "commit": "f3b70ec0e6adf3a51e15f9a3effb182c2363493d", 62835 + "sha256": "0iyp844wnvxjrp860dgkr10qrfsaj2rcssj8dv93hhv8pg91fhsk" 62836 }, 62837 "stable": { 62838 "version": [ 62839 1, 62840 + 18, 62841 + 0 62842 ], 62843 "deps": [ 62844 "dap-mode", ··· 62849 "lsp-treemacs", 62850 "pkg-info" 62851 ], 62852 + "commit": "f3b70ec0e6adf3a51e15f9a3effb182c2363493d", 62853 + "sha256": "0iyp844wnvxjrp860dgkr10qrfsaj2rcssj8dv93hhv8pg91fhsk" 62854 } 62855 }, 62856 { ··· 62912 "repo": "emacs-grammarly/lsp-grammarly", 62913 "unstable": { 62914 "version": [ 62915 + 20210317, 62916 + 538 62917 ], 62918 "deps": [ 62919 + "grammarly", 62920 "ht", 62921 + "keytar", 62922 + "lsp-mode", 62923 + "request", 62924 + "s" 62925 ], 62926 + "commit": "f5675c58ba80258331dda99072c5bfac524dbf48", 62927 + "sha256": "0ziv51c9fq4yv8ll7087cd2bwqkl309b1a0gds67d160pj9swwhh" 62928 }, 62929 "stable": { 62930 "version": [ 62931 0, 62932 + 2, 62933 + 1 62934 ], 62935 "deps": [ 62936 + "grammarly", 62937 "ht", 62938 + "keytar", 62939 + "lsp-mode", 62940 + "request", 62941 + "s" 62942 ], 62943 + "commit": "739a7efc7de6e2b0eca9e72268790431a0fb3185", 62944 + "sha256": "1ksa685ggp9z0zndscwy9azxjibxd9l79qzvh50i7mz4x9xzdjbd" 62945 } 62946 }, 62947 { ··· 63219 "repo": "emacs-lsp/lsp-mode", 63220 "unstable": { 63221 "version": [ 63222 + 20210319, 63223 + 1818 63224 ], 63225 "deps": [ 63226 "dash", ··· 63230 "markdown-mode", 63231 "spinner" 63232 ], 63233 + "commit": "726ba9b174be01ca84b850428c41b6f3b3dfc9c9", 63234 + "sha256": "15wmb3bapmkvg21dqhv6v3xjx1iaxbzbjxf0las6a87dyb8qz1gn" 63235 }, 63236 "stable": { 63237 "version": [ ··· 63481 "repo": "merrickluo/lsp-tailwindcss", 63482 "unstable": { 63483 "version": [ 63484 + 20210315, 63485 + 624 63486 ], 63487 "deps": [ 63488 "lsp-mode" 63489 ], 63490 + "commit": "d11cdc25be8e20400a1f9005f716648dd2ce4a3f", 63491 + "sha256": "1gls3c2ai2axnsl2dh4vy8l6hr1fyzv4hxi6yss5fw0xs8rqq7c5" 63492 } 63493 }, 63494 { ··· 63537 "repo": "emacs-lsp/lsp-ui", 63538 "unstable": { 63539 "version": [ 63540 + 20210317, 63541 + 1358 63542 ], 63543 "deps": [ 63544 "dash", 63545 "lsp-mode", 63546 "markdown-mode" 63547 ], 63548 + "commit": "784e6d4bb72c6ad1338f3c62d88e2e95056f236f", 63549 + "sha256": "04xv0v8l6x57d66rlk4ibs9m59hvliv35ikmiz1dygpdn3ili9zh" 63550 }, 63551 "stable": { 63552 "version": [ ··· 65310 "repo": "minad/marginalia", 65311 "unstable": { 65312 "version": [ 65313 + 20210317, 65314 + 1054 65315 ], 65316 + "commit": "e741b243b30f6cfe85e568cc551acff9a1e5e74f", 65317 + "sha256": "0piwzxp1zmwp876kyca0xcgyxgn8bn4wh5fnn88dkvdzi8mcgmkh" 65318 }, 65319 "stable": { 65320 "version": [ 65321 0, 65322 + 4 65323 ], 65324 + "commit": "e741b243b30f6cfe85e568cc551acff9a1e5e74f", 65325 + "sha256": "0piwzxp1zmwp876kyca0xcgyxgn8bn4wh5fnn88dkvdzi8mcgmkh" 65326 } 65327 }, 65328 { ··· 66380 "repo": "DogLooksGood/meow", 66381 "unstable": { 66382 "version": [ 66383 + 20210319, 66384 + 1657 66385 ], 66386 "deps": [ 66387 "cl-lib", 66388 "dash", 66389 "s" 66390 ], 66391 + "commit": "a3dbefc07f897fb09124d8568272a31791657898", 66392 + "sha256": "15969wbd9wqryi2q1f3n21c732m0my5rp9lc3v4xa4w288s1m21a" 66393 } 66394 }, 66395 { ··· 66403 20210129, 66404 1443 66405 ], 66406 + "commit": "5dae97414e4e4f68a9d71d79362e03416bb6e6ce", 66407 + "sha256": "09c430k88kwvcni1v68ncvnf5pdpp236ij8k6vf5rnm5khki6vj3" 66408 }, 66409 "stable": { 66410 "version": [ ··· 67590 "repo": "mrkkrp/modalka", 67591 "unstable": { 67592 "version": [ 67593 + 20210318, 67594 + 1748 67595 ], 67596 + "commit": "0accefac11451b9c9196a56223b5fe1e26d75e6e", 67597 + "sha256": "04i776arnyg2gzzhiifarb73dr4w3sg38kw9cwp1bl1x5w49x47x" 67598 }, 67599 "stable": { 67600 "version": [ ··· 67802 "repo": "protesilaos/modus-themes", 67803 "unstable": { 67804 "version": [ 67805 + 20210319, 67806 + 543 67807 ], 67808 + "commit": "121aa48cadd9ab3fd64f5cddc057bdcc94dd7383", 67809 + "sha256": "1aqsh0qbk0rkcfznbbhhja3whl6xygij89kdqlzc4az0kj43l2jq" 67810 }, 67811 "stable": { 67812 "version": [ ··· 68158 "repo": "takaxp/moom", 68159 "unstable": { 68160 "version": [ 68161 + 20210318, 68162 + 1137 68163 ], 68164 + "commit": "9d3170f60dd188bac2d0304daf2a94bec9bfbbd3", 68165 + "sha256": "1fc20zglhv48aiy5vl8y6vlk3nimwgfzajx8pq4n7jga3k7cp0q5" 68166 }, 68167 "stable": { 68168 "version": [ ··· 68493 20210306, 68494 1053 68495 ], 68496 + "commit": "8ad7b19d89e65ec81c78204986088154d8702309", 68497 + "sha256": "1m4vnwfr04cr3rbg7cny49spz08c09sgm8zpq99r510xn8xxs7vg" 68498 }, 68499 "stable": { 68500 "version": [ ··· 68761 "repo": "andrmuel/mqtt-mode", 68762 "unstable": { 68763 "version": [ 68764 + 20180611, 68765 + 1735 68766 ], 68767 "deps": [ 68768 "dash" 68769 ], 68770 + "commit": "613e70e9b9940e635e779994b5c83f86eb62c8e6", 68771 + "sha256": "1ci1w4yma6axiigz55b2ip0r7zy8v215532jc0rkb3wyn14nsrh7" 68772 }, 68773 "stable": { 68774 "version": [ ··· 70117 "repo": "CeleritasCelery/emacs-native-shell-complete", 70118 "unstable": { 70119 "version": [ 70120 + 20210315, 70121 + 2048 70122 ], 70123 + "commit": "cf142e84eaa4dd91bc75d96a5d26dab5e38eba4c", 70124 + "sha256": "01li6c271v5j35chg3a8nl9az3bwq4hk1j8lfjq5a27p91iszpc0" 70125 } 70126 }, 70127 { ··· 70779 "repo": "m-cat/nimbus-theme", 70780 "unstable": { 70781 "version": [ 70782 + 20210318, 70783 + 1654 70784 ], 70785 + "commit": "a4d9d69442c9edac3f2cacabd2a7401dbefe7ff3", 70786 + "sha256": "1h828cxjacfqlhm719w2kwh91i0r1lai6wswpp7wp21wvvp28v5r" 70787 } 70788 }, 70789 { ··· 71502 20210205, 71503 1412 71504 ], 71505 + "commit": "13efbd0e1c88fcbdb48b4c30c7852c5bf1fbd0b7", 71506 + "sha256": "0xc06vqyqpkbq6hd00vdcwxk74mraxmbswin3j716iyx5j7hk7wc" 71507 }, 71508 "stable": { 71509 "version": [ ··· 72217 "deps": [ 72218 "axiom-environment" 72219 ], 72220 + "commit": "ac8228a702290732ba12c5d13b38576a57afb0d6", 72221 + "sha256": "1nrlgrckvh2fiwis9bmr95h2bpxfkz1nknxdz61380f2caqwwhw7" 72222 } 72223 }, 72224 { ··· 73242 20201204, 73243 945 73244 ], 73245 + "commit": "585b139f3dee1f801edbbf6545891232119c9087", 73246 + "sha256": "15gfvnkqzixwvq4jq8w6y7v7lyd2j8gca62hap3rsh6c41b8ls1p" 73247 }, 73248 "stable": { 73249 "version": [ ··· 73783 "popup", 73784 "s" 73785 ], 73786 + "commit": "5fad6835bee15792774183164dd423ba18cf1e01", 73787 + "sha256": "1ww202j6bh8ycw2wfngy9rw1hv5qrjg66bgp2yj28j12ag1qxn2r" 73788 }, 73789 "stable": { 73790 "version": [ ··· 74306 ], 74307 "commit": "efa9e3aa2d768c00440f745192aba6672b28d086", 74308 "sha256": "009n23gcgyfylp4q6igj67r606syq2r43s86g12xkl3vmc14929b" 74309 + } 74310 + }, 74311 + { 74312 + "ename": "org-appear", 74313 + "commit": "d4c5bea920593d5da72b4208c0727b5ced0a588a", 74314 + "sha256": "1b88r4nsvm1ndicwc2rgkznmfcyb6bz7fb05fw667dw6mzmlpxk1", 74315 + "fetcher": "github", 74316 + "repo": "awth13/org-appear", 74317 + "unstable": { 74318 + "version": [ 74319 + 20210307, 74320 + 1335 74321 + ], 74322 + "commit": "0b3b029d5851c77ee792727b280f062eaf2c22c7", 74323 + "sha256": "136z40r0i9q9wqbj4yxa8d4c2ygx7dzp9i126ra56sm6cdkvz0cj" 74324 } 74325 }, 74326 { ··· 75264 "repo": "kidd/org-gcal.el", 75265 "unstable": { 75266 "version": [ 75267 + 20210313, 75268 + 420 75269 ], 75270 "deps": [ 75271 "alert", ··· 75273 "request", 75274 "request-deferred" 75275 ], 75276 + "commit": "d38acdad70883dc3fe34a4cd41024e5a8099ddb2", 75277 + "sha256": "17lnsn045l99w787mbrq623div40w3c59rgryvx04px085bb2i5g" 75278 }, 75279 "stable": { 75280 "version": [ ··· 75636 "repo": "gizmomogwai/org-kanban", 75637 "unstable": { 75638 "version": [ 75639 + 20210315, 75640 + 28 75641 ], 75642 "deps": [ 75643 "dash", 75644 "org", 75645 "s" 75646 ], 75647 + "commit": "198ffa2066aadcdd9530dcc9b82cb5626c49e257", 75648 + "sha256": "1lh7hgzbkmhv7hqc0fvgvivkihg96c41ms1v7rcknnp3f1kj195h" 75649 }, 75650 "stable": { 75651 "version": [ 75652 0, 75653 6, 75654 + 3 75655 ], 75656 "deps": [ 75657 "dash", 75658 "org", 75659 "s" 75660 ], 75661 + "commit": "198ffa2066aadcdd9530dcc9b82cb5626c49e257", 75662 + "sha256": "1lh7hgzbkmhv7hqc0fvgvivkihg96c41ms1v7rcknnp3f1kj195h" 75663 } 75664 }, 75665 { ··· 75689 "repo": "yangsheng6810/org-latex-impatient", 75690 "unstable": { 75691 "version": [ 75692 + 20210312, 75693 + 2250 75694 ], 75695 "deps": [ 75696 "dash", ··· 75698 "posframe", 75699 "s" 75700 ], 75701 + "commit": "a27ec1491c7d897904e84d9b9db380e1a4c7914a", 75702 + "sha256": "0r0yn0z4d5y5mzc8awg8wcb3lvb058c7gk7v5mghnwln50zvqqia" 75703 } 75704 }, 75705 { ··· 76772 "repo": "jkitchin/org-ref", 76773 "unstable": { 76774 "version": [ 76775 + 20210315, 76776 + 1730 76777 ], 76778 "deps": [ 76779 "bibtex-completion", ··· 76788 "pdf-tools", 76789 "s" 76790 ], 76791 + "commit": "7b0ebdd2e34b3a509c7f043cb9d919a0069491c2", 76792 + "sha256": "1r1p2k9x5sddxr8cf5ds3hqz2xn4zvy9zabgyr63s16cl7hhn2lg" 76793 }, 76794 "stable": { 76795 "version": [ ··· 76955 "repo": "org-roam/org-roam-bibtex", 76956 "unstable": { 76957 "version": [ 76958 + 20210316, 76959 + 840 76960 ], 76961 "deps": [ 76962 "bibtex-completion", 76963 "org-roam" 76964 ], 76965 + "commit": "81b6fedf99996a78199067e61935964dea9389ee", 76966 + "sha256": "1xb7nskz73dfa2rgwmf4s3iq10f43zagggia3ddhx109wmy2m9a9" 76967 }, 76968 "stable": { 76969 "version": [ 76970 0, 76971 + 5, 76972 0 76973 ], 76974 "deps": [ 76975 "bibtex-completion", 76976 "org-roam" 76977 ], 76978 + "commit": "81b6fedf99996a78199067e61935964dea9389ee", 76979 + "sha256": "1xb7nskz73dfa2rgwmf4s3iq10f43zagggia3ddhx109wmy2m9a9" 76980 } 76981 }, 76982 { ··· 77272 "repo": "akirak/org-starter", 77273 "unstable": { 77274 "version": [ 77275 + 20210314, 77276 + 1558 77277 ], 77278 "deps": [ 77279 "dash" 77280 ], 77281 + "commit": "786257e682bf147022d5b19e6df6e7c9939193af", 77282 + "sha256": "1vfw06c08yhpc1dbqb4gprh9l3j0rgsyvhhgmvcv3y5cq2yaibhb" 77283 }, 77284 "stable": { 77285 "version": [ ··· 77310 "org-starter", 77311 "swiper" 77312 ], 77313 + "commit": "786257e682bf147022d5b19e6df6e7c9939193af", 77314 + "sha256": "1vfw06c08yhpc1dbqb4gprh9l3j0rgsyvhhgmvcv3y5cq2yaibhb" 77315 }, 77316 "stable": { 77317 "version": [ ··· 77901 "repo": "org-trello/org-trello", 77902 "unstable": { 77903 "version": [ 77904 + 20210314, 77905 + 1856 77906 ], 77907 "deps": [ 77908 "dash", ··· 77911 "request-deferred", 77912 "s" 77913 ], 77914 + "commit": "0435d77cd32cf475ce71b81cda4bb48066c44f31", 77915 + "sha256": "1nnii5d5qf0bgfpywmhzprh6f1hk39k2wnhnjl0ahqm99bl46fps" 77916 }, 77917 "stable": { 77918 "version": [ ··· 77942 20200919, 77943 1348 77944 ], 77945 + "commit": "331252334ea2e62d8e06b2dfa24be5dbd7f9c09f", 77946 + "sha256": "0gri6k1px53lmi5nq3zpv0m0kc3c8pbnc4h0zard5v449gmf1d5q" 77947 } 77948 }, 77949 { ··· 78534 "repo": "tbanel/orgaggregate", 78535 "unstable": { 78536 "version": [ 78537 + 20210315, 78538 + 1415 78539 ], 78540 + "commit": "639ec296ccca4e2f7405e9ef72506fad609f2167", 78541 + "sha256": "0nkm6y851sm1bp8ch9d7dxi1z07qs1254ab8zjv16hvq8arp0s6c" 78542 } 78543 }, 78544 { ··· 80231 "repo": "melpa/package-build", 80232 "unstable": { 80233 "version": [ 80234 + 20210318, 80235 + 1411 80236 ], 80237 "deps": [ 80238 "cl-lib" 80239 ], 80240 + "commit": "af4f87beb48afc3fb455c58648749e5bfdda1d03", 80241 + "sha256": "1cn61si2dn60pm3q0d0yjlrsfbns2v51zsdfl52rnfmnrhnl3qjl" 80242 }, 80243 "stable": { 80244 "version": [ ··· 80685 "repo": "joostkremers/pandoc-mode", 80686 "unstable": { 80687 "version": [ 80688 + 20210317, 80689 + 2340 80690 ], 80691 "deps": [ 80692 "dash", 80693 "hydra" 80694 ], 80695 + "commit": "2ad3cfa3045e0a3bcbdee02819c6fd356a8bc40c", 80696 + "sha256": "1m6c5y95asrw7fkn9sah6a38glr66vb35d3g6gc8lcvh2ikmgjn1" 80697 }, 80698 "stable": { 80699 "version": [ ··· 80742 20200510, 80743 5 80744 ], 80745 + "commit": "331252334ea2e62d8e06b2dfa24be5dbd7f9c09f", 80746 + "sha256": "0gri6k1px53lmi5nq3zpv0m0kc3c8pbnc4h0zard5v449gmf1d5q" 80747 } 80748 }, 80749 { ··· 81921 20160321, 81922 2237 81923 ], 81924 + "commit": "29f6e7058f635b0084880a1f890a6c92501e8c29", 81925 + "sha256": "06lzb3mzrf2hqbdj4m8vfayf1xar9dgkwznzsqkbj6gjwxbz6xvd" 81926 } 81927 }, 81928 { ··· 84685 } 84686 }, 84687 { 84688 + "ename": "popper", 84689 + "commit": "fd5bfc5df356ea6c91f2fd120b8f912d093a0de6", 84690 + "sha256": "0iz784hzrhmxr7zv1jx13fk0k9h1c15rbgakry0nyjm4x366rmhj", 84691 + "fetcher": "github", 84692 + "repo": "karthink/popper", 84693 + "unstable": { 84694 + "version": [ 84695 + 20210319, 84696 + 31 84697 + ], 84698 + "commit": "89ed8ab2da330ffefa0d32ac34491467fc6be228", 84699 + "sha256": "1n9raivjdsh0nrn0npw2357j72ccqb19mpnmg4cq5qj5q1if2f8v" 84700 + } 84701 + }, 84702 + { 84703 "ename": "popup", 84704 "commit": "083fb071191bccd6feb3fb84569373a597440fb1", 84705 "sha256": "151g00h9rkid76qf6c53n8bncsfaikmhj8fqcb3r3a6mbngcd5k2", ··· 84707 "repo": "auto-complete/popup-el", 84708 "unstable": { 84709 "version": [ 84710 + 20210317, 84711 + 138 84712 ], 84713 + "commit": "866a091b83369873b4d1c5d62a590fbb0a150bd0", 84714 + "sha256": "059x15zlc6c17yg5ahdca3bryr10nh9xbb61dv0gdc2wg2c0pzzi" 84715 }, 84716 "stable": { 84717 "version": [ ··· 85045 "repo": "milkypostman/powerline", 85046 "unstable": { 85047 "version": [ 85048 + 20210317, 85049 + 110 85050 ], 85051 "deps": [ 85052 "cl-lib" 85053 ], 85054 + "commit": "cfff1cfe63793ea1a8bcfcae50c296558384cf08", 85055 + "sha256": "12s3mp2dyslq1ilah64gpz7a2j0ca9yls7wvj9kcmjca1931s8s3" 85056 }, 85057 "stable": { 85058 "version": [ ··· 85301 "repo": "jscheid/prettier.el", 85302 "unstable": { 85303 "version": [ 85304 + 20210313, 85305 + 1047 85306 ], 85307 "deps": [ 85308 "iter2", 85309 "nvm" 85310 ], 85311 + "commit": "5232b886bb6a4fb3848d63db1bcfcb30487a180f", 85312 + "sha256": "0sbka039sccqip36y98s1b5z6rd5w5q0jzl5kbdq4wmzi7j823ri" 85313 }, 85314 "stable": { 85315 "version": [ ··· 86277 "repo": "ProofGeneral/PG", 86278 "unstable": { 86279 "version": [ 86280 + 20210317, 86281 + 510 86282 ], 86283 + "commit": "56ee4ebc97e77da7d61eaa7b00580bf4ef5b87d9", 86284 + "sha256": "0hqmsqb6q2m0gq52lfm64xh8sc9kc48jbqr2w0vd6mp2467afj42" 86285 }, 86286 "stable": { 86287 "version": [ ··· 86384 20200619, 86385 1742 86386 ], 86387 + "commit": "617e2556171d5db4f0c13bed56a5010d08fc3b4c", 86388 + "sha256": "0blmqy1jh2c536lwrksrbndmy0za6dxafkww28wkfhs64s9dqwdm" 86389 }, 86390 "stable": { 86391 "version": [ ··· 87240 "repo": "tumashu/pyim", 87241 "unstable": { 87242 "version": [ 87243 + 20210319, 87244 + 1102 87245 ], 87246 "deps": [ 87247 "async", 87248 "xr" 87249 ], 87250 + "commit": "f48c3edee78ba5f020bcb42830db99a14761f176", 87251 + "sha256": "1ld3bqvfrda6fa4dv3g0wilznrdrsv544sr370sn3a9xlmy4fwp9" 87252 }, 87253 "stable": { 87254 "version": [ ··· 87392 20200503, 87393 1624 87394 ], 87395 + "commit": "cdfc8374b1b0ee88af0463bdbe58299186244d53", 87396 + "sha256": "0657491d55x4r4fir357l372pxz7palj60plsk7hinir3db9q7ri" 87397 } 87398 }, 87399 { ··· 87950 "repo": "quelpa/quelpa", 87951 "unstable": { 87952 "version": [ 87953 + 20210317, 87954 + 1221 87955 ], 87956 + "commit": "ec61039dfd50967ca545cb955bf1dd349682dcf3", 87957 + "sha256": "0hlcckp9vc5rpxp7w30l25ncz7wxywx5jkr12836zcz2mzc8jbhp" 87958 }, 87959 "stable": { 87960 "version": [ ··· 91009 "deps": [ 91010 "inf-ruby" 91011 ], 91012 + "commit": "126650a06224f1a616b10c02bd9ad8a763a512ef", 91013 + "sha256": "11yhl9dpf7ni4l9qpr8akpzr2y6j99n3w5hx4yp8v9gppgb1q37w" 91014 }, 91015 "stable": { 91016 "version": [ ··· 91813 "repo": "brotzeit/rustic", 91814 "unstable": { 91815 "version": [ 91816 + 20210315, 91817 + 1728 91818 ], 91819 "deps": [ 91820 "dash", ··· 91827 "spinner", 91828 "xterm-color" 91829 ], 91830 + "commit": "d97ec8623c4c7e7ad3bb32e3d3773ba29a34bb0d", 91831 + "sha256": "1mimrn4aaplmdrwmgp6wax489vp0njd7j95abdnjf0ggc7qbgzcv" 91832 } 91833 }, 91834 { ··· 92298 20200830, 92299 301 92300 ], 92301 + "commit": "4ebebdaf0dec2f7aaebb6a1c1f6163f503caaa63", 92302 + "sha256": "1vj4rd5mq93sg10cbdcr2yx5i954ng9s369dghw35h9dasblz1pl" 92303 } 92304 }, 92305 { ··· 93102 "repo": "raxod502/selectrum", 93103 "unstable": { 93104 "version": [ 93105 + 20210316, 93106 + 835 93107 ], 93108 + "commit": "a72109ab3eb3a06d1d8e01629bed06871b2c94d2", 93109 + "sha256": "19z3hicdkr11112snalp657f28wb1n6l1kky7qffd01a71pmd8ia" 93110 }, 93111 "stable": { 93112 "version": [ ··· 93310 "repo": "twlz0ne/separedit.el", 93311 "unstable": { 93312 "version": [ 93313 + 20210316, 93314 + 1434 93315 ], 93316 "deps": [ 93317 "dash", 93318 "edit-indirect" 93319 ], 93320 + "commit": "12db61458b053cee2d57dbf04f725f03487bb895", 93321 + "sha256": "1h7mr10agkvx8v6pvki8klz6b33lls201wn10q1fgg42djcw2skk" 93322 } 93323 }, 93324 { ··· 93329 "repo": "brannala/sequed", 93330 "unstable": { 93331 "version": [ 93332 + 20210315, 93333 + 2012 93334 ], 93335 + "commit": "50c5dca413a12fe2d8a89eae833f10967c2f38d2", 93336 + "sha256": "16hsjk04xw88ddr2gbwlb4v8didqmk7ffwphp1iqy3a02wf4kif6" 93337 } 93338 }, 93339 { ··· 97372 "repo": "ideasman42/emacs-spell-fu", 97373 "unstable": { 97374 "version": [ 97375 + 20210317, 97376 + 909 97377 ], 97378 + "commit": "ca8f409788964daeabdeff9c8beb36109900f996", 97379 + "sha256": "1hkzhjnnz1m5lsh2alphr3d234zpbxw44xxhb47l2ws0vr64w50x" 97380 } 97381 }, 97382 { ··· 97960 "repo": "srfi-explorations/emacs-srfi", 97961 "unstable": { 97962 "version": [ 97963 + 20210318, 97964 + 2242 97965 ], 97966 + "commit": "512d51e8b6f912857d484095defd7b89535edfbb", 97967 + "sha256": "0nww5hhzajj4vhps9n1hlyrgj3lifr9lg2dm1s04f2hy84pn9jm1" 97968 }, 97969 "stable": { 97970 "version": [ ··· 99462 "deps": [ 99463 "ivy" 99464 ], 99465 + "commit": "75002963859101003436c84d1d3a85f9ea5f89fc", 99466 + "sha256": "0pf54qimwjsm6y808vx68zxdfpj0c1kaysy3s7bsi875b99yyd8h" 99467 }, 99468 "stable": { 99469 "version": [ ··· 99778 "repo": "countvajhula/symex.el", 99779 "unstable": { 99780 "version": [ 99781 + 20210319, 99782 + 329 99783 ], 99784 "deps": [ 99785 "evil", 99786 "evil-cleverparens", 99787 "evil-surround", ··· 99792 "smartparens", 99793 "undo-tree" 99794 ], 99795 + "commit": "d37532a9dcff8ec5a2fdc54f27b517890f972bfb", 99796 + "sha256": "19ffgdvmnys2hby1iwb85kwr74iadnp8mfd0816jlaafjsga7inf" 99797 }, 99798 "stable": { 99799 "version": [ 99800 + 1, 99801 + 0 99802 ], 99803 "deps": [ 99804 "evil", 99805 "evil-cleverparens", 99806 "evil-surround", ··· 99811 "smartparens", 99812 "undo-tree" 99813 ], 99814 + "commit": "d37532a9dcff8ec5a2fdc54f27b517890f972bfb", 99815 + "sha256": "19ffgdvmnys2hby1iwb85kwr74iadnp8mfd0816jlaafjsga7inf" 99816 } 99817 }, 99818 { ··· 100171 "repo": "fritzgrabo/tab-bar-echo-area", 100172 "unstable": { 100173 "version": [ 100174 + 20210315, 100175 + 1609 100176 ], 100177 + "commit": "d2ff6b1acb553bf1546e730640397b9e33ca5279", 100178 + "sha256": "1agjb68bjfjzgacrip2mjwzfdbvj3xn8cs3f6q5kdjg5v7lg9c9h" 100179 } 100180 }, 100181 { ··· 100186 "repo": "fritzgrabo/tab-bar-groups", 100187 "unstable": { 100188 "version": [ 100189 + 20210319, 100190 + 2222 100191 ], 100192 "deps": [ 100193 "s" 100194 ], 100195 + "commit": "09f2049d5fac5c046e517108ac527d087a7352d8", 100196 + "sha256": "024yxwb40jpfk5bfb3achf0vkbkblnkidy7rymvln2mzym85g77s" 100197 } 100198 }, 100199 { ··· 100655 "repo": "zevlg/telega.el", 100656 "unstable": { 100657 "version": [ 100658 + 20210319, 100659 + 2200 100660 ], 100661 "deps": [ 100662 "rainbow-identifiers", 100663 "visual-fill-column" 100664 ], 100665 + "commit": "de153b575d0a6470314efb3cba9b48b14b5f6d57", 100666 + "sha256": "014hzm2dlvzrx15557zhd3h8d0dn6akyprxc81ijc6wfczj8bv6m" 100667 }, 100668 "stable": { 100669 "version": [ ··· 100794 "repo": "clarete/templatel", 100795 "unstable": { 100796 "version": [ 100797 + 20210319, 100798 + 2222 100799 ], 100800 + "commit": "ef93f4190c785166b49a310bf2d8695d3227ab40", 100801 + "sha256": "13hwa7v5yyji98g9rz2m4ql89nx2wi0hhhikm9y552l25qayrgxz" 100802 }, 100803 "stable": { 100804 "version": [ ··· 101731 20200212, 101732 1903 101733 ], 101734 + "commit": "c6b9113fbe9d3510eb49d24f10cd47a249260e01", 101735 + "sha256": "0r7k57lpazrz65ix53cflc94msvw7j68myg6y8x0bz44hf8m5irs" 101736 }, 101737 "stable": { 101738 "version": [ 101739 2021, 101740 3, 101741 + 15, 101742 0 101743 ], 101744 + "commit": "6d68811e7ee75f8e0b450b9b1778bfad2c44c715", 101745 + "sha256": "16yixl9qq6zh47zjnad9rv2vbjq936ms212j0wfdax7qhg094af8" 101746 } 101747 }, 101748 { ··· 101822 "repo": "ananthakumaran/tide", 101823 "unstable": { 101824 "version": [ 101825 + 20210313, 101826 + 1524 101827 ], 101828 "deps": [ 101829 "cl-lib", ··· 101832 "s", 101833 "typescript-mode" 101834 ], 101835 + "commit": "f6ad5e591c4a21a8ed252444cbc0cf6b079d2449", 101836 + "sha256": "1vkvlkgbk1mlfk31gdf13w4lq3nj7pskp5xd40hivirgmck18wd4" 101837 }, 101838 "stable": { 101839 "version": [ ··· 102149 "deps": [ 102150 "request" 102151 ], 102152 + "commit": "d59405bd72f3379417b9e73f06e8848b43cb021d", 102153 + "sha256": "19yb4cxcaif73yvf62d4891l5rvp8ynhxl0f2wc9lvssg0lpx5y0" 102154 } 102155 }, 102156 { ··· 102781 "repo": "magit/transient", 102782 "unstable": { 102783 "version": [ 102784 + 20210315, 102785 + 1902 102786 ], 102787 + "commit": "cc16a5eaa73617a281b0bbf71b24432c38994e30", 102788 + "sha256": "15ah0h7i96wn4w5321gydr6pxahb8mc8dk58b9paqv06klp5q2cd" 102789 }, 102790 "stable": { 102791 "version": [ ··· 103028 "repo": "ubolonton/emacs-tree-sitter", 103029 "unstable": { 103030 "version": [ 103031 + 20210315, 103032 + 238 103033 ], 103034 "deps": [ 103035 "tsc" 103036 ], 103037 + "commit": "174200858b4192b9d5be3f5bcd1b62995151245b", 103038 + "sha256": "1syzz7gq6n3ri1sgr6jdr0lyfwycpjv68iws5rxwjmf9n3gdbyfh" 103039 }, 103040 "stable": { 103041 "version": [ 103042 0, 103043 + 15, 103044 0 103045 ], 103046 "deps": [ 103047 "tsc" 103048 ], 103049 + "commit": "174200858b4192b9d5be3f5bcd1b62995151245b", 103050 + "sha256": "1syzz7gq6n3ri1sgr6jdr0lyfwycpjv68iws5rxwjmf9n3gdbyfh" 103051 } 103052 }, 103053 { ··· 103089 "repo": "ubolonton/tree-sitter-langs", 103090 "unstable": { 103091 "version": [ 103092 + 20210314, 103093 + 1704 103094 ], 103095 "deps": [ 103096 "tree-sitter" 103097 ], 103098 + "commit": "5d362ce98dcf656d7a55fcad6ae21c0a2caca861", 103099 + "sha256": "11nfyyzyz9x4w4l4hpz0y27awknlwx3kn9dwvkzdn174jk2kxp9a" 103100 }, 103101 "stable": { 103102 "version": [ 103103 0, 103104 + 10, 103105 + 0 103106 ], 103107 "deps": [ 103108 "tree-sitter" 103109 ], 103110 + "commit": "5d362ce98dcf656d7a55fcad6ae21c0a2caca861", 103111 + "sha256": "11nfyyzyz9x4w4l4hpz0y27awknlwx3kn9dwvkzdn174jk2kxp9a" 103112 } 103113 }, 103114 { ··· 103168 "pfuture", 103169 "s" 103170 ], 103171 + "commit": "33be5b672b0492a901acd95bb9801a68ae7bdc95", 103172 + "sha256": "0rc0hpg5x39qwwdv05ky7iaq8kz1vzliidl73nyvmkjbjc58aw6c" 103173 }, 103174 "stable": { 103175 "version": [ ··· 103205 "all-the-icons", 103206 "treemacs" 103207 ], 103208 + "commit": "33be5b672b0492a901acd95bb9801a68ae7bdc95", 103209 + "sha256": "0rc0hpg5x39qwwdv05ky7iaq8kz1vzliidl73nyvmkjbjc58aw6c" 103210 } 103211 }, 103212 { ··· 103224 "evil", 103225 "treemacs" 103226 ], 103227 + "commit": "33be5b672b0492a901acd95bb9801a68ae7bdc95", 103228 + "sha256": "0rc0hpg5x39qwwdv05ky7iaq8kz1vzliidl73nyvmkjbjc58aw6c" 103229 }, 103230 "stable": { 103231 "version": [ ··· 103254 "deps": [ 103255 "treemacs" 103256 ], 103257 + "commit": "33be5b672b0492a901acd95bb9801a68ae7bdc95", 103258 + "sha256": "0rc0hpg5x39qwwdv05ky7iaq8kz1vzliidl73nyvmkjbjc58aw6c" 103259 }, 103260 "stable": { 103261 "version": [ ··· 103286 "pfuture", 103287 "treemacs" 103288 ], 103289 + "commit": "33be5b672b0492a901acd95bb9801a68ae7bdc95", 103290 + "sha256": "0rc0hpg5x39qwwdv05ky7iaq8kz1vzliidl73nyvmkjbjc58aw6c" 103291 }, 103292 "stable": { 103293 "version": [ ··· 103319 "persp-mode", 103320 "treemacs" 103321 ], 103322 + "commit": "33be5b672b0492a901acd95bb9801a68ae7bdc95", 103323 + "sha256": "0rc0hpg5x39qwwdv05ky7iaq8kz1vzliidl73nyvmkjbjc58aw6c" 103324 }, 103325 "stable": { 103326 "version": [ ··· 103352 "perspective", 103353 "treemacs" 103354 ], 103355 + "commit": "33be5b672b0492a901acd95bb9801a68ae7bdc95", 103356 + "sha256": "0rc0hpg5x39qwwdv05ky7iaq8kz1vzliidl73nyvmkjbjc58aw6c" 103357 } 103358 }, 103359 { ··· 103371 "projectile", 103372 "treemacs" 103373 ], 103374 + "commit": "33be5b672b0492a901acd95bb9801a68ae7bdc95", 103375 + "sha256": "0rc0hpg5x39qwwdv05ky7iaq8kz1vzliidl73nyvmkjbjc58aw6c" 103376 }, 103377 "stable": { 103378 "version": [ ··· 103478 "repo": "ianpan870102/tron-legacy-emacs-theme", 103479 "unstable": { 103480 "version": [ 103481 + 20210315, 103482 + 712 103483 ], 103484 + "commit": "4d543fbb9cb2098af1be0f5b10e1e4cd5245a9d0", 103485 + "sha256": "0fyprvi4s331r6a54xa4dljw0k330kiyhzcfnnjhbsqxc86264pz" 103486 }, 103487 "stable": { 103488 "version": [ ··· 103626 "repo": "ubolonton/emacs-tree-sitter", 103627 "unstable": { 103628 "version": [ 103629 + 20210315, 103630 + 238 103631 ], 103632 + "commit": "174200858b4192b9d5be3f5bcd1b62995151245b", 103633 + "sha256": "1syzz7gq6n3ri1sgr6jdr0lyfwycpjv68iws5rxwjmf9n3gdbyfh" 103634 }, 103635 "stable": { 103636 "version": [ 103637 0, 103638 + 15, 103639 0 103640 ], 103641 + "commit": "174200858b4192b9d5be3f5bcd1b62995151245b", 103642 + "sha256": "1syzz7gq6n3ri1sgr6jdr0lyfwycpjv68iws5rxwjmf9n3gdbyfh" 103643 } 103644 }, 103645 { ··· 104008 "repo": "mrkkrp/typit", 104009 "unstable": { 104010 "version": [ 104011 + 20210318, 104012 + 1747 104013 ], 104014 "deps": [ 104015 "f", 104016 "mmt" 104017 ], 104018 + "commit": "fa125bf43757737fbcf91958b76c38b440d54b4c", 104019 + "sha256": "1l0qb8gjgsmjjdvxlma7g6fn2z6rj246p2kczrikq8ajg1xh61sr" 104020 }, 104021 "stable": { 104022 "version": [ ··· 105960 "repo": "federicotdn/verb", 105961 "unstable": { 105962 "version": [ 105963 + 20210315, 105964 + 1753 105965 ], 105966 + "commit": "9c5e9baf43388d5a69ea2fb216d9936628b36a84", 105967 + "sha256": "1jl4b1ka1xaavfm4gpqgg01f76mlvy0g0rdifmwwz9w8apw306j0" 105968 }, 105969 "stable": { 105970 "version": [ ··· 106723 "repo": "ianpan870102/vscode-dark-plus-emacs-theme", 106724 "unstable": { 106725 "version": [ 106726 + 20210317, 106727 + 930 106728 ], 106729 + "commit": "d54fc120f0c0b363a8bef159da58786fb51e7b0f", 106730 + "sha256": "1imz2fr9164lsc8f1qji439iz4a643qslmxd9526alxa8gwx2yiz" 106731 }, 106732 "stable": { 106733 "version": [ ··· 106762 "repo": "akermu/emacs-libvterm", 106763 "unstable": { 106764 "version": [ 106765 + 20210313, 106766 + 1359 106767 ], 106768 + "commit": "98179e129544bdee7d78fc095098971eeb72428d", 106769 + "sha256": "0abh1ydq4rzisgy1wf591r5jj606wh0w9jza7pjzwy30s19qd7bl" 106770 } 106771 }, 106772 { ··· 106777 "repo": "jixiuf/vterm-toggle", 106778 "unstable": { 106779 "version": [ 106780 + 20210313, 106781 + 305 106782 ], 106783 "deps": [ 106784 "vterm" 106785 ], 106786 + "commit": "d10239b7bb89b78dddb82f66ac2286bc0b02747b", 106787 + "sha256": "0r9n23wg9cfy10h5f9zqr8jpkvw34f9rylri3nxq870awjab7rqi" 106788 } 106789 }, 106790 { ··· 106905 "repo": "d12frosted/vulpea", 106906 "unstable": { 106907 "version": [ 106908 + 20210314, 106909 + 1818 106910 ], 106911 "deps": [ 106912 "org", 106913 "org-roam", 106914 "s" 106915 ], 106916 + "commit": "ee35c562768a3a46b9d2c2f28dd2def105c05446", 106917 + "sha256": "19gx5i6jdb8dgpwaw0vmmla1v451svixahyf1pnfk6615rsb3m08" 106918 }, 106919 "stable": { 106920 "version": [ ··· 107800 "repo": "jstaursky/weyland-yutani-theme", 107801 "unstable": { 107802 "version": [ 107803 + 20210318, 107804 + 1726 107805 ], 107806 + "commit": "1441ff884092de03fa7be97fcfd03eefd4dd4b07", 107807 + "sha256": "0i2idvcck5605miyc938h2y85jvbmd1nky20nmyhrs9q155lifxv" 107808 } 107809 }, 107810 { ··· 108485 "repo": "bmag/emacs-purpose", 108486 "unstable": { 108487 "version": [ 108488 + 20210315, 108489 + 1848 108490 ], 108491 "deps": [ 108492 "imenu-list", 108493 "let-alist" 108494 ], 108495 + "commit": "aa4e7376ab72b7f67cf8ad46b67a2eaec2f8cd61", 108496 + "sha256": "1l7nrms211jslxibq18wxxdx7rv6i18by8lzhk692fp6s5af2fi3" 108497 }, 108498 "stable": { 108499 "version": [ ··· 108711 "repo": "magit/with-editor", 108712 "unstable": { 108713 "version": [ 108714 + 20210319, 108715 + 1930 108716 ], 108717 + "commit": "ebcbd3b137154e6c5a2b976bacbb89d48ddfa242", 108718 + "sha256": "0qir7kzvnlchpvmpl8gj11yqly6j5m260mmxny9xxwx0dzwaya4k" 108719 }, 108720 "stable": { 108721 "version": [ ··· 109328 "repo": "redguardtoo/wucuo", 109329 "unstable": { 109330 "version": [ 109331 + 20210316, 109332 + 156 109333 ], 109334 + "commit": "d66e6808367048b7694383cf545102e7cad6ba8c", 109335 + "sha256": "0ahz85n49x2579hpzir2xsqwm0mwlv9x2h91haq0w0l73llnj35q" 109336 }, 109337 "stable": { 109338 "version": [ ··· 109497 "repo": "xahlee/xah-fly-keys", 109498 "unstable": { 109499 "version": [ 109500 + 20210319, 109501 + 1553 109502 ], 109503 + "commit": "f35ef2e8cb8208c30a7ba02df52f32d915073fe6", 109504 + "sha256": "13xf12ci1anm6r8j90i6mj8pfmb8ffvhyzinz42046achhpymwnl" 109505 } 109506 }, 109507 {
+3 -3
pkgs/applications/editors/gophernotes/default.nix
··· 5 6 buildGoModule rec { 7 pname = "gophernotes"; 8 - version = "0.7.1"; 9 10 src = fetchFromGitHub { 11 owner = "gopherdata"; 12 repo = "gophernotes"; 13 rev = "v${version}"; 14 - sha256 = "0hs92bdrsjqafdkhg2fk3z16h307i32mvbm9f6bb80bgsciysh27"; 15 }; 16 17 - vendorSha256 = "1ylqf1sx0h2kixnq9f3prn3sha43q3ybd5ay57yy5z79qr8zqvxs"; 18 19 meta = with lib; { 20 description = "Go kernel for Jupyter notebooks";
··· 5 6 buildGoModule rec { 7 pname = "gophernotes"; 8 + version = "0.7.2"; 9 10 src = fetchFromGitHub { 11 owner = "gopherdata"; 12 repo = "gophernotes"; 13 rev = "v${version}"; 14 + sha256 = "sha256-EEMKV+k5qcep4z7J5r1nSLxmb0fbfpJOPmz5bE91cd8="; 15 }; 16 17 + vendorSha256 = "sha256-Wy4HcPlrlYUjRQHhw+UPAa+Rn1FvJobWGxgFiJKJTAg="; 18 19 meta = with lib; { 20 description = "Go kernel for Jupyter notebooks";
+20 -20
pkgs/applications/editors/jetbrains/default.nix
··· 270 271 clion = buildClion rec { 272 name = "clion-${version}"; 273 - version = "2020.3.2"; /* updated by script */ 274 description = "C/C++ IDE. New. Intelligent. Cross-platform"; 275 license = lib.licenses.unfree; 276 src = fetchurl { 277 url = "https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"; 278 - sha256 = "10120y9ccdlhjrpvfnspfj4s7940b3v3yic78r372wj5ns4bsjax"; /* updated by script */ 279 }; 280 wmClass = "jetbrains-clion"; 281 update-channel = "CLion RELEASE"; # channel's id as in http://www.jetbrains.com/updates/updates.xml ··· 296 297 goland = buildGoland rec { 298 name = "goland-${version}"; 299 - version = "2020.3.2"; /* updated by script */ 300 description = "Up and Coming Go IDE"; 301 license = lib.licenses.unfree; 302 src = fetchurl { 303 url = "https://download.jetbrains.com/go/${name}.tar.gz"; 304 - sha256 = "00wbl4g1wgb9c287z6i7a48bm5zyb1gkmyqmhasmj0n2vamaq6sz"; /* updated by script */ 305 }; 306 wmClass = "jetbrains-goland"; 307 update-channel = "GoLand RELEASE"; ··· 309 310 idea-community = buildIdea rec { 311 name = "idea-community-${version}"; 312 - version = "2020.3.2"; /* updated by script */ 313 description = "Integrated Development Environment (IDE) by Jetbrains, community edition"; 314 license = lib.licenses.asl20; 315 src = fetchurl { 316 url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz"; 317 - sha256 = "0zkjmvi27b69xrkn4s6f5788n5yn044phgf48kamfqfs37q4xf1d"; /* updated by script */ 318 }; 319 wmClass = "jetbrains-idea-ce"; 320 update-channel = "IntelliJ IDEA RELEASE"; ··· 322 323 idea-ultimate = buildIdea rec { 324 name = "idea-ultimate-${version}"; 325 - version = "2020.3.2"; /* updated by script */ 326 description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license"; 327 license = lib.licenses.unfree; 328 src = fetchurl { 329 url = "https://download.jetbrains.com/idea/ideaIU-${version}-no-jbr.tar.gz"; 330 - sha256 = "1vac21d9p52z4k1dl903rc2dbbcf873xbg8rx1fp9nsaaphnc9lq"; /* updated by script */ 331 }; 332 wmClass = "jetbrains-idea"; 333 update-channel = "IntelliJ IDEA RELEASE"; ··· 335 336 mps = buildMps rec { 337 name = "mps-${version}"; 338 - version = "2020.3.1"; /* updated by script */ 339 description = "Create your own domain-specific language"; 340 license = lib.licenses.asl20; 341 src = fetchurl { 342 url = "https://download.jetbrains.com/mps/2020.3/MPS-${version}.tar.gz"; 343 - sha256 = "0qvl724mm53rxfhafl6561rhpwppcadmwr9sh0hpsfgsprh2xznv"; /* updated by script */ 344 }; 345 wmClass = "jetbrains-mps"; 346 update-channel = "MPS RELEASE"; ··· 348 349 phpstorm = buildPhpStorm rec { 350 name = "phpstorm-${version}"; 351 - version = "2020.3.2"; /* updated by script */ 352 description = "Professional IDE for Web and PHP developers"; 353 license = lib.licenses.unfree; 354 src = fetchurl { 355 url = "https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz"; 356 - sha256 = "1dmymlv71syjv8byb9ap9c13fimjl6c3r94dwr9kghdlj3jh7p0k"; /* updated by script */ 357 }; 358 wmClass = "jetbrains-phpstorm"; 359 update-channel = "PhpStorm RELEASE"; ··· 361 362 pycharm-community = buildPycharm rec { 363 name = "pycharm-community-${version}"; 364 - version = "2020.3.3"; /* updated by script */ 365 description = "PyCharm Community Edition"; 366 license = lib.licenses.asl20; 367 src = fetchurl { 368 url = "https://download.jetbrains.com/python/${name}.tar.gz"; 369 - sha256 = "0p05pgfmr9515sqbqbjiksg7qzvqxcs119lxfc6dsirdvc1qhnli"; /* updated by script */ 370 }; 371 wmClass = "jetbrains-pycharm-ce"; 372 update-channel = "PyCharm RELEASE"; ··· 374 375 pycharm-professional = buildPycharm rec { 376 name = "pycharm-professional-${version}"; 377 - version = "2020.3.3"; /* updated by script */ 378 description = "PyCharm Professional Edition"; 379 license = lib.licenses.unfree; 380 src = fetchurl { 381 url = "https://download.jetbrains.com/python/${name}.tar.gz"; 382 - sha256 = "1yzv1pxpw6pvsjljqvbnf8qgdx34rs5j232zaq4vb5x2ahswf9mm"; /* updated by script */ 383 }; 384 wmClass = "jetbrains-pycharm"; 385 update-channel = "PyCharm RELEASE"; ··· 387 388 rider = buildRider rec { 389 name = "rider-${version}"; 390 - version = "2020.3.2"; /* updated by script */ 391 description = "A cross-platform .NET IDE based on the IntelliJ platform and ReSharper"; 392 license = lib.licenses.unfree; 393 src = fetchurl { 394 url = "https://download.jetbrains.com/rider/JetBrains.Rider-${version}.tar.gz"; 395 - sha256 = "1dkgbd2nqkjcswf7j3pnrsaq9n5wk42abz2c4wgkrh1zrpgihd0j"; /* updated by script */ 396 }; 397 wmClass = "jetbrains-rider"; 398 update-channel = "Rider RELEASE"; ··· 413 414 webstorm = buildWebStorm rec { 415 name = "webstorm-${version}"; 416 - version = "2020.3.2"; /* updated by script */ 417 description = "Professional IDE for Web and JavaScript development"; 418 license = lib.licenses.unfree; 419 src = fetchurl { 420 url = "https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz"; 421 - sha256 = "1jpa4gfy0xmmscjqca4pvvwvh4h3lg02nbf1m5wcsjdcywbk9y40"; /* updated by script */ 422 }; 423 wmClass = "jetbrains-webstorm"; 424 update-channel = "WebStorm RELEASE";
··· 270 271 clion = buildClion rec { 272 name = "clion-${version}"; 273 + version = "2020.3.3"; /* updated by script */ 274 description = "C/C++ IDE. New. Intelligent. Cross-platform"; 275 license = lib.licenses.unfree; 276 src = fetchurl { 277 url = "https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"; 278 + sha256 = "10s0jkxi892pg7d2slh7cvrd0ch2223qms3c9v1ax0n6ymfkcw14"; /* updated by script */ 279 }; 280 wmClass = "jetbrains-clion"; 281 update-channel = "CLion RELEASE"; # channel's id as in http://www.jetbrains.com/updates/updates.xml ··· 296 297 goland = buildGoland rec { 298 name = "goland-${version}"; 299 + version = "2020.3.4"; /* updated by script */ 300 description = "Up and Coming Go IDE"; 301 license = lib.licenses.unfree; 302 src = fetchurl { 303 url = "https://download.jetbrains.com/go/${name}.tar.gz"; 304 + sha256 = "148rs9w0fqr5xzhnq5bd473j4vnb69kf8yxxjmwdp25z2d7x47ip"; /* updated by script */ 305 }; 306 wmClass = "jetbrains-goland"; 307 update-channel = "GoLand RELEASE"; ··· 309 310 idea-community = buildIdea rec { 311 name = "idea-community-${version}"; 312 + version = "2020.3.3"; /* updated by script */ 313 description = "Integrated Development Environment (IDE) by Jetbrains, community edition"; 314 license = lib.licenses.asl20; 315 src = fetchurl { 316 url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz"; 317 + sha256 = "1msfl8qq0aday4ssip73r0y096mrb89mr7z2j4mpqhkzgsmvpjk0"; /* updated by script */ 318 }; 319 wmClass = "jetbrains-idea-ce"; 320 update-channel = "IntelliJ IDEA RELEASE"; ··· 322 323 idea-ultimate = buildIdea rec { 324 name = "idea-ultimate-${version}"; 325 + version = "2020.3.3"; /* updated by script */ 326 description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license"; 327 license = lib.licenses.unfree; 328 src = fetchurl { 329 url = "https://download.jetbrains.com/idea/ideaIU-${version}-no-jbr.tar.gz"; 330 + sha256 = "0szq8lqp1h7kci8kqd1bb3g16j3p5f4dfmbccbyrrwsram3hvjgi"; /* updated by script */ 331 }; 332 wmClass = "jetbrains-idea"; 333 update-channel = "IntelliJ IDEA RELEASE"; ··· 335 336 mps = buildMps rec { 337 name = "mps-${version}"; 338 + version = "2020.3.2"; /* updated by script */ 339 description = "Create your own domain-specific language"; 340 license = lib.licenses.asl20; 341 src = fetchurl { 342 url = "https://download.jetbrains.com/mps/2020.3/MPS-${version}.tar.gz"; 343 + sha256 = "0vskzia48jq50bjdqw993gizvvd59f3qlszbsdp7xg5a3afbk7p3"; /* updated by script */ 344 }; 345 wmClass = "jetbrains-mps"; 346 update-channel = "MPS RELEASE"; ··· 348 349 phpstorm = buildPhpStorm rec { 350 name = "phpstorm-${version}"; 351 + version = "2020.3.3"; /* updated by script */ 352 description = "Professional IDE for Web and PHP developers"; 353 license = lib.licenses.unfree; 354 src = fetchurl { 355 url = "https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz"; 356 + sha256 = "0arff0882xw1azbxpn1n3wbc5ncg8gmfim3jf6rq2dky8kp9ylkm"; /* updated by script */ 357 }; 358 wmClass = "jetbrains-phpstorm"; 359 update-channel = "PhpStorm RELEASE"; ··· 361 362 pycharm-community = buildPycharm rec { 363 name = "pycharm-community-${version}"; 364 + version = "2020.3.4"; /* updated by script */ 365 description = "PyCharm Community Edition"; 366 license = lib.licenses.asl20; 367 src = fetchurl { 368 url = "https://download.jetbrains.com/python/${name}.tar.gz"; 369 + sha256 = "0xh0hb0v3ilgqjljh22c75hkllqgqbpppplni2dz2pv9rb3r5dv5"; /* updated by script */ 370 }; 371 wmClass = "jetbrains-pycharm-ce"; 372 update-channel = "PyCharm RELEASE"; ··· 374 375 pycharm-professional = buildPycharm rec { 376 name = "pycharm-professional-${version}"; 377 + version = "2020.3.4"; /* updated by script */ 378 description = "PyCharm Professional Edition"; 379 license = lib.licenses.unfree; 380 src = fetchurl { 381 url = "https://download.jetbrains.com/python/${name}.tar.gz"; 382 + sha256 = "18gkjc52qpghs721rkbsj03kaf6n8c8sxg57b2d82hjckjgm6q10"; /* updated by script */ 383 }; 384 wmClass = "jetbrains-pycharm"; 385 update-channel = "PyCharm RELEASE"; ··· 387 388 rider = buildRider rec { 389 name = "rider-${version}"; 390 + version = "2020.3.4"; /* updated by script */ 391 description = "A cross-platform .NET IDE based on the IntelliJ platform and ReSharper"; 392 license = lib.licenses.unfree; 393 src = fetchurl { 394 url = "https://download.jetbrains.com/rider/JetBrains.Rider-${version}.tar.gz"; 395 + sha256 = "1v99yqj83aw9j400z3v24n7xnyxzw5vm0b3rwd4yb8w3ajl59gq1"; /* updated by script */ 396 }; 397 wmClass = "jetbrains-rider"; 398 update-channel = "Rider RELEASE"; ··· 413 414 webstorm = buildWebStorm rec { 415 name = "webstorm-${version}"; 416 + version = "2020.3.3"; /* updated by script */ 417 description = "Professional IDE for Web and JavaScript development"; 418 license = lib.licenses.unfree; 419 src = fetchurl { 420 url = "https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz"; 421 + sha256 = "0szq7qz5p1ksmqdy1rma5rfl0d9dy9qmhz8k5id4zdpyz2jsacfb"; /* updated by script */ 422 }; 423 wmClass = "jetbrains-webstorm"; 424 update-channel = "WebStorm RELEASE";
+47
pkgs/applications/graphics/eddy/default.nix
···
··· 1 + { python3Packages 2 + , fetchFromGitHub 3 + , lib 4 + , jre 5 + , qt5 6 + , wrapQtAppsHook 7 + }: 8 + 9 + python3Packages.buildPythonApplication rec { 10 + pname = "eddy"; 11 + version = "1.2.1"; 12 + 13 + src = fetchFromGitHub { 14 + owner = "obdasystems"; 15 + repo = pname; 16 + rev = "v${version}"; 17 + sha256 = "12j77bbva5py9bd57c80cmjvf8vll40h19n81h16lvv2r2r7jynh"; 18 + }; 19 + 20 + propagatedBuildInputs = [ 21 + qt5.qtbase 22 + wrapQtAppsHook 23 + python3Packages.setuptools 24 + python3Packages.rfc3987 25 + python3Packages.JPype1 26 + python3Packages.pyqt5 27 + ]; 28 + 29 + # Tests fail with: ImportError: cannot import name 'QtXmlPatterns' from 'PyQt5' 30 + doCheck = false; 31 + 32 + preBuild = '' 33 + export HOME=/tmp 34 + ''; 35 + 36 + preFixup = '' 37 + wrapQtApp "$out/bin/eddy" --prefix JAVA_HOME : ${jre} 38 + ''; 39 + 40 + meta = with lib; { 41 + homepage = "http://www.obdasystems.com/eddy"; 42 + description = "Graphical editor for the specification and visualization of Graphol ontologies"; 43 + license = licenses.gpl3Only; 44 + platforms = platforms.linux; 45 + maintainers = with maintainers; [ koslambrou ]; 46 + }; 47 + }
+3 -1
pkgs/applications/misc/curaengine/stable.nix
··· 12 }; 13 14 postPatch = '' 15 - sed -i 's,--static,,g' Makefile 16 ''; 17 18 installPhase = ''
··· 12 }; 13 14 postPatch = '' 15 + substituteInPlace Makefile --replace "--static" "" 16 + '' + lib.optionalString stdenv.isi686 '' 17 + substituteInPlace Makefile --replace "-flto" "" 18 ''; 19 20 installPhase = ''
+118
pkgs/applications/misc/freeplane/default.nix
···
··· 1 + { stdenv, lib, fetchpatch, fetchFromGitHub, makeWrapper, writeText, runtimeShell, jdk11, perl, gradle_5, which }: 2 + 3 + let 4 + pname = "freeplane"; 5 + version = "1.8.11"; 6 + 7 + src = fetchFromGitHub { 8 + owner = pname; 9 + repo = pname; 10 + rev = "release-${version}"; 11 + sha256 = "07xjx9pf62dvy8lx6vnbwwcn1zqy89cmdmwy792k7gb12wz81nnc"; 12 + }; 13 + 14 + deps = stdenv.mkDerivation { 15 + name = "${pname}-deps"; 16 + inherit src; 17 + 18 + nativeBuildInputs = [ jdk11 perl gradle_5 ]; 19 + 20 + buildPhase = '' 21 + GRADLE_USER_HOME=$PWD gradle -Dorg.gradle.java.home=${jdk11} --no-daemon jar 22 + ''; 23 + 24 + # Mavenize dependency paths 25 + # e.g. org.codehaus.groovy/groovy/2.4.0/{hash}/groovy-2.4.0.jar -> org/codehaus/groovy/groovy/2.4.0/groovy-2.4.0.jar 26 + installPhase = '' 27 + find ./caches/modules-2 -type f -regex '.*\.\(jar\|pom\)' \ 28 + | perl -pe 's#(.*/([^/]+)/([^/]+)/([^/]+)/[0-9a-f]{30,40}/([^/\s]+))$# ($x = $2) =~ tr|\.|/|; "install -Dm444 $1 \$out/$x/$3/$4/$5" #e' \ 29 + | sh 30 + ''; 31 + 32 + outputHashAlgo = "sha256"; 33 + outputHashMode = "recursive"; 34 + outputHash = "0r7f6713m0whh5hlk1id7z9j5v9494r41sivn9fzl63q70kzz92g"; 35 + }; 36 + 37 + # Point to our local deps repo 38 + gradleInit = writeText "init.gradle" '' 39 + logger.lifecycle 'Replacing Maven repositories with ${deps}...' 40 + gradle.projectsLoaded { 41 + rootProject.allprojects { 42 + buildscript { 43 + repositories { 44 + clear() 45 + maven { url '${deps}' } 46 + } 47 + } 48 + repositories { 49 + clear() 50 + maven { url '${deps}' } 51 + } 52 + } 53 + } 54 + settingsEvaluated { settings -> 55 + settings.pluginManagement { 56 + repositories { 57 + maven { url '${deps}' } 58 + } 59 + } 60 + } 61 + ''; 62 + 63 + # downloaded from unicode.org and twemoji.maxcdn.com by code in freeplane/emoji.gradle 64 + # the below hash is for versions of freeplane that use twemoji 12.1.4, and emoji 12.1 65 + emoji = stdenv.mkDerivation rec { 66 + name = "${pname}-emoji"; 67 + inherit src; 68 + 69 + nativeBuildInputs = [ jdk11 gradle_5 ]; 70 + 71 + buildPhase = '' 72 + GRADLE_USER_HOME=$PWD gradle -Dorg.gradle.java.home=${jdk11} --no-daemon --offline --init-script ${gradleInit} emojiGraphicsClasses emojiListClasses 73 + ''; 74 + 75 + installPhase = '' 76 + mkdir -p $out/emoji/txt $out/resources/images 77 + cp freeplane/build/emoji/txt/emojilist.txt $out/emoji/txt 78 + cp -r freeplane/build/emoji/resources/images/emoji/. $out/resources/images/emoji 79 + ''; 80 + 81 + outputHashAlgo = "sha256"; 82 + outputHashMode = "recursive"; 83 + outputHash = "0zikbakbr2fhyv4h4h52ajhznjka0hg6hiqfy1528a39i6psipn3"; 84 + }; 85 + 86 + in stdenv.mkDerivation rec { 87 + inherit pname version src; 88 + 89 + buildInputs = [ makeWrapper ]; 90 + nativeBuildInputs = [ jdk11 gradle_5 ]; 91 + 92 + buildPhase = '' 93 + mkdir -p -- ./freeplane/build/emoji/{txt,resources/images} 94 + cp ${emoji}/emoji/txt/emojilist.txt ./freeplane/build/emoji/txt/emojilist.txt 95 + cp -r ${emoji}/resources/images/emoji ./freeplane/build/emoji/resources/images/emoji 96 + GRADLE_USER_HOME=$PWD gradle -Dorg.gradle.java.home=${jdk11} --no-daemon --offline --init-script ${gradleInit} -x test -x :freeplane:downloadEmoji build 97 + ''; 98 + 99 + installPhase = '' 100 + runHook preInstall 101 + mkdir -p $out/bin $out/share 102 + 103 + cp -a ./BIN/. $out/share/${pname} 104 + makeWrapper $out/share/${pname}/${pname}.sh $out/bin/${pname} \ 105 + --set FREEPLANE_BASE_DIR $out/share/${pname} \ 106 + --set JAVA_HOME ${jdk11} \ 107 + --prefix PATH : ${lib.makeBinPath [ jdk11 which ]} 108 + runHook postInstall 109 + ''; 110 + 111 + meta = with lib; { 112 + description = "Mind-mapping software"; 113 + homepage = "https://freeplane.org/"; 114 + license = licenses.gpl2Plus; 115 + platforms = platforms.linux; 116 + maintainers = with maintainers; [ chaduffy ]; 117 + }; 118 + }
+5 -27
pkgs/applications/misc/librecad/default.nix
··· 1 { lib 2 , boost 3 , fetchFromGitHub 4 - , fetchpatch 5 , installShellFiles 6 , mkDerivationWith 7 , muparser ··· 11 , qtsvg 12 , qttools 13 , runtimeShell 14 - , gcc8Stdenv 15 }: 16 17 - let 18 - stdenv = gcc8Stdenv; 19 - in 20 - 21 - # Doesn't build with gcc9 22 mkDerivationWith stdenv.mkDerivation rec { 23 pname = "librecad"; 24 - version = "2.2.0-rc1"; 25 26 src = fetchFromGitHub { 27 owner = "LibreCAD"; 28 repo = "LibreCAD"; 29 rev = version; 30 - sha256 = "0kwj838hqzbw95gl4x6scli9gj3gs72hdmrrkzwq5rjxam18k3f3"; 31 }; 32 33 - patches = [ 34 - ./fix_qt_5_11_build.patch 35 - ( 36 - fetchpatch { 37 - # Fix missing app name and icon on Wayland. 38 - url = "https://github.com/LibreCAD/LibreCAD/commit/a17f8281093403f0c7c36996232665ed21906688.patch"; 39 - sha256 = "1x46psh4bcx2hxck4l83ki43g1252vb033i2x94h4rpai9hww4d5"; 40 - } 41 - ) 42 - ]; 43 - 44 postPatch = '' 45 substituteInPlace scripts/postprocess-unix.sh \ 46 --replace /bin/sh ${runtimeShell} ··· 88 qttools 89 ]; 90 91 - enableParallelBuilding = true; 92 - 93 meta = with lib; { 94 description = "2D CAD package based on Qt"; 95 homepage = "https://librecad.org"; 96 - license = licenses.gpl2; 97 - maintainers = with maintainers; [ 98 - kiwi 99 - viric 100 - ]; 101 platforms = platforms.linux; 102 }; 103 }
··· 1 { lib 2 , boost 3 , fetchFromGitHub 4 , installShellFiles 5 , mkDerivationWith 6 , muparser ··· 10 , qtsvg 11 , qttools 12 , runtimeShell 13 + , stdenv 14 }: 15 16 mkDerivationWith stdenv.mkDerivation rec { 17 pname = "librecad"; 18 + version = "2.2.0-rc2"; 19 20 src = fetchFromGitHub { 21 owner = "LibreCAD"; 22 repo = "LibreCAD"; 23 rev = version; 24 + sha256 = "sha256-RNg7ioMriH4A7V65+4mh8NhsUHs/8IbTt38nVkYilCE="; 25 }; 26 27 postPatch = '' 28 substituteInPlace scripts/postprocess-unix.sh \ 29 --replace /bin/sh ${runtimeShell} ··· 71 qttools 72 ]; 73 74 meta = with lib; { 75 description = "2D CAD package based on Qt"; 76 homepage = "https://librecad.org"; 77 + license = licenses.gpl2Only; 78 + maintainers = with maintainers; [ kiwi viric ]; 79 platforms = platforms.linux; 80 }; 81 }
-36
pkgs/applications/misc/librecad/fix_qt_5_11_build.patch
··· 1 - diff --git a/librecad/src/ui/forms/qg_commandwidget.cpp b/librecad/src/ui/forms/qg_commandwidget.cpp 2 - index 835e47d..2c878e8 100644 3 - --- a/librecad/src/ui/forms/qg_commandwidget.cpp 4 - +++ b/librecad/src/ui/forms/qg_commandwidget.cpp 5 - @@ -27,6 +27,7 @@ 6 - 7 - #include <algorithm> 8 - 9 - +#include <QAction> 10 - #include <QKeyEvent> 11 - #include <QFileDialog> 12 - #include <QSettings> 13 - diff --git a/librecad/src/ui/generic/colorwizard.cpp b/librecad/src/ui/generic/colorwizard.cpp 14 - index 2beaceb..84068ad 100644 15 - --- a/librecad/src/ui/generic/colorwizard.cpp 16 - +++ b/librecad/src/ui/generic/colorwizard.cpp 17 - @@ -27,6 +27,7 @@ 18 - #include "colorwizard.h" 19 - #include "ui_colorwizard.h" 20 - 21 - +#include <QAction> 22 - #include <QColorDialog> 23 - #include <QLineEdit> 24 - #include <QListWidget> 25 - diff --git a/librecad/src/ui/generic/widgetcreator.cpp b/librecad/src/ui/generic/widgetcreator.cpp 26 - index 7c35144..0e394f2 100644 27 - --- a/librecad/src/ui/generic/widgetcreator.cpp 28 - +++ b/librecad/src/ui/generic/widgetcreator.cpp 29 - @@ -27,6 +27,7 @@ 30 - #include "widgetcreator.h" 31 - #include "ui_widgetcreator.h" 32 - 33 - +#include <QActionGroup> 34 - #include <QSettings> 35 - #include <QLineEdit> 36 - #include <QPushButton>
···
+52
pkgs/applications/misc/logseq/default.nix
···
··· 1 + { lib, stdenv, fetchurl, appimageTools, makeWrapper, electron }: 2 + 3 + stdenv.mkDerivation rec { 4 + pname = "logseq"; 5 + version = "0.0.13"; 6 + 7 + src = fetchurl { 8 + url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage"; 9 + sha256 = "0a7c33f7d5ylcy6lqkpxp78wwyi4n5q4jdy7b8nx7p34sn2jnpf7"; 10 + name = "${pname}-${version}.AppImage"; 11 + }; 12 + 13 + appimageContents = appimageTools.extract { 14 + name = "${pname}-${version}"; 15 + inherit src; 16 + }; 17 + 18 + dontUnpack = true; 19 + dontConfigure = true; 20 + dontBuild = true; 21 + 22 + nativeBuildInputs = [ makeWrapper ]; 23 + 24 + installPhase = '' 25 + runHook preInstall 26 + 27 + mkdir -p $out/bin $out/share/${pname} $out/share/applications 28 + cp -a ${appimageContents}/{locales,resources} $out/share/${pname} 29 + cp -a ${appimageContents}/Logseq.desktop $out/share/applications/${pname}.desktop 30 + 31 + substituteInPlace $out/share/applications/${pname}.desktop \ 32 + --replace Exec=Logseq Exec=${pname} \ 33 + --replace Icon=Logseq Icon=$out/share/${pname}/resources/app/icons/logseq.png 34 + 35 + runHook postInstall 36 + ''; 37 + 38 + postFixup = '' 39 + makeWrapper ${electron}/bin/electron $out/bin/${pname} \ 40 + --add-flags $out/share/${pname}/resources/app 41 + ''; 42 + 43 + passthru.updateScript = ./update.sh; 44 + 45 + meta = with lib; { 46 + description = "A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base"; 47 + homepage = "https://github.com/logseq/logseq"; 48 + license = licenses.agpl3Plus; 49 + maintainers = with maintainers; [ weihua ]; 50 + platforms = [ "x86_64-linux" ]; 51 + }; 52 + }
+5
pkgs/applications/misc/logseq/update.sh
···
··· 1 + #!/usr/bin/env nix-shell 2 + #!nix-shell -i bash -p curl jq common-updater-scripts 3 + 4 + version="$(curl -sL "https://api.github.com/repos/logseq/logseq/releases" | jq '.[0].tag_name' --raw-output)" 5 + update-source-version logseq "$version"
+3 -3
pkgs/applications/misc/surface-control/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "surface-control"; 5 - version = "0.3.1-1"; 6 7 src = fetchFromGitHub { 8 owner = "linux-surface"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "0wclzlix0a2naxbdg3wym7yw19p2wqpcjmkf7gn8cs00shrmzjld"; 12 }; 13 14 - cargoSha256 = "0vi26v9mvx298kx6k5g7h8dnn7r208an9knadc23vxcrrxjr6pn5"; 15 16 nativeBuildInputs = [ installShellFiles ]; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "surface-control"; 5 + version = "0.3.1-2"; 6 7 src = fetchFromGitHub { 8 owner = "linux-surface"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-SLJ4mwBafLGL5pneMTHLc4S4Tgds2xLqByWFH95TK1k="; 12 }; 13 14 + cargoSha256 = "sha256-a+4oOkO90TObfYnq9NZsWy5RmYFYN1BKvUKxpvjiJc8="; 15 16 nativeBuildInputs = [ installShellFiles ]; 17
+26
pkgs/applications/science/electronics/gnucap/default.nix
···
··· 1 + { lib, stdenv, fetchurl }: 2 + 3 + stdenv.mkDerivation rec { 4 + pname = "gnucap"; 5 + version = "20210107"; 6 + 7 + src = fetchurl { 8 + url = "https://git.savannah.gnu.org/cgit/gnucap.git/snapshot/${pname}-${version}.tar.gz"; 9 + sha256 = "12rlwd4mfc54qq1wrx5k8qk578xls5z4isf94ybkf2z6qxk4mhnj"; 10 + }; 11 + 12 + doCheck = true; 13 + 14 + meta = with lib; { 15 + description = "Gnu Circuit Analysis Package"; 16 + longDescription = '' 17 + Gnucap is a modern general purpose circuit simulator with several advantages over Spice derivatives. 18 + It performs nonlinear dc and transient analyses, fourier analysis, and ac analysis. 19 + ''; 20 + homepage = "http://www.gnucap.org/"; 21 + changelog = "https://git.savannah.gnu.org/cgit/gnucap.git/plain/NEWS?h=v${version}"; 22 + license = licenses.gpl3Plus; 23 + platforms = platforms.all; 24 + maintainers = [ maintainers.raboof ]; 25 + }; 26 + }
+5 -3
pkgs/applications/terminal-emulators/foot/default.nix
··· 21 }: 22 23 let 24 - version = "1.6.4"; 25 26 # build stimuli file for PGO build and the script to generate it 27 # independently of the foot's build, so we can cache the result 28 # and avoid unnecessary rebuilds as it can take relatively long 29 # to generate 30 stimulusGenerator = stdenv.mkDerivation { 31 pname = "foot-generate-alt-random-writes"; 32 inherit version; 33 34 src = fetchurl { 35 url = "https://codeberg.org/dnkl/foot/raw/tag/${version}/scripts/generate-alt-random-writes.py"; 36 - sha256 = "0pnc5nvqrbgx5618ylrkrs9fyxjh4jcsbryfk6vlnk8x4wyyaibz"; 37 }; 38 39 dontUnpack = true; ··· 87 88 src = fetchzip { 89 url = "https://codeberg.org/dnkl/${pname}/archive/${version}.tar.gz"; 90 - sha256 = "0awv53l3039s1rnkhdkzc0gwawlnd1m8cl4qhaijhxzzq68w0dfb"; 91 }; 92 93 nativeBuildInputs = [
··· 21 }: 22 23 let 24 + version = "1.7.0"; 25 26 # build stimuli file for PGO build and the script to generate it 27 # independently of the foot's build, so we can cache the result 28 # and avoid unnecessary rebuilds as it can take relatively long 29 # to generate 30 + # 31 + # For every bump, make sure that the hash is still accurate. 32 stimulusGenerator = stdenv.mkDerivation { 33 pname = "foot-generate-alt-random-writes"; 34 inherit version; 35 36 src = fetchurl { 37 url = "https://codeberg.org/dnkl/foot/raw/tag/${version}/scripts/generate-alt-random-writes.py"; 38 + sha256 = "019bdiqfi3wx2lwrv3nhq83knc1r3lmqd5zgisa33wwshm2kyv7p"; 39 }; 40 41 dontUnpack = true; ··· 89 90 src = fetchzip { 91 url = "https://codeberg.org/dnkl/${pname}/archive/${version}.tar.gz"; 92 + sha256 = "0w07fw7y31g891335ji3fm783r4dsk5py82qp0zx6z3rfr07paby"; 93 }; 94 95 nativeBuildInputs = [
+3 -3
pkgs/applications/video/makemkv/default.nix
··· 13 }: 14 15 let 16 - version = "1.15.4"; 17 # Using two URLs as the first one will break as soon as a new version is released 18 src_bin = fetchurl { 19 urls = [ 20 "http://www.makemkv.com/download/makemkv-bin-${version}.tar.gz" 21 "http://www.makemkv.com/download/old/makemkv-bin-${version}.tar.gz" 22 ]; 23 - hash = "sha256-Reun5hp7Rnsf6N5yL6iQ1Vbhnz/AKnt/jYRqyOK625o="; 24 }; 25 src_oss = fetchurl { 26 urls = [ 27 "http://www.makemkv.com/download/makemkv-oss-${version}.tar.gz" 28 "http://www.makemkv.com/download/old/makemkv-oss-${version}.tar.gz" 29 ]; 30 - hash = "sha256-gtBi1IRNF5ASk/ZdzkDmOuEIT9gazNaRNCftqbLEP+M="; 31 }; 32 in mkDerivation { 33 pname = "makemkv";
··· 13 }: 14 15 let 16 + version = "1.16.3"; 17 # Using two URLs as the first one will break as soon as a new version is released 18 src_bin = fetchurl { 19 urls = [ 20 "http://www.makemkv.com/download/makemkv-bin-${version}.tar.gz" 21 "http://www.makemkv.com/download/old/makemkv-bin-${version}.tar.gz" 22 ]; 23 + hash = "sha256-G2XceMwiFu4fWT4L3HJzDB/rD3eSX6ko6RdVw72QLzg="; 24 }; 25 src_oss = fetchurl { 26 urls = [ 27 "http://www.makemkv.com/download/makemkv-oss-${version}.tar.gz" 28 "http://www.makemkv.com/download/old/makemkv-oss-${version}.tar.gz" 29 ]; 30 + hash = "sha256-YUGozP9B6vmWQ4WxctSbezzu+0yLJXNKQk9TwnQF8F0="; 31 }; 32 in mkDerivation { 33 pname = "makemkv";
+36
pkgs/applications/video/mpv/scripts/thumbnail.nix
···
··· 1 + { fetchFromGitHub, lib, python3, stdenv }: 2 + 3 + stdenv.mkDerivation rec { 4 + pname = "mpv_thumbnail_script"; 5 + version = "unstable-2020-01-16"; 6 + 7 + src = fetchFromGitHub { 8 + owner = "theamm"; 9 + repo = pname; 10 + rev = "682becf5b5115c2a206b4f0bdee413d4be8b5bef"; 11 + sha256 = "0dgfrb8ypc5vlq35kzn423fm6l6348ivl85vb6j3ccc9a51xprw3"; 12 + }; 13 + 14 + nativeBuildInputs = [ python3 ]; 15 + 16 + postPatch = '' 17 + patchShebangs concat_files.py 18 + ''; 19 + 20 + installPhase = '' 21 + runHook preInstall 22 + mkdir -p $out/share/mpv/scripts 23 + cp mpv_thumbnail_script_{client_osc,server}.lua $out/share/mpv/scripts 24 + runHook postInstall 25 + ''; 26 + 27 + passthru.scriptName = "mpv_thumbnail_script_{client_osc,server}.lua"; 28 + 29 + meta = with lib; { 30 + description = "A lua script to show preview thumbnails in mpv's OSC seekbar"; 31 + homepage = "https://github.com/theamm/mpv_thumbnail_script"; 32 + license = licenses.gpl3Plus; 33 + platforms = platforms.all; 34 + maintainers = with maintainers; [ figsoda ]; 35 + }; 36 + }
+2 -2
pkgs/development/libraries/notcurses/default.nix
··· 3 multimediaSupport ? true 4 }: 5 let 6 - version = "2.1.5"; 7 in 8 stdenv.mkDerivation { 9 pname = "notcurses"; ··· 24 owner = "dankamongmen"; 25 repo = "notcurses"; 26 rev = "v${version}"; 27 - sha256 = "02x9a0z7mbgry2wsfai1l3jwb2zpcg4gq6a2w5d920ap2fixzy8b"; 28 }; 29 30 meta = {
··· 3 multimediaSupport ? true 4 }: 5 let 6 + version = "2.2.2"; 7 in 8 stdenv.mkDerivation { 9 pname = "notcurses"; ··· 24 owner = "dankamongmen"; 25 repo = "notcurses"; 26 rev = "v${version}"; 27 + sha256 = "sha256-PzSstz5jODWbMLSClm3yZSHJKMXuDfxwj/h9Qo6kAVg="; 28 }; 29 30 meta = {
+15 -3
pkgs/development/libraries/qtstyleplugins/default.nix
··· 1 - { lib, mkDerivation, fetchFromGitHub, qmake, pkg-config, gtk2 }: 2 3 mkDerivation { 4 - name = "qtstyleplugins-2017-03-11"; 5 6 src = fetchFromGitHub { 7 owner = "qt"; ··· 10 sha256 = "085wyn85nrmzr8nv5zv7fi2kqf8rp1gnd30h72s30j55xvhmxvmy"; 11 }; 12 13 - patches = [ ./fix-build-against-Qt-5.15.patch ]; 14 15 nativeBuildInputs = [ pkg-config qmake ]; 16 buildInputs = [ gtk2 ];
··· 1 + { lib, mkDerivation, fetchFromGitHub, fetchpatch, qmake, pkg-config, gtk2 }: 2 3 mkDerivation { 4 + pname = "qtstyleplugins"; 5 + version = "unstable-2017-03-11"; 6 7 src = fetchFromGitHub { 8 owner = "qt"; ··· 11 sha256 = "085wyn85nrmzr8nv5zv7fi2kqf8rp1gnd30h72s30j55xvhmxvmy"; 12 }; 13 14 + patches = [ 15 + (fetchpatch rec { 16 + name = "0001-fix-build-against-Qt-5.15.patch"; 17 + url = "https://aur.archlinux.org/cgit/aur.git/plain/${name}?h=qt5-styleplugins"; 18 + sha256 = "j0CgfutqFawy11IqFnlrkfMsMD01NjX/MkfVEVxj1QM="; 19 + }) 20 + (fetchpatch rec { 21 + name = "0002-fix-gtk2-background.patch"; 22 + url = "https://aur.archlinux.org/cgit/aur.git/plain/${name}?h=qt5-styleplugins"; 23 + sha256 = "qUOkNckrSUEzXY1PUZKfbiCjhNyB5ZBw2IN/j32GKM4="; 24 + }) 25 + ]; 26 27 nativeBuildInputs = [ pkg-config qmake ]; 28 buildInputs = [ gtk2 ];
-44
pkgs/development/libraries/qtstyleplugins/fix-build-against-Qt-5.15.patch
··· 1 - From 335dbece103e2cbf6c7cf819ab6672c2956b17b3 Mon Sep 17 00:00:00 2001 2 - From: Fabian Vogt <fvogt@suse.de> 3 - Date: Thu, 28 May 2020 12:35:42 +0200 4 - Subject: [PATCH] fix build against Qt 5.15 5 - 6 - With 0a93db4d82c051164923a10e4382b12de9049b45 ("Unify application 7 - palette handling between QGuiApplication and QApplication") 8 - QApplicationPrivate::setSystemPalette is no longer used and necessary. 9 - --- 10 - src/plugins/styles/gtk2/qgtkstyle.cpp | 2 ++ 11 - src/plugins/styles/gtk2/qgtkstyle_p.cpp | 2 ++ 12 - 2 files changed, 4 insertions(+) 13 - 14 - diff --git a/src/plugins/styles/gtk2/qgtkstyle.cpp b/src/plugins/styles/gtk2/qgtkstyle.cpp 15 - index 36169c9..2544593 100644 16 - --- a/src/plugins/styles/gtk2/qgtkstyle.cpp 17 - +++ b/src/plugins/styles/gtk2/qgtkstyle.cpp 18 - @@ -440,7 +440,9 @@ void QGtkStyle::polish(QApplication *app) 19 - // not supported as these should be entirely determined by 20 - // current Gtk settings 21 - if (app->desktopSettingsAware() && d->isThemeAvailable()) { 22 - +#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) 23 - QApplicationPrivate::setSystemPalette(standardPalette()); 24 - +#endif 25 - QApplicationPrivate::setSystemFont(d->getThemeFont()); 26 - d->applyCustomPaletteHash(); 27 - if (!d->isKDE4Session()) 28 - diff --git a/src/plugins/styles/gtk2/qgtkstyle_p.cpp b/src/plugins/styles/gtk2/qgtkstyle_p.cpp 29 - index e57b3d8..e71beb0 100644 30 - --- a/src/plugins/styles/gtk2/qgtkstyle_p.cpp 31 - +++ b/src/plugins/styles/gtk2/qgtkstyle_p.cpp 32 - @@ -508,7 +508,9 @@ void QGtkStyleUpdateScheduler::updateTheme() 33 - if (oldTheme != QGtkStylePrivate::getThemeName()) { 34 - oldTheme = QGtkStylePrivate::getThemeName(); 35 - QPalette newPalette = qApp->style()->standardPalette(); 36 - +#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) 37 - QApplicationPrivate::setSystemPalette(newPalette); 38 - +#endif 39 - QApplication::setPalette(newPalette); 40 - if (!QGtkStylePrivate::instances.isEmpty()) { 41 - QGtkStylePrivate::instances.last()->initGtkWidgets(); 42 - -- 43 - 2.26.2 44 -
···
+51
pkgs/development/python-modules/aionotion/default.nix
···
··· 1 + { lib 2 + , aiohttp 3 + , aresponses 4 + , buildPythonPackage 5 + , fetchFromGitHub 6 + , poetry-core 7 + , pytest-aiohttp 8 + , pytest-asyncio 9 + , pytest-cov 10 + , pytestCheckHook 11 + , pythonOlder 12 + }: 13 + 14 + buildPythonPackage rec { 15 + pname = "aionotion"; 16 + version = "3.0.1"; 17 + format = "pyproject"; 18 + disabled = pythonOlder "3.6"; 19 + 20 + src = fetchFromGitHub { 21 + owner = "bachya"; 22 + repo = pname; 23 + rev = version; 24 + sha256 = "1ydrazg7gcwf53006n1fvxh9zm77by6zi36haq1bmy5skqccyiki"; 25 + }; 26 + 27 + nativeBuildInputs = [ poetry-core ]; 28 + 29 + propagatedBuildInputs = [ 30 + aiohttp 31 + ]; 32 + 33 + checkInputs = [ 34 + aresponses 35 + pytest-aiohttp 36 + pytest-asyncio 37 + pytest-cov 38 + pytestCheckHook 39 + ]; 40 + 41 + disabledTestPaths = [ "examples" ]; 42 + 43 + pythonImportsCheck = [ "aionotion" ]; 44 + 45 + meta = with lib; { 46 + description = "Python library for Notion Home Monitoring"; 47 + homepage = "https://github.com/bachya/aionotion"; 48 + license = with licenses; [ mit ]; 49 + maintainers = with maintainers; [ fab ]; 50 + }; 51 + }
+2 -3
pkgs/development/python-modules/ckcc-protocol/default.nix
··· 4 , ecdsa 5 , hidapi 6 , fetchPypi 7 - , pytest 8 , pyaes 9 , pythonOlder 10 }: 11 12 buildPythonPackage rec { 13 pname = "ckcc-protocol"; 14 - version = "1.0.3"; 15 disabled = pythonOlder "3.6"; 16 17 src = fetchPypi { 18 inherit pname version; 19 - sha256 = "d83a77d94e9563c3fb0e982d847ec88ba6ac45e3e008e5e53729c0b9800097fc"; 20 }; 21 22 propagatedBuildInputs = [ click ecdsa hidapi pyaes ];
··· 4 , ecdsa 5 , hidapi 6 , fetchPypi 7 , pyaes 8 , pythonOlder 9 }: 10 11 buildPythonPackage rec { 12 pname = "ckcc-protocol"; 13 + version = "1.1.0"; 14 disabled = pythonOlder "3.6"; 15 16 src = fetchPypi { 17 inherit pname version; 18 + sha256 = "b660225ac06fc06ad17b33ece428126eef785388450e14313f72d25d4082c5ab"; 19 }; 20 21 propagatedBuildInputs = [ click ecdsa hidapi pyaes ];
+36
pkgs/development/python-modules/cmigemo/default.nix
···
··· 1 + { lib, buildPythonPackage, fetchPypi, six, cmigemo, pytestCheckHook }: 2 + 3 + buildPythonPackage rec { 4 + pname = "cmigemo"; 5 + version = "0.1.6"; 6 + 7 + src = fetchPypi { 8 + inherit pname version; 9 + sha256 = "09j68kvcskav2cqb7pj12caksmj4wh2lhjp0csq00xpn0wqal4vk"; 10 + }; 11 + 12 + propagatedBuildInputs = [ six ]; 13 + 14 + preConfigure = '' 15 + export LDFLAGS="-L${cmigemo}/lib" 16 + export CPPFLAGS="-I${cmigemo}/include" 17 + export LD_LIBRARY_PATH="${cmigemo}/lib" 18 + ''; 19 + 20 + postPatch = '' 21 + sed -i 's~dict_path_base = "/usr/share/cmigemo"~dict_path_base = "/${cmigemo}/share/migemo"~g' test/test_cmigemo.py 22 + ''; 23 + 24 + checkInputs = [ pytestCheckHook ]; 25 + 26 + pytestFlagsArray = [ "test/" ]; 27 + 28 + pythonImportsCheck = [ "cmigemo" ]; 29 + 30 + meta = with lib; { 31 + homepage = "https://github.com/mooz/python-cmigemo"; 32 + description = "A pure python binding for C/Migemo"; 33 + license = licenses.mit; 34 + maintainers = with maintainers; [ illustris ]; 35 + }; 36 + }
+19 -5
pkgs/development/python-modules/cssutils/default.nix
··· 1 { lib 2 , buildPythonPackage 3 - , isPy27 4 , fetchPypi 5 , mock 6 , pytestCheckHook 7 }: 8 9 buildPythonPackage rec { 10 pname = "cssutils"; 11 - version = "2.0.0"; 12 13 - disabled = isPy27; 14 15 src = fetchPypi { 16 inherit pname version; 17 - sha256 = "984b5dbe3a2a0483d7cb131609a17f4cbaa34dda306c419924858a88588fed7c"; 18 }; 19 20 checkInputs = [ 21 mock 22 pytestCheckHook 23 ]; 24 25 disabledTests = [ 26 - "test_parseUrl" # accesses network 27 ]; 28 29 pythonImportsCheck = [ "cssutils" ];
··· 1 { lib 2 , buildPythonPackage 3 + , pythonOlder 4 , fetchPypi 5 + , setuptools-scm 6 + , toml 7 + , importlib-metadata 8 , mock 9 , pytestCheckHook 10 }: 11 12 buildPythonPackage rec { 13 pname = "cssutils"; 14 + version = "2.2.0"; 15 16 + disabled = pythonOlder "3.6"; 17 18 src = fetchPypi { 19 inherit pname version; 20 + sha256 = "5bef59f6b59bdccbea8e36cb292d2be1b6be1b485fc4a9f5886616f19eb31aaf"; 21 }; 22 23 + nativeBuildInputs = [ 24 + setuptools-scm 25 + toml 26 + ]; 27 + 28 + propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [ 29 + importlib-metadata 30 + ]; 31 + 32 checkInputs = [ 33 mock 34 pytestCheckHook 35 ]; 36 37 disabledTests = [ 38 + # access network 39 + "test_parseUrl" 40 + "encutils" 41 ]; 42 43 pythonImportsCheck = [ "cssutils" ];
+20 -2
pkgs/development/python-modules/digi-xbee/default.nix
··· 2 3 buildPythonPackage rec { 4 pname = "digi-xbee"; 5 - version = "1.3.0"; 6 disabled = isPy27; 7 8 src = fetchPypi { 9 inherit pname version; 10 - sha256 = "2ed798faee0853bf7ae9ca5aa4bdcbab496e3c2d56c9f0719a8e3e0d13270891"; 11 }; 12 13 propagatedBuildInputs = [ pyserial srp ]; 14 15 # Upstream doesn't contain unit tests, only functional tests which require specific hardware 16 doCheck = false; 17 18 meta = with lib; { 19 description = "Python library to interact with Digi International's XBee radio frequency modules";
··· 2 3 buildPythonPackage rec { 4 pname = "digi-xbee"; 5 + version = "1.4.0"; 6 disabled = isPy27; 7 8 src = fetchPypi { 9 inherit pname version; 10 + sha256 = "664737d1aab453ea40b9745f1ee1e88920acff1cce2e07c42e7f5aa64a16e6aa"; 11 }; 12 13 propagatedBuildInputs = [ pyserial srp ]; 14 15 # Upstream doesn't contain unit tests, only functional tests which require specific hardware 16 doCheck = false; 17 + 18 + pythonImportsCheck = [ 19 + "digi.xbee.models" 20 + "digi.xbee.packets" 21 + "digi.xbee.util" 22 + "digi.xbee.comm_interface" 23 + "digi.xbee.devices" 24 + "digi.xbee.exception" 25 + "digi.xbee.filesystem" 26 + "digi.xbee.firmware" 27 + "digi.xbee.io" 28 + "digi.xbee.profile" 29 + "digi.xbee.reader" 30 + "digi.xbee.recovery" 31 + "digi.xbee.sender" 32 + "digi.xbee.serial" 33 + "digi.xbee.xsocket" 34 + ]; 35 36 meta = with lib; { 37 description = "Python library to interact with Digi International's XBee radio frequency modules";
+36
pkgs/development/python-modules/django-cacheops/default.nix
···
··· 1 + { buildPythonPackage 2 + , fetchPypi 3 + , lib 4 + , django 5 + , funcy 6 + , redis 7 + , six 8 + }: 9 + 10 + buildPythonPackage rec { 11 + pname = "django-cacheops"; 12 + version = "5.1"; 13 + 14 + src = fetchPypi { 15 + inherit pname version; 16 + sha256 = "sha256-1YUc178whzhKH87PqN3bj1UDDu39b98SciW3W8oPmd0="; 17 + }; 18 + 19 + propagatedBuildInputs = [ 20 + django 21 + funcy 22 + redis 23 + six 24 + ]; 25 + 26 + # tests need a redis server 27 + # pythonImportsCheck not possible since DJANGO_SETTINGS_MODULE needs to be set 28 + doCheck = false; 29 + 30 + meta = with lib; { 31 + description = "A slick ORM cache with automatic granular event-driven invalidation for Django"; 32 + homepage = "https://github.com/Suor/django-cacheops"; 33 + license = licenses.bsd3; 34 + maintainers = with maintainers; [ petabyteboy ]; 35 + }; 36 + }
+2 -2
pkgs/development/python-modules/ftputil/default.nix
··· 1 { stdenv, lib, buildPythonPackage, fetchPypi, pythonOlder, pytest, freezegun }: 2 3 buildPythonPackage rec { 4 - version = "5.0.0"; 5 pname = "ftputil"; 6 disabled = pythonOlder "3.6"; 7 8 src = fetchPypi { 9 inherit pname version; 10 - sha256 = "0dc82fa0a8ea385e8222b72bedb1ec31caac07822b6a1a9139adc98b0b051d06"; 11 }; 12 13 checkInputs = [ pytest freezegun ];
··· 1 { stdenv, lib, buildPythonPackage, fetchPypi, pythonOlder, pytest, freezegun }: 2 3 buildPythonPackage rec { 4 + version = "5.0.1"; 5 pname = "ftputil"; 6 disabled = pythonOlder "3.6"; 7 8 src = fetchPypi { 9 inherit pname version; 10 + sha256 = "394997ccb3cd4825c6e22b5e349c62cf5016c35db4d60940f3513db66d205561"; 11 }; 12 13 checkInputs = [ pytest freezegun ];
+2 -2
pkgs/development/python-modules/glances-api/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "glances-api"; 10 - version = "0.2.0"; 11 12 src = fetchFromGitHub { 13 owner = "home-assistant-ecosystem"; 14 repo = "python-glances-api"; 15 rev = version; 16 - sha256 = "0rgv77n0lvr7d3vk4qc8svipxafmm6s4lfxrl976hsygrhaqidch"; 17 }; 18 19 propagatedBuildInputs = [
··· 7 8 buildPythonPackage rec { 9 pname = "glances-api"; 10 + version = "0.2.1"; 11 12 src = fetchFromGitHub { 13 owner = "home-assistant-ecosystem"; 14 repo = "python-glances-api"; 15 rev = version; 16 + sha256 = "sha256-mbkZZg2fmus4kOXFxHE/UV/nxemFAsoEZu8IUa7SPsg="; 17 }; 18 19 propagatedBuildInputs = [
+38
pkgs/development/python-modules/jupyter-packaging/default.nix
···
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchPypi 4 + , pythonOlder 5 + , packaging 6 + , pytestCheckHook 7 + }: 8 + 9 + buildPythonPackage rec { 10 + pname = "jupyter-packaging"; 11 + version = "0.7.12"; 12 + disabled = pythonOlder "3.7"; 13 + 14 + src = fetchPypi { 15 + inherit pname version; 16 + sha256 = "sha256-sUAyV3GIGn33t/LRSZe2GQY/51rnVrkCWFLkNGAAu7g="; 17 + }; 18 + 19 + propagatedBuildInputs = [ packaging ]; 20 + 21 + checkInputs = [ pytestCheckHook ]; 22 + 23 + preCheck = '' 24 + export HOME=$(mktemp -d) 25 + ''; 26 + 27 + # disable tests depending on network connection 28 + disabledTests = [ "test_develop" "test_install" ]; 29 + 30 + pythonImportsCheck = [ "jupyter_packaging" ]; 31 + 32 + meta = with lib; { 33 + description = "Jupyter Packaging Utilities"; 34 + homepage = "https://github.com/jupyter/jupyter-packaging"; 35 + license = licenses.bsd3; 36 + maintainers = [ maintainers.elohmeier ]; 37 + }; 38 + }
+75
pkgs/development/python-modules/jupyter_server/default.nix
···
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchPypi 4 + , pythonOlder 5 + , pytestCheckHook 6 + , pytest-tornasync 7 + , jinja2 8 + , tornado 9 + , pyzmq 10 + , ipython_genutils 11 + , traitlets 12 + , jupyter_core 13 + , jupyter_client 14 + , nbformat 15 + , nbconvert 16 + , send2trash 17 + , terminado 18 + , prometheus_client 19 + , anyio 20 + , requests 21 + }: 22 + 23 + buildPythonPackage rec { 24 + pname = "jupyter_server"; 25 + version = "1.4.1"; 26 + disabled = pythonOlder "3.6"; 27 + 28 + src = fetchPypi { 29 + inherit pname version; 30 + sha256 = "sha256-sBJvI39nlTPuxGJEz8ZtYeOh+OwPrS1HNS+hnT51Tkc="; 31 + }; 32 + 33 + postPatch = '' 34 + substituteInPlace setup.py \ 35 + --replace "anyio>=2.0.2" "anyio" 36 + ''; 37 + 38 + propagatedBuildInputs = [ 39 + jinja2 40 + tornado 41 + pyzmq 42 + ipython_genutils 43 + traitlets 44 + jupyter_core 45 + jupyter_client 46 + nbformat 47 + nbconvert 48 + send2trash 49 + terminado 50 + prometheus_client 51 + anyio 52 + ]; 53 + 54 + checkInputs = [ 55 + pytestCheckHook 56 + pytest-tornasync 57 + requests 58 + ]; 59 + 60 + preCheck = '' 61 + export HOME=$(mktemp -d) 62 + ''; 63 + 64 + pytestFlagsArray = [ "jupyter_server/tests/" ]; 65 + 66 + # disabled failing tests 67 + disabledTests = [ "test_server_extension_list" "test_list_formats" "test_base_url" ]; 68 + 69 + meta = with lib; { 70 + description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications."; 71 + homepage = "https://github.com/jupyter-server/jupyter_server"; 72 + license = licenses.bsdOriginal; 73 + maintainers = [ maintainers.elohmeier ]; 74 + }; 75 + }
+5 -3
pkgs/development/python-modules/jupyterlab/default.nix
··· 4 , jupyterlab_server 5 , notebook 6 , pythonOlder 7 }: 8 9 buildPythonPackage rec { 10 pname = "jupyterlab"; 11 - version = "2.2.9"; 12 disabled = pythonOlder "3.5"; 13 14 src = fetchPypi { 15 inherit pname version; 16 - sha256 = "3be8f8edea173753dd838c1b6d3bbcb6f5c801121f824a477025c1b6a1d33dc6"; 17 }; 18 19 - propagatedBuildInputs = [ jupyterlab_server notebook ]; 20 21 makeWrapperArgs = [ 22 "--set" "JUPYTERLAB_DIR" "$out/share/jupyter/lab"
··· 4 , jupyterlab_server 5 , notebook 6 , pythonOlder 7 + , jupyter-packaging 8 + , nbclassic 9 }: 10 11 buildPythonPackage rec { 12 pname = "jupyterlab"; 13 + version = "3.0.11"; 14 disabled = pythonOlder "3.5"; 15 16 src = fetchPypi { 17 inherit pname version; 18 + sha256 = "sha256-zkz08xFjzlGu0BPAGoV8BdQ6k8Ru1pAWbkhkT255R94="; 19 }; 20 21 + propagatedBuildInputs = [ jupyterlab_server notebook jupyter-packaging nbclassic ]; 22 23 makeWrapperArgs = [ 24 "--set" "JUPYTERLAB_DIR" "$out/share/jupyter/lab"
+23 -12
pkgs/development/python-modules/jupyterlab_server/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 - , notebook 5 , jsonschema 6 , pythonOlder 7 , requests 8 - , pytest 9 , pyjson5 10 }: 11 12 buildPythonPackage rec { 13 pname = "jupyterlab_server"; 14 - version = "1.2.0"; 15 disabled = pythonOlder "3.5"; 16 17 src = fetchPypi { 18 inherit pname version; 19 - sha256 = "5431d9dde96659364b7cc877693d5d21e7b80cea7ae3959ecc2b87518e5f5d8c"; 20 }; 21 22 - checkInputs = [ requests pytest ]; 23 - propagatedBuildInputs = [ notebook jsonschema pyjson5 ]; 24 25 - # test_listing test fails 26 - # this is a new package and not all tests pass 27 - doCheck = false; 28 29 - checkPhase = '' 30 - pytest 31 - ''; 32 33 meta = with lib; { 34 description = "JupyterLab Server";
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 , jsonschema 5 , pythonOlder 6 , requests 7 + , pytestCheckHook 8 , pyjson5 9 + , Babel 10 + , jupyter_server 11 + , pytest-tornasync 12 + , pytestcov 13 + , strict-rfc3339 14 }: 15 16 buildPythonPackage rec { 17 pname = "jupyterlab_server"; 18 + version = "2.3.0"; 19 disabled = pythonOlder "3.5"; 20 21 src = fetchPypi { 22 inherit pname version; 23 + sha256 = "sha256-56AkWqPeI6GAPeLv9AHkykWUU42fWYBhNPMEGabYtqM="; 24 }; 25 26 + propagatedBuildInputs = [ requests jsonschema pyjson5 Babel jupyter_server ]; 27 28 + checkInputs = [ 29 + pytestCheckHook 30 + pytest-tornasync 31 + pytestcov 32 + strict-rfc3339 33 + ]; 34 35 + disabledTests = [ 36 + "test_get_locale" 37 + "test_get_installed_language_pack_locales_passes" 38 + "test_get_installed_package_locales" 39 + "test_get_installed_packages_locale" 40 + "test_get_language_packs" 41 + "test_get_language_pack" 42 + ]; 43 44 meta = with lib; { 45 description = "JupyterLab Server";
+5 -3
pkgs/development/python-modules/luftdaten/default.nix
··· 2 3 buildPythonPackage rec { 4 pname = "luftdaten"; 5 - version = "0.6.4"; 6 7 disabled = !isPy3k; 8 9 src = fetchPypi { 10 inherit pname version; 11 - sha256 = "1w1f0kmiwslg1dxn7gq0ak8f5wajlwl03r5zklshjc11j34b4d5i"; 12 }; 13 14 propagatedBuildInputs = [ aiohttp async-timeout ]; ··· 16 # No tests implemented 17 doCheck = false; 18 19 meta = with lib; { 20 description = "Python API for interacting with luftdaten.info"; 21 - homepage = "https://github.com/fabaff/python-luftdaten"; 22 license = licenses.mit; 23 maintainers = with maintainers; [ dotlambda ]; 24 };
··· 2 3 buildPythonPackage rec { 4 pname = "luftdaten"; 5 + version = "0.6.5"; 6 7 disabled = !isPy3k; 8 9 src = fetchPypi { 10 inherit pname version; 11 + sha256 = "sha256-5SFb+psULyg9UKVY3oJPNLF3TGS/W+Bxoj79iTzReL4="; 12 }; 13 14 propagatedBuildInputs = [ aiohttp async-timeout ]; ··· 16 # No tests implemented 17 doCheck = false; 18 19 + pythonImportsCheck = [ "luftdaten" ]; 20 + 21 meta = with lib; { 22 description = "Python API for interacting with luftdaten.info"; 23 + homepage = "https://github.com/home-assistant-ecosystem/python-luftdaten"; 24 license = licenses.mit; 25 maintainers = with maintainers; [ dotlambda ]; 26 };
+2 -2
pkgs/development/python-modules/mat2/default.nix
··· 21 22 buildPythonPackage rec { 23 pname = "mat2"; 24 - version = "0.12.0"; 25 26 disabled = pythonOlder "3.5"; 27 ··· 30 owner = "jvoisin"; 31 repo = "mat2"; 32 rev = version; 33 - sha256 = "0amxwwmcf47dakfm6zvsksv6ja7rz7dpmd1z2rsspy8yds6zgxs7"; 34 }; 35 36 patches = [
··· 21 22 buildPythonPackage rec { 23 pname = "mat2"; 24 + version = "0.12.1"; 25 26 disabled = pythonOlder "3.5"; 27 ··· 30 owner = "jvoisin"; 31 repo = "mat2"; 32 rev = version; 33 + sha256 = "sha256-TxHelOr7ygp4R+dW+oJ034l2w9zrB4gn0QLs5Pa4EFE="; 34 }; 35 36 patches = [
+26
pkgs/development/python-modules/mplfinance/default.nix
···
··· 1 + { lib, buildPythonPackage, fetchPypi, matplotlib, pandas }: 2 + 3 + buildPythonPackage rec { 4 + pname = "mplfinance"; 5 + version = "0.12.7a7"; 6 + 7 + src = fetchPypi { 8 + inherit pname version; 9 + sha256 = "sha256-pATiprTELt8GrEkeKjILPfpdNDVoex5t+Mc+6Gg7cPY="; 10 + }; 11 + 12 + propagatedBuildInputs = [ matplotlib pandas ]; 13 + 14 + # tests are only included on GitHub where this version misses a tag 15 + # and half of them fail 16 + doCheck = false; 17 + 18 + pythonImportsCheck = [ "mplfinance" ]; 19 + 20 + meta = with lib; { 21 + description = "Matplotlib utilities for the visualization, and visual analysis, of financial data"; 22 + homepage = "https://github.com/matplotlib/mplfinance"; 23 + license = [ licenses.bsd3 ]; 24 + maintainers = [ maintainers.ehmry ]; 25 + }; 26 + }
+37
pkgs/development/python-modules/nbclassic/default.nix
···
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchFromGitHub 4 + , notebook 5 + , pythonOlder 6 + , jupyter_server 7 + , pytestCheckHook 8 + , pytest-tornasync 9 + }: 10 + 11 + buildPythonPackage rec { 12 + pname = "nbclassic"; 13 + version = "0.2.6"; 14 + disabled = pythonOlder "3.5"; 15 + 16 + # tests only on github 17 + src = fetchFromGitHub { 18 + owner = "jupyterlab"; 19 + repo = pname; 20 + rev = version; 21 + sha256 = "sha256-stp0LZJAOCrnObvJIPEVt8mMb8yL29nlHECypbTg3ec="; 22 + }; 23 + 24 + propagatedBuildInputs = [ jupyter_server notebook ]; 25 + 26 + checkInputs = [ 27 + pytestCheckHook 28 + pytest-tornasync 29 + ]; 30 + 31 + meta = with lib; { 32 + description = "Jupyter lab environment notebook server extension."; 33 + license = with licenses; [ bsd3 ]; 34 + homepage = "https://github.com/jupyterlab/nbclassic"; 35 + maintainers = [ maintainers.elohmeier ]; 36 + }; 37 + }
+2 -2
pkgs/development/python-modules/netdata/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "netdata"; 10 - version = "0.2.0"; 11 12 src = fetchPypi { 13 inherit pname version; 14 - sha256 = "14kyjp1q3clizs1bqx4rp31d2awjmi5v65z8sarr2ycgwqqmkrzw"; 15 }; 16 17 propagatedBuildInputs = [
··· 7 8 buildPythonPackage rec { 9 pname = "netdata"; 10 + version = "0.2.1"; 11 12 src = fetchPypi { 13 inherit pname version; 14 + sha256 = "sha256-oGOT4RvftI/2Ri2icM/AtglNZXt10jkFh/rlr6A46YE="; 15 }; 16 17 propagatedBuildInputs = [
+13 -3
pkgs/development/python-modules/nvchecker/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchFromGitHub 4 , pythonOlder 5 , pytestCheckHook 6 , setuptools 7 , toml 8 , structlog 9 , appdirs ··· 19 20 buildPythonPackage rec { 21 pname = "nvchecker"; 22 - version = "2.2"; 23 24 # Tests not included in PyPI tarball 25 src = fetchFromGitHub { 26 owner = "lilydjwg"; 27 repo = pname; 28 rev = "v${version}"; 29 - sha256 = "0b17pikqyxcsid69lwnjl44n8z46ydjmxxdnbzasfdl7r83l7ijr"; 30 }; 31 32 nativeBuildInputs = [ installShellFiles docutils ]; 33 - propagatedBuildInputs = [ setuptools toml structlog appdirs tornado pycurl aiohttp ]; 34 checkInputs = [ pytestCheckHook pytest-asyncio flaky pytest-httpbin ]; 35 36 disabled = pythonOlder "3.7";
··· 1 { lib 2 , buildPythonPackage 3 , fetchFromGitHub 4 + , fetchpatch 5 , pythonOlder 6 , pytestCheckHook 7 , setuptools 8 + , packaging 9 , toml 10 , structlog 11 , appdirs ··· 21 22 buildPythonPackage rec { 23 pname = "nvchecker"; 24 + version = "2.3"; 25 26 # Tests not included in PyPI tarball 27 src = fetchFromGitHub { 28 owner = "lilydjwg"; 29 repo = pname; 30 rev = "v${version}"; 31 + sha256 = "0ikqjlw6v7va69i8qskj1lf07ik84q4n3qgsb7khk520gv2ks3sx"; 32 }; 33 34 + patches = [ 35 + # Fix test that fail in sandbox build. See https://github.com/lilydjwg/nvchecker/pull/179 36 + (fetchpatch { 37 + url = "https://github.com/lilydjwg/nvchecker/commit/7366d82bfc3dcf231f7908e259bf2437cf7dafd5.patch"; 38 + sha256 = "0pwrwa2wyy4i668lk2mqzzy6y3xi08mq3w520b4954kfm07g75a9"; 39 + }) 40 + ]; 41 + 42 nativeBuildInputs = [ installShellFiles docutils ]; 43 + propagatedBuildInputs = [ setuptools packaging toml structlog appdirs tornado pycurl aiohttp ]; 44 checkInputs = [ pytestCheckHook pytest-asyncio flaky pytest-httpbin ]; 45 46 disabled = pythonOlder "3.7";
+2 -2
pkgs/development/python-modules/opensensemap-api/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "opensensemap-api"; 10 - version = "0.1.5"; 11 12 src = fetchPypi { 13 inherit pname version; 14 - sha256 = "1f3iqwl8ynvrkdd961v2hjsbldwbr217pv5pay2m5f0m974bhblx"; 15 }; 16 17 propagatedBuildInputs = [
··· 7 8 buildPythonPackage rec { 9 pname = "opensensemap-api"; 10 + version = "0.1.6"; 11 12 src = fetchPypi { 13 inherit pname version; 14 + sha256 = "sha256-e60aVIoKFqo++WJHUYGutugkjB8YgyNQgJbILgAyOOY="; 15 }; 16 17 propagatedBuildInputs = [
+22
pkgs/development/python-modules/packageurl-python/default.nix
···
··· 1 + { buildPythonPackage, fetchPypi, lib, pytestCheckHook }: 2 + 3 + buildPythonPackage rec { 4 + pname = "packageurl-python"; 5 + version = "0.9.4"; 6 + 7 + src = fetchPypi { 8 + inherit pname version; 9 + sha256 = "0mpvj8imsaqhrgfq1cxx16flc5201y78kqa7bh2i5zxsc29843mx"; 10 + }; 11 + 12 + checkInputs = [ pytestCheckHook ]; 13 + 14 + pythonImportsCheck = [ "packageurl" ]; 15 + 16 + meta = with lib; { 17 + description = "Python parser and builder for package URLs"; 18 + homepage = "https://github.com/package-url/packageurl-python"; 19 + license = licenses.mit; 20 + maintainers = with maintainers; [ armijnhemel ]; 21 + }; 22 + }
+12 -11
pkgs/development/python-modules/percol/default.nix
··· 1 - { lib, buildPythonPackage, fetchPypi, isPy3k 2 - , six 3 - }: 4 5 buildPythonPackage rec { 6 pname = "percol"; 7 - version = "0.2.1"; 8 - disabled = isPy3k; 9 10 - src = fetchPypi { 11 - inherit pname version; 12 - sha256 = "7a649c6fae61635519d12a6bcacc742241aad1bff3230baef2cedd693ed9cfe8"; 13 }; 14 15 - propagatedBuildInputs = [ six ]; 16 17 meta = with lib; { 18 homepage = "https://github.com/mooz/percol"; 19 description = "Adds flavor of interactive filtering to the traditional pipe concept of shell"; 20 license = licenses.mit; 21 maintainers = with maintainers; [ koral ]; 22 - broken = true; # missing cmigemo package which is missing libmigemo.so 23 - # also doesn't support python3 24 }; 25 }
··· 1 + { lib, buildPythonPackage, fetchFromGitHub, cmigemo }: 2 3 buildPythonPackage rec { 4 pname = "percol"; 5 + version = "unstable-2019-07-24"; 6 7 + src = fetchFromGitHub { 8 + owner = "mooz"; 9 + repo = "percol"; 10 + rev = "4b28037e328da3d0fe8165c11b800cbaddcb525e"; 11 + sha256 = "07sq3517wzn04j2dzlmczmcvx3w6r7xnzz3634zgf1zi6dbr2a3g"; 12 }; 13 14 + propagatedBuildInputs = [ cmigemo ]; 15 + 16 + # package has no tests 17 + doCheck = false; 18 + pythonImportsCheck = [ "percol" ]; 19 20 meta = with lib; { 21 homepage = "https://github.com/mooz/percol"; 22 description = "Adds flavor of interactive filtering to the traditional pipe concept of shell"; 23 license = licenses.mit; 24 maintainers = with maintainers; [ koral ]; 25 }; 26 }
+23 -8
pkgs/development/python-modules/privacyidea/default.nix
··· 1 - { lib, buildPythonPackage, fetchFromGitHub, cacert, openssl, python 2 3 , cryptography, pyrad, pymysql, python-dateutil, flask-versioned, flask_script 4 , defusedxml, croniter, flask_migrate, pyjwt, configobj, sqlsoup, pillow 5 , python-gnupg, passlib, pyopenssl, beautifulsoup4, smpplib, flask-babel 6 , ldap3, huey, pyyaml, qrcode, oauth2client, requests, lxml, cbor2, psycopg2 7 8 - , mock, pytest, responses, testfixtures 9 }: 10 11 buildPythonPackage rec { 12 pname = "privacyIDEA"; 13 - version = "3.3"; 14 15 src = fetchFromGitHub { 16 owner = pname; 17 repo = pname; 18 rev = "v${version}"; 19 - sha256 = "188ki924dig899wlih45xfsm0s7mjkya56vii26bg02h91izrb4b"; 20 }; 21 22 propagatedBuildInputs = [ ··· 24 defusedxml croniter flask_migrate pyjwt configobj sqlsoup pillow 25 python-gnupg passlib pyopenssl beautifulsoup4 smpplib flask-babel 26 ldap3 huey pyyaml qrcode oauth2client requests lxml cbor2 psycopg2 27 ]; 28 29 - checkInputs = [ openssl mock pytest responses testfixtures ]; 30 - # issues with hardware token tests 31 - doCheck = false; 32 33 pythonImportsCheck = [ "privacyidea" ]; 34 ··· 46 description = "Multi factor authentication system (2FA, MFA, OTP Server)"; 47 license = licenses.agpl3Plus; 48 homepage = "http://www.privacyidea.org"; 49 - maintainers = [ maintainers.globin ]; 50 }; 51 }
··· 1 + { lib, buildPythonPackage, fetchFromGitHub, cacert, openssl, python, nixosTests 2 3 , cryptography, pyrad, pymysql, python-dateutil, flask-versioned, flask_script 4 , defusedxml, croniter, flask_migrate, pyjwt, configobj, sqlsoup, pillow 5 , python-gnupg, passlib, pyopenssl, beautifulsoup4, smpplib, flask-babel 6 , ldap3, huey, pyyaml, qrcode, oauth2client, requests, lxml, cbor2, psycopg2 7 + , pydash 8 9 + , mock, pytestCheckHook, responses, testfixtures 10 }: 11 12 buildPythonPackage rec { 13 pname = "privacyIDEA"; 14 + version = "3.5.1"; 15 16 src = fetchFromGitHub { 17 owner = pname; 18 repo = pname; 19 rev = "v${version}"; 20 + sha256 = "sha256-XJnrrpU0x2Axu7W4G3oDTjSJuqEyh3C/0Aga5D0gw9k="; 21 + fetchSubmodules = true; 22 }; 23 24 propagatedBuildInputs = [ ··· 26 defusedxml croniter flask_migrate pyjwt configobj sqlsoup pillow 27 python-gnupg passlib pyopenssl beautifulsoup4 smpplib flask-babel 28 ldap3 huey pyyaml qrcode oauth2client requests lxml cbor2 psycopg2 29 + pydash 30 ]; 31 32 + passthru.tests = { inherit (nixosTests) privacyidea; }; 33 + 34 + checkInputs = [ openssl mock pytestCheckHook responses testfixtures ]; 35 + disabledTests = [ 36 + "AESHardwareSecurityModuleTestCase" 37 + "test_01_cert_request" 38 + "test_01_loading_scripts" 39 + "test_02_cert_enrolled" 40 + "test_02_enroll_rights" 41 + "test_02_get_resolvers" 42 + "test_02_success" 43 + "test_03_get_identifiers" 44 + "test_04_remote_user_auth" 45 + "test_14_convert_timestamp_to_utc" 46 + ]; 47 48 pythonImportsCheck = [ "privacyidea" ]; 49 ··· 61 description = "Multi factor authentication system (2FA, MFA, OTP Server)"; 62 license = licenses.agpl3Plus; 63 homepage = "http://www.privacyidea.org"; 64 + maintainers = with maintainers; [ globin ma27 ]; 65 }; 66 }
+30
pkgs/development/python-modules/pydash/0001-Only-build-unit-tests.patch
···
··· 1 + From 2fe7a445bafedee2c43050e40697d8b0fd7f7b30 Mon Sep 17 00:00:00 2001 2 + From: Maximilian Bosch <maximilian@mbosch.me> 3 + Date: Fri, 19 Mar 2021 19:37:34 +0100 4 + Subject: [PATCH] Only build unit-tests 5 + 6 + --- 7 + setup.cfg | 7 ------- 8 + 1 file changed, 7 deletions(-) 9 + 10 + diff --git a/setup.cfg b/setup.cfg 11 + index 2c2f49f..a5ec152 100644 12 + --- a/setup.cfg 13 + +++ b/setup.cfg 14 + @@ -83,13 +83,6 @@ force_sort_within_sections = true 15 + junit_family = xunit2 16 + addopts = 17 + --verbose 18 + - --doctest-modules 19 + - --no-cov-on-fail 20 + - --cov-fail-under=100 21 + - --cov-report=term-missing 22 + - --cov-report=xml:build/coverage/coverage.xml 23 + - --cov-report=html:build/coverage 24 + - --junitxml=build/testresults/junit.xml 25 + 26 + [coverage:run] 27 + omit = 28 + -- 29 + 2.29.3 30 +
+24
pkgs/development/python-modules/pydash/default.nix
···
··· 1 + { lib, buildPythonPackage, fetchFromGitHub, mock, pytestCheckHook, invoke }: 2 + 3 + buildPythonPackage rec { 4 + pname = "pydash"; 5 + version = "4.9.3"; 6 + 7 + src = fetchFromGitHub { 8 + owner = "dgilland"; 9 + repo = pname; 10 + rev = "v${version}"; 11 + sha256 = "sha256-BAyiSnILvujUOFOAkiXSgyozs2Q809pYihHwa+6BHcQ="; 12 + }; 13 + 14 + patches = [ ./0001-Only-build-unit-tests.patch ]; 15 + 16 + checkInputs = [ mock pytestCheckHook invoke ]; 17 + 18 + meta = with lib; { 19 + homepage = "https://github.com/dgilland/pydash"; 20 + description = "The kitchen sink of Python utility libraries for doing \"stuff\" in a functional way. Based on the Lo-Dash Javascript library."; 21 + license = licenses.mit; 22 + maintainers = with maintainers; [ ma27 ]; 23 + }; 24 + }
+8
pkgs/development/python-modules/pytest-dependency/default.nix
··· 9 sha256 = "c2a892906192663f85030a6ab91304e508e546cddfe557d692d61ec57a1d946b"; 10 }; 11 12 buildInputs = [ pytest ]; 13 14 checkInputs = [ pytest ];
··· 9 sha256 = "c2a892906192663f85030a6ab91304e508e546cddfe557d692d61ec57a1d946b"; 10 }; 11 12 + patches = [ 13 + # Fix build with pytest ≥ 6.2.0, https://github.com/RKrahl/pytest-dependency/pull/51 14 + (fetchpatch { 15 + url = "https://github.com/RKrahl/pytest-dependency/commit/0930889a13e2b9baa7617f05dc9b55abede5209d.patch"; 16 + sha256 = "0ka892j0rrlnfvk900fcph0f6lsnr9dy06q5k2s2byzwijhdw6n5"; 17 + }) 18 + ]; 19 + 20 buildInputs = [ pytest ]; 21 22 checkInputs = [ pytest ];
+2 -2
pkgs/development/python-modules/python-opendata-transport/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "python-opendata-transport"; 11 - version = "0.2.1"; 12 13 src = fetchPypi { 14 pname = "python_opendata_transport"; 15 inherit version; 16 - sha256 = "0pxs9zqk00vn1s74cx1416mqmixrr74wb0jb0j6b1c3xpvzlfbks"; 17 }; 18 19 propagatedBuildInputs = [
··· 8 9 buildPythonPackage rec { 10 pname = "python-opendata-transport"; 11 + version = "0.2.2"; 12 13 src = fetchPypi { 14 pname = "python_opendata_transport"; 15 inherit version; 16 + sha256 = "sha256-Z0VHkKYHpwbBwwFrMtA5JRy0m7f0566IjCmGizoKEoo="; 17 }; 18 19 propagatedBuildInputs = [
+61
pkgs/development/python-modules/simplisafe-python/default.nix
···
··· 1 + { lib 2 + , aiohttp 3 + , aresponses 4 + , asynctest 5 + , buildPythonPackage 6 + , fetchFromGitHub 7 + , poetry-core 8 + , pytest-asyncio 9 + , pytest-cov 10 + , pytestCheckHook 11 + , python-engineio 12 + , python-socketio 13 + , pythonOlder 14 + , pytz 15 + , voluptuous 16 + , websockets 17 + }: 18 + 19 + buildPythonPackage rec { 20 + pname = "simplisafe-python"; 21 + version = "9.6.9"; 22 + format = "pyproject"; 23 + disabled = pythonOlder "3.6"; 24 + 25 + src = fetchFromGitHub { 26 + owner = "bachya"; 27 + repo = pname; 28 + rev = version; 29 + sha256 = "1q5w5pvrgj94bzd5wig79l4hipkfrcdah54rvwyi7b8q46gw77sg"; 30 + }; 31 + 32 + nativeBuildInputs = [ poetry-core ]; 33 + 34 + propagatedBuildInputs = [ 35 + aiohttp 36 + python-engineio 37 + python-socketio 38 + pytz 39 + voluptuous 40 + websockets 41 + ]; 42 + 43 + checkInputs = [ 44 + aresponses 45 + asynctest 46 + pytest-asyncio 47 + pytest-cov 48 + pytestCheckHook 49 + ]; 50 + 51 + disabledTestPaths = [ "examples/" ]; 52 + 53 + pythonImportsCheck = [ "simplipy" ]; 54 + 55 + meta = with lib; { 56 + description = "Python library the SimpliSafe API"; 57 + homepage = "https://simplisafe-python.readthedocs.io/"; 58 + license = with licenses; [ mit ]; 59 + maintainers = with maintainers; [ fab ]; 60 + }; 61 + }
+2 -2
pkgs/development/python-modules/volkszaehler/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "volkszaehler"; 10 - version = "0.2.1"; 11 12 src = fetchPypi { 13 inherit pname version; 14 - sha256 = "13zhxq08wn5y9yn6xbazfl0gxxysmirwpc26wcnr6jk2va1kpc4l"; 15 }; 16 17 propagatedBuildInputs = [
··· 7 8 buildPythonPackage rec { 9 pname = "volkszaehler"; 10 + version = "0.2.2"; 11 12 src = fetchPypi { 13 inherit pname version; 14 + sha256 = "sha256-1oqzhC3Yq2V30F3ilr80vKFnTmI/CdIVLuzMlIr40xI="; 15 }; 16 17 propagatedBuildInputs = [
+3 -3
pkgs/development/tools/go-mockery/default.nix
··· 2 3 buildGoModule rec { 4 pname = "go-mockery"; 5 - version = "2.5.1"; 6 7 src = fetchFromGitHub { 8 owner = "vektra"; 9 repo = "mockery"; 10 rev = "v${version}"; 11 - sha256 = "5W5WGWqxpZzOqk1VOlLeggIqfneRb7s7ZT5faNEhDos="; 12 }; 13 14 - vendorSha256 = "//V3ia3YP1hPgC1ipScURZ5uXU4A2keoG6dGuwaPBcA="; 15 16 meta = with lib; { 17 homepage = "https://github.com/vektra/mockery";
··· 2 3 buildGoModule rec { 4 pname = "go-mockery"; 5 + version = "2.7.4"; 6 7 src = fetchFromGitHub { 8 owner = "vektra"; 9 repo = "mockery"; 10 rev = "v${version}"; 11 + sha256 = "sha256-St8QgUZUU7THM9H8i7Z+bgKu9LhXhUqH/B14LGmDCn0="; 12 }; 13 14 + vendorSha256 = "sha256-//V3ia3YP1hPgC1ipScURZ5uXU4A2keoG6dGuwaPBcA="; 15 16 meta = with lib; { 17 homepage = "https://github.com/vektra/mockery";
+25
pkgs/development/tools/trunk/default.nix
···
··· 1 + { rustPlatform, fetchFromGitHub, pkg-config, openssl, lib }: 2 + 3 + rustPlatform.buildRustPackage rec { 4 + pname = "trunk"; 5 + version = "0.10.0"; 6 + 7 + src = fetchFromGitHub { 8 + owner = "thedodd"; 9 + repo = "trunk"; 10 + rev = "v${version}"; 11 + sha256 = "W6d05MKquG1QFkvofqWk94+6j5q8yuAjNgZFG3Z3kNo="; 12 + }; 13 + 14 + nativeBuildInputs = [ pkg-config ]; 15 + buildInputs = [ openssl ]; 16 + 17 + cargoSha256 = "Qv7knTmNYtw0tbyWhFIV7tYkQiwFxcNPAeNiGCyeV8s="; 18 + 19 + meta = with lib; { 20 + homepage = "https://github.com/thedodd/trunk"; 21 + description = "Build, bundle & ship your Rust WASM application to the web"; 22 + maintainers = with maintainers; [ freezeboy ]; 23 + license = with licenses; [ asl20 ]; 24 + }; 25 + }
+1 -1
pkgs/games/0ad/data.nix
··· 6 7 src = fetchurl { 8 url = "http://releases.wildfiregames.com/0ad-${version}-alpha-unix-data.tar.xz"; 9 - sha256 = "04x7729hk6zw1xj3n4s4lvaviijsnbjf5rhzvjxlr5fygvg4l6z1"; 10 }; 11 12 installPhase = ''
··· 6 7 src = fetchurl { 8 url = "http://releases.wildfiregames.com/0ad-${version}-alpha-unix-data.tar.xz"; 9 + sha256 = "0b53jzl64i49rk3n3c3x0hibwbl7vih2xym8jq5s56klg61qdxa1"; 10 }; 11 12 installPhase = ''
+34 -26
pkgs/games/0ad/game.nix
··· 1 - { stdenv, lib, perl, fetchurl, python2 2 - , pkg-config, spidermonkey_38, boost, icu, libxml2, libpng, libsodium 3 , libjpeg, zlib, curl, libogg, libvorbis, enet, miniupnpc 4 , openal, libGLU, libGL, xorgproto, libX11, libXcursor, nspr, SDL2 5 - , gloox, nvidia-texture-tools 6 - , withEditor ? true, wxGTK ? null 7 }: 8 9 - assert withEditor -> wxGTK != null; 10 11 stdenv.mkDerivation rec { 12 pname = "0ad"; 13 - version = "0.0.23b"; 14 15 src = fetchurl { 16 url = "http://releases.wildfiregames.com/0ad-${version}-alpha-unix-build.tar.xz"; 17 - sha256 = "0draa53xg69i5qhqym85658m45xhwkbiimaldj4sr3703rjgggq1"; 18 }; 19 20 nativeBuildInputs = [ python2 perl pkg-config ]; 21 22 buildInputs = [ 23 - spidermonkey_38 boost icu libxml2 libpng libjpeg 24 - zlib curl libogg libvorbis enet miniupnpc openal 25 libGLU libGL xorgproto libX11 libXcursor nspr SDL2 gloox 26 - nvidia-texture-tools libsodium 27 ] ++ lib.optional withEditor wxGTK; 28 29 NIX_CFLAGS_COMPILE = toString [ ··· 31 "-I${libX11.dev}/include/X11" 32 "-I${libXcursor.dev}/include/X11" 33 "-I${SDL2}/include/SDL2" 34 - ]; 35 - 36 - patches = [ 37 - ./rootdir_env.patch 38 - # Fixes build with spidermonkey-38.8.0, includes the minor version check: 39 - # https://src.fedoraproject.org/rpms/0ad/c/26dc1657f6e3c0ad9f1180ca38cd79b933ef0c8b 40 - (fetchurl { 41 - url = "https://src.fedoraproject.org/rpms/0ad/raw/26dc1657f6e3c0ad9f1180ca38cd79b933ef0c8b/f/0ad-mozjs-incompatible.patch"; 42 - sha256 = "1rzpaalcrzihsgvlk3nqd87n2kxjldlwvb3qp5fcd5ffzr6k90wa"; 43 - }) 44 ]; 45 46 configurePhase = '' 47 # Delete shipped libraries which we don't need. 48 rm -rf libraries/source/{enet,miniupnpc,nvtt,spidermonkey} 49 50 - # Workaround invalid pkg-config name for mozjs 51 - mkdir pkg-config 52 - ln -s ${spidermonkey_38}/lib/pkgconfig/* pkg-config/mozjs-38.pc 53 - PKG_CONFIG_PATH="$PWD/pkg-config:$PKG_CONFIG_PATH" 54 - 55 # Update Makefiles 56 pushd build/workspaces 57 ./update-workspaces.sh \ 58 --with-system-nvtt \ 59 - --with-system-mozjs38 \ 60 ${lib.optionalString withEditor "--enable-atlas"} \ 61 --bindir="$out"/bin \ 62 --libdir="$out"/lib/0ad \ 63 --without-tests \ 64 -j $NIX_BUILD_CORES 65 popd ··· 81 82 # Copy l10n data. 83 install -Dm755 -t $out/share/0ad/data/l10n binaries/data/l10n/* 84 85 # Copy libraries. 86 install -Dm644 -t $out/lib/0ad binaries/system/*.so
··· 1 + { stdenv, lib, perl, fetchurl, python2, fmt, libidn 2 + , pkg-config, spidermonkey_78, boost, icu, libxml2, libpng, libsodium 3 , libjpeg, zlib, curl, libogg, libvorbis, enet, miniupnpc 4 , openal, libGLU, libGL, xorgproto, libX11, libXcursor, nspr, SDL2 5 + , gloox, nvidia-texture-tools, zeroad-data 6 + , withEditor ? true, wxGTK 7 }: 8 9 + # You can find more instructions on how to build 0ad here: 10 + # https://trac.wildfiregames.com/wiki/BuildInstructions 11 12 + let 13 + # the game requires a special version 78.6.0 of spidermonkey, otherwise 14 + # we get compilation errors. We override the src attribute of spidermonkey_78 15 + # in order to reuse that declartion, while giving it a different source input. 16 + spidermonkey_78_6 = spidermonkey_78.overrideAttrs(old: rec { 17 + version = "78.6.0"; 18 + src = fetchurl { 19 + url = "mirror://mozilla/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz"; 20 + sha256 = "0lyg65v380j8i2lrylwz8a5ya80822l8vcnlx3dfqpd3s6zzjsay"; 21 + }; 22 + patches = (old.patches or []) ++ [ 23 + ./spidermonkey-cargo-toml.patch 24 + ]; 25 + }); 26 + in 27 stdenv.mkDerivation rec { 28 pname = "0ad"; 29 + version = "0.0.24b"; 30 31 src = fetchurl { 32 url = "http://releases.wildfiregames.com/0ad-${version}-alpha-unix-build.tar.xz"; 33 + sha256 = "1a1py45hkh2cswi09vbf9chikgxdv9xplsmg6sv6xhdznv4j6p1j"; 34 }; 35 36 nativeBuildInputs = [ python2 perl pkg-config ]; 37 38 buildInputs = [ 39 + spidermonkey_78_6 boost icu libxml2 libpng libjpeg 40 + zlib curl libogg libvorbis enet miniupnpc openal libidn 41 libGLU libGL xorgproto libX11 libXcursor nspr SDL2 gloox 42 + nvidia-texture-tools libsodium fmt 43 ] ++ lib.optional withEditor wxGTK; 44 45 NIX_CFLAGS_COMPILE = toString [ ··· 47 "-I${libX11.dev}/include/X11" 48 "-I${libXcursor.dev}/include/X11" 49 "-I${SDL2}/include/SDL2" 50 + "-I${fmt.dev}/include" 51 ]; 52 53 configurePhase = '' 54 # Delete shipped libraries which we don't need. 55 rm -rf libraries/source/{enet,miniupnpc,nvtt,spidermonkey} 56 57 # Update Makefiles 58 pushd build/workspaces 59 ./update-workspaces.sh \ 60 --with-system-nvtt \ 61 + --with-system-mozjs \ 62 ${lib.optionalString withEditor "--enable-atlas"} \ 63 --bindir="$out"/bin \ 64 --libdir="$out"/lib/0ad \ 65 + --datadir="$out"/share/0ad/data \ 66 --without-tests \ 67 -j $NIX_BUILD_CORES 68 popd ··· 84 85 # Copy l10n data. 86 install -Dm755 -t $out/share/0ad/data/l10n binaries/data/l10n/* 87 + 88 + # Link in game data from package 89 + ln -s ${zeroad-data}/share/0ad/data/config $out/share/0ad/data/config 90 + ln -s ${zeroad-data}/share/0ad/data/mods $out/share/0ad/data/mods 91 + ln -s ${zeroad-data}/share/0ad/data/tools $out/share/0ad/data/tools 92 93 # Copy libraries. 94 install -Dm644 -t $out/lib/0ad binaries/system/*.so
-38
pkgs/games/0ad/rootdir_env.patch
··· 1 - diff -ru3 0ad-0.0.20-alpha/source/ps/GameSetup/Paths.cpp 0ad-0.0.20-alpha-new/source/ps/GameSetup/Paths.cpp 2 - --- 0ad-0.0.20-alpha/source/ps/GameSetup/Paths.cpp 2015-02-14 04:45:13.000000000 +0300 3 - +++ 0ad-0.0.20-alpha-new/source/ps/GameSetup/Paths.cpp 2016-11-03 16:23:47.241514876 +0300 4 - @@ -155,32 +155,8 @@ 5 - 6 - /*static*/ OsPath Paths::Root(const OsPath& argv0) 7 - { 8 - -#if OS_ANDROID 9 - - return OsPath("/sdcard/0ad"); // TODO: this is kind of bogus 10 - -#else 11 - - 12 - - // get full path to executable 13 - - OsPath pathname = sys_ExecutablePathname(); // safe, but requires OS-specific implementation 14 - - if(pathname.empty()) // failed, use argv[0] instead 15 - - { 16 - - errno = 0; 17 - - pathname = wrealpath(argv0); 18 - - if(pathname.empty()) 19 - - WARN_IF_ERR(StatusFromErrno()); 20 - - } 21 - - 22 - - // make sure it's valid 23 - - if(!FileExists(pathname)) 24 - - { 25 - - LOGERROR("Cannot find executable (expected at '%s')", pathname.string8()); 26 - - WARN_IF_ERR(StatusFromErrno()); 27 - - } 28 - - 29 - - for(size_t i = 0; i < 2; i++) // remove "system/name.exe" 30 - - pathname = pathname.Parent(); 31 - - return pathname; 32 - - 33 - -#endif 34 - + UNUSED2(argv0); 35 - + return getenv("ZEROAD_ROOTDIR"); 36 - } 37 - 38 - /*static*/ OsPath Paths::RootData(const OsPath& argv0)
···
+15
pkgs/games/0ad/spidermonkey-cargo-toml.patch
···
··· 1 + diff --git a/Cargo.toml b/Cargo.toml 2 + index 6f6199ab26..c3f92db9d8 100644 3 + --- a/Cargo.toml 4 + +++ b/Cargo.toml 5 + @@ -68,8 +68,8 @@ panic = "abort" 6 + libudev-sys = { path = "dom/webauthn/libudev-sys" } 7 + packed_simd = { git = "https://github.com/hsivonen/packed_simd", rev="3541e3818fdc7c2a24f87e3459151a4ce955a67a" } 8 + rlbox_lucet_sandbox = { git = "https://github.com/PLSysSec/rlbox_lucet_sandbox/", rev="d510da5999a744c563b0acd18056069d1698273f" } 9 + -nix = { git = "https://github.com/shravanrn/nix/", branch = "r0.13.1", rev="4af6c367603869a30fddb5ffb0aba2b9477ba92e" } 10 + -spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu3", rev = "20191ad2f370afd6d247edcb9ff9da32d3bedb9c" } 11 + +nix = { git = "https://github.com/shravanrn/nix/", branch = "r0.13.1" } 12 + +spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu3" } 13 + # failure's backtrace feature might break our builds, see bug 1608157. 14 + failure = { git = "https://github.com/badboy/failure", rev = "64af847bc5fdcb6d2438bec8a6030812a80519a5" } 15 + failure_derive = { git = "https://github.com/badboy/failure", rev = "64af847bc5fdcb6d2438bec8a6030812a80519a5" }
+2 -2
pkgs/games/unciv/default.nix
··· 25 in 26 stdenv.mkDerivation rec { 27 pname = "unciv"; 28 - version = "3.13.7-patch2"; 29 30 src = fetchurl { 31 url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar"; 32 - sha256 = "sha256-5QYUYTnRblWWLYnhR1DBzoAt4d9EiYeXhzJRODmDHUA="; 33 }; 34 35 dontUnpack = true;
··· 25 in 26 stdenv.mkDerivation rec { 27 pname = "unciv"; 28 + version = "3.13.8"; 29 30 src = fetchurl { 31 url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar"; 32 + sha256 = "sha256-upT0ZtVYzbrQolik0c/2URNwU2LDLgiMWyFEiOZFijc="; 33 }; 34 35 dontUnpack = true;
+15 -1
pkgs/misc/vscode-extensions/default.nix
··· 1 - { config, lib, callPackage, vscode-utils, nodePackages,llvmPackages_8 }: 2 3 let 4 inherit (vscode-utils) buildVscodeMarketplaceExtension; ··· 591 }; 592 meta = { 593 license = lib.licenses.mit; 594 }; 595 }; 596
··· 1 + { config, lib, callPackage, vscode-utils, nodePackages, jdk, llvmPackages_8 }: 2 3 let 4 inherit (vscode-utils) buildVscodeMarketplaceExtension; ··· 591 }; 592 meta = { 593 license = lib.licenses.mit; 594 + }; 595 + }; 596 + 597 + redhat.java = buildVscodeMarketplaceExtension { 598 + mktplcRef = { 599 + name = "java"; 600 + publisher = "redhat"; 601 + version = "0.76.0"; 602 + sha256 = "0xb9brki4s00piv4kqgz6idm16nk6x1j6502jljz7y9pif38z32y"; 603 + }; 604 + buildInputs = [ jdk ]; 605 + meta = { 606 + license = lib.licenses.epl20; 607 + broken = lib.versionAtLeast "11" jdk.version; 608 }; 609 }; 610
+2 -2
pkgs/os-specific/linux/bcc/default.nix
··· 6 7 python.pkgs.buildPythonApplication rec { 8 pname = "bcc"; 9 - version = "0.18.0"; 10 11 disabled = !stdenv.isLinux; 12 13 src = fetchurl { 14 url = "https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz"; 15 - sha256 = "sha256-0F8tppVFu7cnuSnlgcEvbEdykxYhGJnTc04I98/yIVs="; 16 }; 17 format = "other"; 18
··· 6 7 python.pkgs.buildPythonApplication rec { 8 pname = "bcc"; 9 + version = "0.19.0"; 10 11 disabled = !stdenv.isLinux; 12 13 src = fetchurl { 14 url = "https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz"; 15 + sha256 = "sha256-TEH8Gmp+8ghLQ8UsGy5hBCMLqfMeApWEFr8THYSOdOQ="; 16 }; 17 format = "other"; 18
+2 -2
pkgs/os-specific/linux/kernel/linux-lqx.nix
··· 1 { lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args: 2 3 let 4 - version = "5.11.1"; 5 suffix = "lqx1"; 6 in 7 ··· 14 owner = "zen-kernel"; 15 repo = "zen-kernel"; 16 rev = "v${version}-${suffix}"; 17 - sha256 = "00cji0dkfsjz6agwvcqpy7771hqbzcxk8awpbhlhpwa5j161r7l4"; 18 }; 19 20 extraMeta = {
··· 1 { lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args: 2 3 let 4 + version = "5.11.5"; 5 suffix = "lqx1"; 6 in 7 ··· 14 owner = "zen-kernel"; 15 repo = "zen-kernel"; 16 rev = "v${version}-${suffix}"; 17 + sha256 = "1rf8x08l7zjwhfwaal8kh2wz2qfbrqrjhr4wh0pj7yayaa10877f"; 18 }; 19 20 extraMeta = {
+2 -2
pkgs/os-specific/linux/kernel/linux-zen.nix
··· 1 { lib, fetchFromGitHub, buildLinux, ... } @ args: 2 3 let 4 - version = "5.11.1"; 5 suffix = "zen1"; 6 in 7 ··· 14 owner = "zen-kernel"; 15 repo = "zen-kernel"; 16 rev = "v${version}-${suffix}"; 17 - sha256 = "10xpb6r1ccqy2lsndf16dksi40z1cgm3wqjp3yjwzhad8zdjlm5d"; 18 }; 19 20 extraMeta = {
··· 1 { lib, fetchFromGitHub, buildLinux, ... } @ args: 2 3 let 4 + version = "5.11.5"; 5 suffix = "zen1"; 6 in 7 ··· 14 owner = "zen-kernel"; 15 repo = "zen-kernel"; 16 rev = "v${version}-${suffix}"; 17 + sha256 = "1w8cksbxnby4xjmycynmiy9y4q5fsnpsbva1804kgan7mhxrppjc"; 18 }; 19 20 extraMeta = {
+2 -2
pkgs/servers/home-assistant/component-packages.nix
··· 563 "norway_air" = ps: with ps; [ pymetno ]; 564 "notify" = ps: with ps; [ ]; 565 "notify_events" = ps: with ps; [ ]; # missing inputs: notify-events 566 - "notion" = ps: with ps; [ ]; # missing inputs: aionotion 567 "nsw_fuel_station" = ps: with ps; [ ]; # missing inputs: nsw-fuel-api-client 568 "nsw_rural_fire_service_feed" = ps: with ps; [ ]; # missing inputs: aio_geojson_nsw_rfs_incidents 569 "nuheat" = ps: with ps; [ ]; # missing inputs: nuheat ··· 741 "sighthound" = ps: with ps; [ pillow simplehound ]; 742 "signal_messenger" = ps: with ps; [ ]; # missing inputs: pysignalclirestapi 743 "simplepush" = ps: with ps; [ ]; # missing inputs: simplepush 744 - "simplisafe" = ps: with ps; [ ]; # missing inputs: simplisafe-python 745 "simulated" = ps: with ps; [ ]; 746 "sinch" = ps: with ps; [ ]; # missing inputs: clx-sdk-xms 747 "sisyphus" = ps: with ps; [ ]; # missing inputs: sisyphus-control
··· 563 "norway_air" = ps: with ps; [ pymetno ]; 564 "notify" = ps: with ps; [ ]; 565 "notify_events" = ps: with ps; [ ]; # missing inputs: notify-events 566 + "notion" = ps: with ps; [ aionotion ]; 567 "nsw_fuel_station" = ps: with ps; [ ]; # missing inputs: nsw-fuel-api-client 568 "nsw_rural_fire_service_feed" = ps: with ps; [ ]; # missing inputs: aio_geojson_nsw_rfs_incidents 569 "nuheat" = ps: with ps; [ ]; # missing inputs: nuheat ··· 741 "sighthound" = ps: with ps; [ pillow simplehound ]; 742 "signal_messenger" = ps: with ps; [ ]; # missing inputs: pysignalclirestapi 743 "simplepush" = ps: with ps; [ ]; # missing inputs: simplepush 744 + "simplisafe" = ps: with ps; [ simplisafe-python ]; 745 "simulated" = ps: with ps; [ ]; 746 "sinch" = ps: with ps; [ ]; # missing inputs: clx-sdk-xms 747 "sisyphus" = ps: with ps; [ ]; # missing inputs: sisyphus-control
+2
pkgs/servers/home-assistant/default.nix
··· 250 "mqtt_statestream" 251 "mullvad" 252 "notify" 253 "number" 254 "ozw" 255 "panel_custom" ··· 274 "search" 275 "shell_command" 276 "shopping_list" 277 "simulated" 278 "sensor" 279 "smarttub"
··· 250 "mqtt_statestream" 251 "mullvad" 252 "notify" 253 + "notion" 254 "number" 255 "ozw" 256 "panel_custom" ··· 275 "search" 276 "shell_command" 277 "shopping_list" 278 + "simplisafe" 279 "simulated" 280 "sensor" 281 "smarttub"
+19 -10
pkgs/tools/backup/rsbep/default.nix
··· 1 - { stdenv, lib, coreutils, gnused, gawk, fetchurl }: 2 3 - stdenv.mkDerivation { 4 pname = "rsbep"; 5 - version = "0.1.0"; 6 7 - src = fetchurl { 8 - url = "https://www.thanassis.space/rsbep-0.1.0-ttsiodras.tar.bz2"; 9 - sha256 = "1zji34kc9srxp0h1s1m7k60mvgsir1wrx1n3wc990jszfplr32zc"; 10 }; 11 12 postFixup = '' ··· 18 mv rsbep_chopper $libexecDir 19 20 # Fix store dependencies in scripts 21 - path="export PATH=$out/bin:$libexecDir:${lib.makeBinPath [ coreutils gnused gawk ]}" 22 sed -i "2i$path" freeze.sh 23 sed -i "2i$path" melt.sh 24 - 25 - substituteInPlace freeze.sh --replace /bin/ls ls 26 27 # Remove unneded binary 28 rm poorZFS.py 29 ''; 30 31 meta = with lib; { 32 description = "Create resilient backups with Reed-Solomon error correction and byte-spreading"; 33 homepage = "https://www.thanassis.space/rsbep.html"; 34 - license = licenses.gpl3; 35 maintainers = [ maintainers.earvstedt ]; 36 }; 37 }
··· 1 + { lib, stdenv, coreutils, gawk, fetchFromGitHub }: 2 3 + stdenv.mkDerivation rec { 4 pname = "rsbep"; 5 + version = "0.2.0"; 6 7 + src = fetchFromGitHub { 8 + owner = "ttsiodras"; 9 + repo = "rsbep-backup"; 10 + rev = "v${version}"; 11 + sha256 = "0is4jgil3wdqbvx9h66xcyzbqy84ndyydnnay2g9k81a4mcz4dns"; 12 }; 13 14 postFixup = '' ··· 20 mv rsbep_chopper $libexecDir 21 22 # Fix store dependencies in scripts 23 + path="export PATH=$out/bin:$libexecDir:${lib.makeBinPath [ coreutils gawk ]}" 24 sed -i "2i$path" freeze.sh 25 sed -i "2i$path" melt.sh 26 27 # Remove unneded binary 28 rm poorZFS.py 29 ''; 30 31 + doInstallCheck = true; 32 + installCheckPhase = '' 33 + cd $TMP 34 + echo hello > input 35 + $out/bin/freeze.sh input > packed 36 + $out/bin/melt.sh packed > output 37 + diff -u input output 38 + ''; 39 + 40 meta = with lib; { 41 description = "Create resilient backups with Reed-Solomon error correction and byte-spreading"; 42 homepage = "https://www.thanassis.space/rsbep.html"; 43 + license = licenses.gpl3Plus; 44 maintainers = [ maintainers.earvstedt ]; 45 }; 46 }
+28
pkgs/tools/misc/librespeed-cli/default.nix
···
··· 1 + { lib 2 + , buildGoModule 3 + , fetchFromGitHub 4 + }: 5 + 6 + buildGoModule rec { 7 + pname = "librespeed-cli"; 8 + version = "1.0.7"; 9 + 10 + src = fetchFromGitHub { 11 + owner = "librespeed"; 12 + repo = "speedtest-cli"; 13 + rev = "v${version}"; 14 + sha256 = "03bhxx33fy1cgp83anm51fm8v079v0az0d0p785dz98jg14vzibl"; 15 + }; 16 + 17 + vendorSha256 = "1kccxmmzbkzbrxypcrz0j1zz51c0q1d5hh25lcpfbkm3498mj02c"; 18 + 19 + # Tests have additonal requirements 20 + doCheck = false; 21 + 22 + meta = with lib; { 23 + description = "Command line client for LibreSpeed"; 24 + homepage = "https://github.com/librespeed/speedtest-cli"; 25 + license = with licenses; [ lgpl3Only ]; 26 + maintainers = with maintainers; [ fab ]; 27 + }; 28 + }
+39
pkgs/tools/misc/past-time/default.nix
···
··· 1 + { lib 2 + , buildPythonApplication 3 + , click 4 + , fetchFromGitHub 5 + , freezegun 6 + , pytestCheckHook 7 + , tqdm 8 + }: 9 + 10 + buildPythonApplication rec { 11 + pname = "past-time"; 12 + version = "0.2.1"; 13 + 14 + src = fetchFromGitHub { 15 + owner = "fabaff"; 16 + repo = pname; 17 + rev = version; 18 + sha256 = "0yhc0630rmcx4ia9y6klpx002mavfmqf1s3jb2gz54jlccwqbfgl"; 19 + }; 20 + 21 + propagatedBuildInputs = [ 22 + click 23 + tqdm 24 + ]; 25 + 26 + checkInputs = [ 27 + freezegun 28 + pytestCheckHook 29 + ]; 30 + 31 + pythonImportsCheck = [ "past_time" ]; 32 + 33 + meta = with lib; { 34 + description = "Tool to visualize the progress of the year based on the past days"; 35 + homepage = "https://github.com/fabaff/past-time"; 36 + license = with licenses; [ asl20 ]; 37 + maintainers = with maintainers; [ fab ]; 38 + }; 39 + }
+10 -1
pkgs/tools/networking/assh/default.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub, openssh, makeWrapper }: 2 3 buildGoModule rec { 4 pname = "assh"; ··· 14 vendorSha256 = "sha256-6OAsO7zWAgPfQWD9k+nYH7hnDDUlKIjTB61ivvoubn0="; 15 16 doCheck = false; 17 18 nativeBuildInputs = [ makeWrapper ]; 19
··· 1 + { lib 2 + , buildGoModule 3 + , fetchFromGitHub 4 + , openssh 5 + , makeWrapper 6 + }: 7 8 buildGoModule rec { 9 pname = "assh"; ··· 19 vendorSha256 = "sha256-6OAsO7zWAgPfQWD9k+nYH7hnDDUlKIjTB61ivvoubn0="; 20 21 doCheck = false; 22 + 23 + preBuild = '' 24 + buildFlagsArray+=("-ldflags" "-s -w -X moul.io/assh/v2/pkg/version.Version=${version}") 25 + ''; 26 27 nativeBuildInputs = [ makeWrapper ]; 28
+1 -1
pkgs/tools/networking/findomain/default.nix
··· 30 meta = with lib; { 31 description = "The fastest and cross-platform subdomain enumerator"; 32 homepage = "https://github.com/Edu4rdSHL/findomain"; 33 - license = licenses.gpl3; 34 maintainers = with maintainers; [ Br1ght0ne ]; 35 }; 36 }
··· 30 meta = with lib; { 31 description = "The fastest and cross-platform subdomain enumerator"; 32 homepage = "https://github.com/Edu4rdSHL/findomain"; 33 + license = licenses.gpl3Plus; 34 maintainers = with maintainers; [ Br1ght0ne ]; 35 }; 36 }
+35
pkgs/tools/networking/lychee/default.nix
···
··· 1 + { lib 2 + , rustPlatform 3 + , fetchFromGitHub 4 + , pkg-config 5 + , openssl 6 + }: 7 + 8 + rustPlatform.buildRustPackage rec { 9 + pname = "lychee"; 10 + version = "0.5.0"; 11 + 12 + src = fetchFromGitHub { 13 + owner = "lycheeverse"; 14 + repo = pname; 15 + rev = "v${version}"; 16 + sha256 = "03dsp0384mwr51dkqfl25xba0m17sppabiz7slhxcig89b0ksykm"; 17 + }; 18 + 19 + cargoSha256 = "08y2wpm2qgm2jsy257b2p2anxy4q3bj2kfdr5cnb6wnaz9g4ypq2"; 20 + 21 + nativeBuildInputs = [ pkg-config ]; 22 + 23 + buildInputs = [ openssl ]; 24 + 25 + # Disabled because they currently fail 26 + doCheck = false; 27 + 28 + meta = with lib; { 29 + description = "A fast, async, resource-friendly link checker written in Rust."; 30 + homepage = "https://github.com/lycheeverse/lychee"; 31 + license = with licenses; [ asl20 mit ]; 32 + maintainers = with maintainers; [ tuxinaut ]; 33 + platforms = platforms.linux; 34 + }; 35 + }
+1 -1
pkgs/tools/networking/philter/default.nix
··· 20 description = "Mail sorter for Maildirs"; 21 homepage = "http://philter.sourceforge.net"; 22 maintainers = with maintainers; [ raskin ]; 23 - platforms = platforms.linux; 24 license = licenses.gpl2; 25 }; 26
··· 20 description = "Mail sorter for Maildirs"; 21 homepage = "http://philter.sourceforge.net"; 22 maintainers = with maintainers; [ raskin ]; 23 + platforms = platforms.all; 24 license = licenses.gpl2; 25 }; 26
+1 -1
pkgs/tools/networking/pixiecore/default.nix
··· 23 homepage = "https://github.com/danderson/netboot/tree/master/pixiecore"; 24 license = lib.licenses.asl20; 25 maintainers = with lib.maintainers; [ bbigras danderson ]; 26 - platforms = lib.platforms.linux; 27 }; 28 }
··· 23 homepage = "https://github.com/danderson/netboot/tree/master/pixiecore"; 24 license = lib.licenses.asl20; 25 maintainers = with lib.maintainers; [ bbigras danderson ]; 26 + platforms = lib.platforms.unix; 27 }; 28 }
+1 -1
pkgs/tools/networking/pixiewps/default.nix
··· 21 homepage = "https://github.com/wiire/pixiewps"; 22 license = lib.licenses.gpl3; 23 maintainers = [ lib.maintainers.nico202 ]; 24 - platforms = lib.platforms.linux; 25 }; 26 }
··· 21 homepage = "https://github.com/wiire/pixiewps"; 22 license = lib.licenses.gpl3; 23 maintainers = [ lib.maintainers.nico202 ]; 24 + platforms = lib.platforms.all; 25 }; 26 }
+1 -1
pkgs/tools/networking/redir/default.nix
··· 18 homepage = "https://github.com/troglobit/redir"; 19 license = lib.licenses.gpl2; 20 maintainers = with lib.maintainers; [ ]; 21 - platforms = lib.platforms.linux; 22 }; 23 }
··· 18 homepage = "https://github.com/troglobit/redir"; 19 license = lib.licenses.gpl2; 20 maintainers = with lib.maintainers; [ ]; 21 + platforms = lib.platforms.unix; 22 }; 23 }
+1 -1
pkgs/tools/networking/rshijack/default.nix
··· 18 homepage = "https://github.com/kpcyrd/rshijack"; 19 license = licenses.gpl3; 20 maintainers = with maintainers; [ xrelkd ]; 21 - platforms = platforms.linux; 22 }; 23 }
··· 18 homepage = "https://github.com/kpcyrd/rshijack"; 19 license = licenses.gpl3; 20 maintainers = with maintainers; [ xrelkd ]; 21 + platforms = platforms.unix; 22 }; 23 }
+1 -1
pkgs/tools/networking/surfraw/default.nix
··· 18 description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power"; 19 homepage = "https://gitlab.com/surfraw/Surfraw"; 20 maintainers = []; 21 - platforms = lib.platforms.linux; 22 license = lib.licenses.publicDomain; 23 }; 24 }
··· 18 description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power"; 19 homepage = "https://gitlab.com/surfraw/Surfraw"; 20 maintainers = []; 21 + platforms = lib.platforms.all; 22 license = lib.licenses.publicDomain; 23 }; 24 }
+1 -1
pkgs/tools/security/asc-key-to-qr-code-gif/default.nix
··· 39 meta = with lib; { 40 homepage = "https://github.com/yishilin14/asc-key-to-qr-code-gif"; 41 description = "Convert ASCII-armored PGP keys to animated QR code"; 42 - platforms = platforms.linux; 43 maintainers = with maintainers; [ asymmetric ]; 44 }; 45 }
··· 39 meta = with lib; { 40 homepage = "https://github.com/yishilin14/asc-key-to-qr-code-gif"; 41 description = "Convert ASCII-armored PGP keys to animated QR code"; 42 + platforms = platforms.unix; 43 maintainers = with maintainers; [ asymmetric ]; 44 }; 45 }
+1 -1
pkgs/tools/security/bash-supergenpass/default.nix
··· 41 supergenpass will ask for your master password interactively, and it will not be displayed on your terminal. 42 ''; 43 license = licenses.mit; 44 - platforms = platforms.linux; 45 maintainers = with maintainers; [ fgaz ]; 46 homepage = "https://github.com/lanzz/bash-supergenpass"; 47 };
··· 41 supergenpass will ask for your master password interactively, and it will not be displayed on your terminal. 42 ''; 43 license = licenses.mit; 44 + platforms = platforms.all; 45 maintainers = with maintainers; [ fgaz ]; 46 homepage = "https://github.com/lanzz/bash-supergenpass"; 47 };
+4 -4
pkgs/tools/security/genpass/default.nix
··· 7 }: 8 rustPlatform.buildRustPackage rec { 9 pname = "genpass"; 10 - version = "0.4.9"; 11 12 src = fetchgit { 13 url = "https://git.sr.ht/~cyplo/genpass"; 14 rev = "v${version}"; 15 - sha256 = "1dpv2iyd48xd8yw9bmymjjrkhsgmpwvsl5b9zx3lpaaq59ypi9g9"; 16 }; 17 18 - cargoSha256 = "1cwxpc3xkw673wiamr4v7clrzwxl8ma1vdr6bw0hixm37gxdxz7x"; 19 20 buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation libiconv Security ]; 21 22 meta = with lib; { 23 description = "A simple yet robust commandline random password generator"; 24 homepage = "https://sr.ht/~cyplo/genpass/"; 25 - license = licenses.agpl3; 26 maintainers = with maintainers; [ cyplo ]; 27 }; 28 }
··· 7 }: 8 rustPlatform.buildRustPackage rec { 9 pname = "genpass"; 10 + version = "0.4.12"; 11 12 src = fetchgit { 13 url = "https://git.sr.ht/~cyplo/genpass"; 14 rev = "v${version}"; 15 + sha256 = "154kprbqc59f06ciz60il4ax299zapwa0hz8vjn25rl4gr5gzn4l"; 16 }; 17 18 + cargoSha256 = "1nc699n7f732lhzfhsfknay6z3igyiqy5jymm5x815mv9y1vwaj1"; 19 20 buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation libiconv Security ]; 21 22 meta = with lib; { 23 description = "A simple yet robust commandline random password generator"; 24 homepage = "https://sr.ht/~cyplo/genpass/"; 25 + license = licenses.agpl3Only; 26 maintainers = with maintainers; [ cyplo ]; 27 }; 28 }
+1 -1
pkgs/tools/security/pdfcrack/default.nix
··· 17 homepage = "http://pdfcrack.sourceforge.net/"; 18 description = "Small command line driven tool for recovering passwords and content from PDF files"; 19 license = with licenses; [ gpl2 ]; 20 - platforms = platforms.linux; 21 maintainers = with maintainers; [ qoelet ]; 22 }; 23 }
··· 17 homepage = "http://pdfcrack.sourceforge.net/"; 18 description = "Small command line driven tool for recovering passwords and content from PDF files"; 19 license = with licenses; [ gpl2 ]; 20 + platforms = platforms.all; 21 maintainers = with maintainers; [ qoelet ]; 22 }; 23 }
+1 -1
pkgs/tools/security/shc/default.nix
··· 15 meta = with lib; { 16 homepage = "https://neurobin.org/projects/softwares/unix/shc/"; 17 description = "Shell Script Compiler"; 18 - platforms = lib.platforms.linux; 19 license = licenses.gpl3; 20 }; 21 }
··· 15 meta = with lib; { 16 homepage = "https://neurobin.org/projects/softwares/unix/shc/"; 17 description = "Shell Script Compiler"; 18 + platforms = lib.platforms.all; 19 license = licenses.gpl3; 20 }; 21 }
+1 -1
pkgs/tools/system/gt5/default.nix
··· 21 homepage = "http://gt5.sourceforge.net/"; 22 license = lib.licenses.gpl2Plus; 23 maintainers = with lib.maintainers; [viric]; 24 - platforms = with lib.platforms; linux; 25 }; 26 }
··· 21 homepage = "http://gt5.sourceforge.net/"; 22 license = lib.licenses.gpl2Plus; 23 maintainers = with lib.maintainers; [viric]; 24 + platforms = with lib.platforms; all; 25 }; 26 }
+21 -1
pkgs/top-level/all-packages.nix
··· 820 flavour = "git"; 821 }; 822 823 lxterminal = callPackage ../applications/terminal-emulators/lxterminal { }; 824 825 microcom = callPackage ../applications/terminal-emulators/microcom { }; ··· 1412 lastpass-cli = callPackage ../tools/security/lastpass-cli { }; 1413 1414 lesspass-cli = callPackage ../tools/security/lesspass-cli { }; 1415 1416 pacparser = callPackage ../tools/networking/pacparser { }; 1417 ··· 2279 ecasound = callPackage ../applications/audio/ecasound { }; 2280 2281 edac-utils = callPackage ../os-specific/linux/edac-utils { }; 2282 2283 eggdrop = callPackage ../tools/networking/eggdrop { }; 2284 ··· 3934 3935 kramdown-asciidoc = callPackage ../tools/typesetting/kramdown-asciidoc { }; 3936 3937 magic-vlsi = callPackage ../applications/science/electronics/magic-vlsi { }; 3938 3939 mcrcon = callPackage ../tools/networking/mcrcon {}; ··· 4849 gnokii = callPackage ../tools/misc/gnokii { }; 4850 4851 gnuapl = callPackage ../development/interpreters/gnu-apl { }; 4852 4853 gnu-cobol = callPackage ../development/compilers/gnu-cobol { }; 4854 ··· 6156 libx86emu = callPackage ../development/libraries/libx86emu { }; 6157 6158 libzmf = callPackage ../development/libraries/libzmf {}; 6159 6160 libreswan = callPackage ../tools/networking/libreswan { }; 6161 ··· 7412 7413 cntlm = callPackage ../tools/networking/cntlm { }; 7414 7415 pastebinit = callPackage ../tools/misc/pastebinit { }; 7416 7417 pifi = callPackage ../applications/audio/pifi { }; ··· 8634 trezor_agent = with python3Packages; toPythonApplication trezor_agent; 8635 8636 trezor-suite = callPackage ../applications/blockchains/trezor-suite { }; 8637 8638 tthsum = callPackage ../applications/misc/tthsum { }; 8639 ··· 22712 22713 freeoffice = callPackage ../applications/office/softmaker/freeoffice.nix {}; 22714 22715 freepv = callPackage ../applications/graphics/freepv { }; 22716 22717 xfontsel = callPackage ../applications/misc/xfontsel { }; ··· 24144 mpvacious = callPackage ../applications/video/mpv/scripts/mpvacious.nix {}; 24145 simple-mpv-webui = callPackage ../applications/video/mpv/scripts/simple-mpv-webui.nix {}; 24146 sponsorblock = callPackage ../applications/video/mpv/scripts/sponsorblock.nix {}; 24147 }; 24148 24149 mrpeach = callPackage ../applications/audio/pd-plugins/mrpeach { }; ··· 27819 27820 zeroadPackages = dontRecurseIntoAttrs (callPackage ../games/0ad { 27821 wxGTK = wxGTK30; 27822 - stdenv = gcc9Stdenv; 27823 }); 27824 27825 zeroad = zeroadPackages.zeroad;
··· 820 flavour = "git"; 821 }; 822 823 + logseq = callPackage ../applications/misc/logseq { 824 + electron = electron_11; 825 + }; 826 + 827 lxterminal = callPackage ../applications/terminal-emulators/lxterminal { }; 828 829 microcom = callPackage ../applications/terminal-emulators/microcom { }; ··· 1416 lastpass-cli = callPackage ../tools/security/lastpass-cli { }; 1417 1418 lesspass-cli = callPackage ../tools/security/lesspass-cli { }; 1419 + 1420 + mpdevil = callPackage ../applications/audio/mpdevil { }; 1421 1422 pacparser = callPackage ../tools/networking/pacparser { }; 1423 ··· 2285 ecasound = callPackage ../applications/audio/ecasound { }; 2286 2287 edac-utils = callPackage ../os-specific/linux/edac-utils { }; 2288 + 2289 + eddy = libsForQt5.callPackage ../applications/graphics/eddy { }; 2290 2291 eggdrop = callPackage ../tools/networking/eggdrop { }; 2292 ··· 3942 3943 kramdown-asciidoc = callPackage ../tools/typesetting/kramdown-asciidoc { }; 3944 3945 + lychee = callPackage ../tools/networking/lychee { }; 3946 + 3947 magic-vlsi = callPackage ../applications/science/electronics/magic-vlsi { }; 3948 3949 mcrcon = callPackage ../tools/networking/mcrcon {}; ··· 4859 gnokii = callPackage ../tools/misc/gnokii { }; 4860 4861 gnuapl = callPackage ../development/interpreters/gnu-apl { }; 4862 + 4863 + gnucap = callPackage ../applications/science/electronics/gnucap { }; 4864 4865 gnu-cobol = callPackage ../development/compilers/gnu-cobol { }; 4866 ··· 6168 libx86emu = callPackage ../development/libraries/libx86emu { }; 6169 6170 libzmf = callPackage ../development/libraries/libzmf {}; 6171 + 6172 + librespeed-cli = callPackage ../tools/misc/librespeed-cli { }; 6173 6174 libreswan = callPackage ../tools/networking/libreswan { }; 6175 ··· 7426 7427 cntlm = callPackage ../tools/networking/cntlm { }; 7428 7429 + past-time = python3Packages.callPackage ../tools/misc/past-time { }; 7430 + 7431 pastebinit = callPackage ../tools/misc/pastebinit { }; 7432 7433 pifi = callPackage ../applications/audio/pifi { }; ··· 8650 trezor_agent = with python3Packages; toPythonApplication trezor_agent; 8651 8652 trezor-suite = callPackage ../applications/blockchains/trezor-suite { }; 8653 + 8654 + trunk = callPackage ../development/tools/trunk { }; 8655 8656 tthsum = callPackage ../applications/misc/tthsum { }; 8657 ··· 22730 22731 freeoffice = callPackage ../applications/office/softmaker/freeoffice.nix {}; 22732 22733 + freeplane = callPackage ../applications/misc/freeplane { }; 22734 + 22735 freepv = callPackage ../applications/graphics/freepv { }; 22736 22737 xfontsel = callPackage ../applications/misc/xfontsel { }; ··· 24164 mpvacious = callPackage ../applications/video/mpv/scripts/mpvacious.nix {}; 24165 simple-mpv-webui = callPackage ../applications/video/mpv/scripts/simple-mpv-webui.nix {}; 24166 sponsorblock = callPackage ../applications/video/mpv/scripts/sponsorblock.nix {}; 24167 + thumbnail = callPackage ../applications/video/mpv/scripts/thumbnail.nix { }; 24168 }; 24169 24170 mrpeach = callPackage ../applications/audio/pd-plugins/mrpeach { }; ··· 27840 27841 zeroadPackages = dontRecurseIntoAttrs (callPackage ../games/0ad { 27842 wxGTK = wxGTK30; 27843 }); 27844 27845 zeroad = zeroadPackages.zeroad;
+4
pkgs/top-level/perl-packages.nix
··· 8682 url = "mirror://cpan/authors/id/T/TO/TORBIAK/App-Git-Autofixup-0.003001.tar.gz"; 8683 sha256 = "1q7im0zj238k5agwi7d1mz26a8r0wrxwfwp1l8n5k777gx3b5xhp"; 8684 }; 8685 meta = { 8686 maintainers = [ maintainers.DamienCassou ]; 8687 description = "Create fixup commits for topic branches";
··· 8682 url = "mirror://cpan/authors/id/T/TO/TORBIAK/App-Git-Autofixup-0.003001.tar.gz"; 8683 sha256 = "1q7im0zj238k5agwi7d1mz26a8r0wrxwfwp1l8n5k777gx3b5xhp"; 8684 }; 8685 + nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang; 8686 + postInstall = lib.optionalString stdenv.isDarwin '' 8687 + shortenPerlShebang $out/bin/git-autofixup 8688 + ''; 8689 meta = { 8690 maintainers = [ maintainers.DamienCassou ]; 8691 description = "Create fixup commits for topic branches";
+22
pkgs/top-level/python-packages.nix
··· 302 303 aionotify = callPackage ../development/python-modules/aionotify { }; 304 305 aioprocessing = callPackage ../development/python-modules/aioprocessing { }; 306 307 aiopulse = callPackage ../development/python-modules/aiopulse { }; ··· 1422 1423 cmdtest = callPackage ../development/python-modules/cmdtest { }; 1424 1425 cmsis-svd = callPackage ../development/python-modules/cmsis-svd { }; 1426 1427 cntk = callPackage ../development/python-modules/cntk { }; ··· 1842 django-auth-ldap = callPackage ../development/python-modules/django-auth-ldap { }; 1843 1844 django-cache-url = callPackage ../development/python-modules/django-cache-url { }; 1845 1846 django_classytags = callPackage ../development/python-modules/django_classytags { }; 1847 ··· 3565 3566 jupyter_core = callPackage ../development/python-modules/jupyter_core { }; 3567 3568 jupyterhub = callPackage ../development/python-modules/jupyterhub { }; 3569 3570 jupyterhub-ldapauthenticator = callPackage ../development/python-modules/jupyterhub-ldapauthenticator { }; ··· 3583 3584 jupyterlab_server = callPackage ../development/python-modules/jupyterlab_server { }; 3585 3586 jupyter-repo2docker = callPackage ../development/python-modules/jupyter-repo2docker { 3587 pkgs-docker = pkgs.docker; 3588 }; ··· 4365 4366 mpi4py = callPackage ../development/python-modules/mpi4py { }; 4367 4368 mplleaflet = callPackage ../development/python-modules/mplleaflet { }; 4369 4370 mpmath = callPackage ../development/python-modules/mpmath { }; ··· 4485 natsort = callPackage ../development/python-modules/natsort { }; 4486 4487 naturalsort = callPackage ../development/python-modules/naturalsort { }; 4488 4489 nbclient = callPackage ../development/python-modules/nbclient { }; 4490 ··· 4838 4839 oyaml = callPackage ../development/python-modules/oyaml { }; 4840 4841 packaging = if isPy3k 4842 then callPackage ../development/python-modules/packaging { } 4843 else callPackage ../development/python-modules/packaging/2.nix { }; ··· 5586 pydaikin = callPackage ../development/python-modules/pydaikin { }; 5587 5588 pydantic = callPackage ../development/python-modules/pydantic { }; 5589 5590 pydbus = callPackage ../development/python-modules/pydbus { }; 5591 ··· 7628 simple-salesforce = callPackage ../development/python-modules/simple-salesforce { }; 7629 7630 simple-websocket-server = callPackage ../development/python-modules/simple-websocket-server { }; 7631 7632 simpy = callPackage ../development/python-modules/simpy { }; 7633
··· 302 303 aionotify = callPackage ../development/python-modules/aionotify { }; 304 305 + aionotion = callPackage ../development/python-modules/aionotion { }; 306 + 307 aioprocessing = callPackage ../development/python-modules/aioprocessing { }; 308 309 aiopulse = callPackage ../development/python-modules/aiopulse { }; ··· 1424 1425 cmdtest = callPackage ../development/python-modules/cmdtest { }; 1426 1427 + cmigemo = callPackage ../development/python-modules/cmigemo { 1428 + inherit (pkgs) cmigemo; 1429 + }; 1430 + 1431 cmsis-svd = callPackage ../development/python-modules/cmsis-svd { }; 1432 1433 cntk = callPackage ../development/python-modules/cntk { }; ··· 1848 django-auth-ldap = callPackage ../development/python-modules/django-auth-ldap { }; 1849 1850 django-cache-url = callPackage ../development/python-modules/django-cache-url { }; 1851 + 1852 + django-cacheops = callPackage ../development/python-modules/django-cacheops { }; 1853 1854 django_classytags = callPackage ../development/python-modules/django_classytags { }; 1855 ··· 3573 3574 jupyter_core = callPackage ../development/python-modules/jupyter_core { }; 3575 3576 + jupyter_server = callPackage ../development/python-modules/jupyter_server { }; 3577 + 3578 jupyterhub = callPackage ../development/python-modules/jupyterhub { }; 3579 3580 jupyterhub-ldapauthenticator = callPackage ../development/python-modules/jupyterhub-ldapauthenticator { }; ··· 3593 3594 jupyterlab_server = callPackage ../development/python-modules/jupyterlab_server { }; 3595 3596 + jupyter-packaging = callPackage ../development/python-modules/jupyter-packaging { }; 3597 + 3598 jupyter-repo2docker = callPackage ../development/python-modules/jupyter-repo2docker { 3599 pkgs-docker = pkgs.docker; 3600 }; ··· 4377 4378 mpi4py = callPackage ../development/python-modules/mpi4py { }; 4379 4380 + mplfinance = callPackage ../development/python-modules/mplfinance { }; 4381 + 4382 mplleaflet = callPackage ../development/python-modules/mplleaflet { }; 4383 4384 mpmath = callPackage ../development/python-modules/mpmath { }; ··· 4499 natsort = callPackage ../development/python-modules/natsort { }; 4500 4501 naturalsort = callPackage ../development/python-modules/naturalsort { }; 4502 + 4503 + nbclassic = callPackage ../development/python-modules/nbclassic { }; 4504 4505 nbclient = callPackage ../development/python-modules/nbclient { }; 4506 ··· 4854 4855 oyaml = callPackage ../development/python-modules/oyaml { }; 4856 4857 + packageurl-python = callPackage ../development/python-modules/packageurl-python { }; 4858 + 4859 packaging = if isPy3k 4860 then callPackage ../development/python-modules/packaging { } 4861 else callPackage ../development/python-modules/packaging/2.nix { }; ··· 5604 pydaikin = callPackage ../development/python-modules/pydaikin { }; 5605 5606 pydantic = callPackage ../development/python-modules/pydantic { }; 5607 + 5608 + pydash = callPackage ../development/python-modules/pydash { }; 5609 5610 pydbus = callPackage ../development/python-modules/pydbus { }; 5611 ··· 7648 simple-salesforce = callPackage ../development/python-modules/simple-salesforce { }; 7649 7650 simple-websocket-server = callPackage ../development/python-modules/simple-websocket-server { }; 7651 + 7652 + simplisafe-python = callPackage ../development/python-modules/simplisafe-python { }; 7653 7654 simpy = callPackage ../development/python-modules/simpy { }; 7655