mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
org-packages: 9.2.3 -> 9.2.6
Note that the update-org script couldn't be used, as it is currently broken. The upgrade was thus done by hand.
This commit is contained in:
parent
3376fd9f43
commit
963fee775c
1 changed files with 6 additions and 6 deletions
|
@ -4,10 +4,10 @@
|
|||
elpaBuild {
|
||||
pname = "org";
|
||||
ename = "org";
|
||||
version = "20190527";
|
||||
version = "20190904";
|
||||
src = fetchurl {
|
||||
url = "http://orgmode.org/elpa/org-20190527.tar";
|
||||
sha256 = "1fc2nyylzpikjikyb24xq2mcilridcahmjwmg0s426dqrgqpm9ij";
|
||||
url = "http://orgmode.org/elpa/org-20190904.tar";
|
||||
sha256 = "0ah5zgbxp4j3mfgriw9liamy73npp9zbkq0zrg6cfhf8l3xwbnxn";
|
||||
};
|
||||
packageRequires = [];
|
||||
meta = {
|
||||
|
@ -19,10 +19,10 @@
|
|||
elpaBuild {
|
||||
pname = "org-plus-contrib";
|
||||
ename = "org-plus-contrib";
|
||||
version = "20190527";
|
||||
version = "20190904";
|
||||
src = fetchurl {
|
||||
url = "http://orgmode.org/elpa/org-plus-contrib-20190527.tar";
|
||||
sha256 = "16kf47ij25fijf6pbfxzq9xzildj1asdzhnkf5zv5pn4312pvgnq";
|
||||
url = "http://orgmode.org/elpa/org-plus-contrib-20190904.tar";
|
||||
sha256 = "08s3fk3jim0y2v00l6ah8y08ba8wbcf29z6fxqzyaxj58a5sq81a";
|
||||
};
|
||||
packageRequires = [];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue