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 Sep 2, 2022
1 parent 6b4445a commit da57784
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions repos/elpa/elpa-generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4196,10 +4196,10 @@
elpaBuild {
pname = "shell-command-plus";
ename = "shell-command+";
version = "2.3.2";
version = "2.4.1";
src = fetchurl {
url = "https://elpa.gnu.org/packages/shell-command+-2.3.2.tar";
sha256 = "03hmk4gr9kjy3238n0ys9na00py035j9s0y8d87c45f5af6c6g2c";
url = "https://elpa.gnu.org/packages/shell-command+-2.4.1.tar";
sha256 = "1pbv5g58647gq83vn5pg8c6kjhvjn3lj0wggz3iz3695yvl8aw4i";
};
packageRequires = [ emacs ];
meta = {
Expand Down Expand Up @@ -5492,16 +5492,16 @@
license = lib.licenses.free;
};
}) {};
zuul = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
zuul = callPackage ({ elpaBuild, emacs, fetchurl, lib, project }:
elpaBuild {
pname = "zuul";
ename = "zuul";
version = "0.3";
version = "0.4.0";
src = fetchurl {
url = "https://elpa.gnu.org/packages/zuul-0.3.tar";
sha256 = "04jqxdl1g6zpd41gr4crjdbnyk6vzwv036qilbm1g7d3ipxb2wjz";
url = "https://elpa.gnu.org/packages/zuul-0.4.0.tar";
sha256 = "1bm91g001q3n5m9ihxc719siiiy23pkpfkhplwi9p1i4i9zrpx5g";
};
packageRequires = [ emacs ];
packageRequires = [ emacs project ];
meta = {
homepage = "https://elpa.gnu.org/packages/zuul.html";
license = lib.licenses.free;
Expand Down

0 comments on commit da57784

Please sign in to comment.