Skip to content

Commit

Permalink
Updated repos/elpa
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 24, 2022
1 parent 88cb5bf commit b7e0dc2
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions repos/elpa/elpa-generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2223,10 +2223,10 @@
elpaBuild {
pname = "inspector";
ename = "inspector";
version = "0.5";
version = "0.6";
src = fetchurl {
url = "https://elpa.gnu.org/packages/inspector-0.5.tar";
sha256 = "19f2a0fw0zcrfirjhq7my910jiqxqkishyjprj87cahpksdp4cp9";
url = "https://elpa.gnu.org/packages/inspector-0.6.tar";
sha256 = "0kfs4qqj1hr03apk09a76gi6j6fr8y9ip4px921alihfmn90zfav";
};
packageRequires = [ emacs ];
meta = {
Expand Down Expand Up @@ -4745,6 +4745,21 @@
license = lib.licenses.free;
};
}) {};
topspace = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
elpaBuild {
pname = "topspace";
ename = "topspace";
version = "0.3.0";
src = fetchurl {
url = "https://elpa.gnu.org/packages/topspace-0.3.0.tar";
sha256 = "04w7pvlbl3h9g0hpdj90s2s6p3j4gc659lwaalxf0i016zpmf5a4";
};
packageRequires = [ emacs ];
meta = {
homepage = "https://elpa.gnu.org/packages/topspace.html";
license = lib.licenses.free;
};
}) {};
tramp = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
elpaBuild {
pname = "tramp";
Expand Down

0 comments on commit b7e0dc2

Please sign in to comment.