guile: 2.2.6 -> 2.2.7
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00004.html for release information
This commit is contained in:
parent
e95548311e
commit
605640b294
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
(rec {
|
(rec {
|
||||||
name = "guile-${version}";
|
name = "guile-${version}";
|
||||||
version = "2.2.6";
|
version = "2.2.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/guile/${name}.tar.xz";
|
url = "mirror://gnu/guile/${name}.tar.xz";
|
||||||
sha256 = "1269ymxm56j1z1lvq1y42rm961f2n7rinm3k6l00p9k52hrpcddk";
|
sha256 = "013mydzhfswqci6xmyc1ajzd59pfbdak15i0b090nhr9bzm7dxyd";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "info" ];
|
outputs = [ "out" "dev" "info" ];
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Embeddable Scheme implementation";
|
description = "Embeddable Scheme implementation";
|
||||||
homepage = https://www.gnu.org/software/guile/;
|
homepage = "https://www.gnu.org/software/guile/";
|
||||||
license = stdenv.lib.licenses.lgpl3Plus;
|
license = stdenv.lib.licenses.lgpl3Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [ ludo lovek323 vrthra ];
|
maintainers = with stdenv.lib.maintainers; [ ludo lovek323 vrthra ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
|
Loading…
Reference in New Issue