Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e6eb021652 
								
							 
						 
						
							
							
								
								gnu: guile-eris: Fix typo in description.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo. 
							
						 
						
							2021-04-10 14:11:34 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								48a2887a8f 
								
							 
						 
						
							
							
								
								gnu: guile-eris: Fix typo in description.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo. 
							
						 
						
							2021-04-10 14:11:28 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Masaya Tojo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4b83f820dd 
								
							 
						 
						
							
							
								
								gnu: guile-cv: Use guile2.2 version of guile-lib.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-cv)[propagated-inputs]: Change from
guile-lib to guile2.2-lib.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2021-04-09 17:46:38 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Xinglu Chen 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								fa76e52d87 
								
							 
						 
						
							
							
								
								gnu: Add guile-imanifest.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-imanifest): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net> 
							
						 
						
							2021-03-31 07:24:59 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mathieu Othacehe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d999fc689e 
								
							 
						 
						
							
							
								
								gnu: guile-mastodon: Update to 0.0.1-1.74b75bc.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-mastodon): Update to 0.0.1-1.74b75bc.
[source]: Remove Guile-3.0 snippet since this new release brings Guile-3.0
support. 
							
						 
						
							2021-03-24 19:22:43 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Leo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								69b3907adf 
								
							 
						 
						
							
							
								
								gnu: guile-avahi: Fix compilation on powerpc64le-linux.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-avahi)[arguments]: Parallel builds fail on
powerpc64le-linux. Set "#:parallel-build?" to "#f".
Signed-off-by: Chris Marusich <cmmarusich@gmail.com> 
							
						 
						
							2021-03-23 23:19:56 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Sample 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4cd88522f2 
								
							 
						 
						
							
							
								
								gnu: Add guile-quickcheck.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-quickcheck): New variable. 
							
						 
						
							2021-03-21 12:05:54 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Maxim Cournoyer 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								cec4f5f556 
								
							 
						 
						
							
							
								
								gnu: guile-lib: Update to 0.2.7.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-lib): Remove trailing #t.
[source]: Remove snippet and modules field.
[phases]{patch-for-cross-compilation}: Remove phase.
[native-inputs]: Add pkg-config. 
							
						 
						
							2021-03-20 15:55:18 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bb8a0d8057 
								
							 
						 
						
							
							
								
								gnu: emacsy-minimal: Fix build.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (emacsy-minimal)[native-inputs]:
Add autoconf, automake, gettext-minimal, libtool, pkg-config,
and texinfo. 
							
						 
						
							2021-03-18 21:07:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Maxime Devos 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ce10e2b3e9 
								
							 
						 
						
							
							
								
								gnu: Use autoconf instead of autoconf-wrapper when possible.  
							
							... 
							
							
							
							This should reduce confusion on when to use the "autoconf"
package and when to use "autoconf-wrapper" instead in
package definitions.
Fixes <https://bugs.gnu.org/46564 >.
* gnu/packages/autotools.scm (autoconf-wrapper):
  advise to use the "autoconf" package instead where
  possible.
* gnu/packages/game-development.scm (tsukundere)[native-inputs]:
  use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gimp.scm
  (glimpse)[native-inputs]: likewise.
  (gimp-resynthesizer)[native-inputs]: add comment on why
  "autoconf-wrapper" is used.
* gnu/packages/gnunet.scm (gnunet)[native-inputs]:
  use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/gnupg.scm (signing-party)[native-inputs]:
  add comment on why "autoconf-wrapper" is used.
* gnu/packages/guile-xyz.scm
  (guile-bash,guile-filesystem,guile-ics,guile-udev)[native-inputs]:
  use "autoconf" instead of "autoconf-wrapper".
* gnu/packages/libevent.scm (libuv)[native-inputs]: indicates
  "autoconf-wrapper" needs to be replaced with "autoconf"
  on core-updates.
* gnu/packages/logging.scm (glog)[native-inputs]: use "autoconf"
  instead of "autoconf-wrapper".
* gnu/packages/mail.scm (libetpan)[native-inputs]: likewise.
* gnu/packages/mate.scm
  (mate-icon-theme-faenza)[native-inputs]: add comment on why
  "autoconf-wrapper" is used.
  (mate-screensaver)[native-inputs]: use "autoconf" instead of
  "autoconf-wrapper".
* gnu/packages/package-management.scm (guix)[native-inputs]: likewise.
* gnu/packages/sawfish.scm (librep)[native-inputs]: likewise.
* gnu/packages/video.scm (motion)[native-inputs]: likewise.
* gnu/packages/zile.scm (zile)[native-inputs]: likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2021-03-17 23:10:19 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								714a8faa04 
								
							 
						 
						
							
							
								
								gnu: guile-email-latest: Update to 0.2.2-1.ca0520a.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-email-latest): Update to 0.2.2-1.ca0520a. 
							
						 
						
							2021-03-15 11:43:19 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Xinglu Chen 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								aa0598974b 
								
							 
						 
						
							
							
								
								gnu: Add guile-f-scm.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-f-scm): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> 
							
						 
						
							2021-03-13 14:58:28 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mathieu Othacehe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0d5e2c587f 
								
							 
						 
						
							
							
								
								gnu: guile-simple-zmq: Update to 0.0.0-9.b2ea97e.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-9.b2ea97e. 
							
						 
						
							2021-03-10 08:49:47 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Christopher Baines 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a0b24d5f8c 
								
							 
						 
						
							
							
								
								gnu: guile-lib: Fix cross compilation.  
							
							... 
							
							
							
							These changes were sent upstream as
https://lists.gnu.org/archive/html/guile-devel/2021-02/msg00004.html 
Without this change, the .go files are built for the host architecture, rather
than the target. I noticed this when cross building the
guix-build-coordinator (for which guile-lib is an input) to the Hurd.
* gnu/packages/guile-xyz.scm (guile-lib)[arguments]: Add
'patch-for-cross-compilation phase.
[native-inputs]: Add autoconf, automake and gettext.
(guile2.0-lib): Adjust to use alist-replace.
(guile2.2-lib): Adjust to use alist-replace. 
							
						 
						
							2021-03-08 22:01:25 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									pukkamustard 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ff9f2463f9 
								
							 
						 
						
							
							
								
								gnu: Add guile-cbor.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-cbor): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2021-03-01 17:45:51 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mathieu Othacehe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								73303067c7 
								
							 
						 
						
							
							
								
								gnu: guile-simple-zmq: Update to 0.0.0-8.e944617.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-8.e944617.
[build-system]: Switch to gnu-build-system.
[arguments]: Remove the set-libzmq-file-name phase.
[inputs]: Add autoconf, automake and pkg-config. 
							
						 
						
							2021-02-25 11:28:29 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Hill 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d70b0f92e9 
								
							 
						 
						
							
							
								
								gnu: guile-dsv: Update to 0.4.0.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.4.0
[arguments]: Remove phase "configure-support-guile3.0".
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2021-02-22 12:07:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mathieu Othacehe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bbd26d60ed 
								
							 
						 
						
							
							
								
								gnu: guile-mastodon: Build with Guile 3.0.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-mastodon)[source]: Modify configure.ac to
add Guile 3.0 support.
[native-inputs]: Add "emacs" and "texinfo".
[inputs]: Use Guile 3.0 and Guile Json 4.0. 
							
						 
						
							2021-02-22 10:23:04 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mathieu Othacehe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								32e2d9c7f8 
								
							 
						 
						
							
							
								
								gnu: guile-simple-zmq: Update to 0.0.0-7.c8b1fa0.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-7.c8b1fa0. 
							
						 
						
							2021-02-18 15:58:57 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mathieu Othacehe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0d35619a13 
								
							 
						 
						
							
							
								
								gnu: guile-simple-zmq: Update to 0.0.0-6.b5f1aee.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-6.b5f1aee. 
							
						 
						
							2021-02-13 10:08:04 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0e4f49f169 
								
							 
						 
						
							
							
								
								gnu: guile-commonmark: Fix build with Guile 3.0.5.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-commonmark)[arguments]: Add phase to fix
tests when building with Guile 3.0.5. 
							
						 
						
							2021-02-06 21:45:13 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d39c626cb9 
								
							 
						 
						
							
							
								
								gnu: guile2.2-picture-language: Use the 2.2 dependencies.  
							
							... 
							
							
							
							This is a followup to b54b3f5419 
							
						 
						
							2021-02-04 09:39:41 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e55f1ac777 
								
							 
						 
						
							
							
								
								gnu: haunt: Switch to 'guile-3.0-latest'.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (haunt)[inputs]: Use GUILE-3.0-LATEST
instead of GUILE-3.0. 
							
						 
						
							2021-02-03 12:41:28 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Efraim Flashner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f048c4f38b 
								
							 
						 
						
							
							
								
								gnu: guile-redis: Remove guild warnings.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-redis)[arguments]: Pass
GUILE_AUTO_COMPILE=0 as make-flag to prevent guild warnings. 
							
						 
						
							2021-01-27 11:20:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									BonfaceKilz 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3968722b79 
								
							 
						 
						
							
							
								
								gnu: guile-redis: Update to 2.0.0.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-redis): Update to 2.0.0.
(guile2.0-redis)[arguments]: Add phase to adjust module imports.
This patch was co-authored with Efraim Flashner.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il> 
							
						 
						
							2021-01-27 11:20:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								559feb6661 
								
							 
						 
						
							
							
								
								gnu: Add guile-libyaml.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-libyaml): New variable. 
							
						 
						
							2021-01-18 23:26:53 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b54b3f5419 
								
							 
						 
						
							
							
								
								gnu: guile-picture-language: Update to 0.0.1-4.291a746.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-picture-language): Update to
0.0.1-4.291a746.
[propagated-inputs]: Add guile-cairo. 
							
						 
						
							2021-01-11 11:49:41 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0a40da604f 
								
							 
						 
						
							
							
								
								gnu: Add schmutz.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (schmutz): New variable. 
							
						 
						
							2021-01-08 13:34:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f40ddf95a3 
								
							 
						 
						
							
							
								
								gnu: artanis: Fix typo.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (artanis): Fix typo. 
							
						 
						
							2021-01-05 00:12:21 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								84e31f3c29 
								
							 
						 
						
							
							
								
								gnu: Add guile-udev.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-udev): New variable. 
							
						 
						
							2021-01-05 00:12:21 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								01b59dea74 
								
							 
						 
						
							
							
								
								gnu: Add guile-jwt.  
							
							... 
							
							
							
							* gnu/packages/curl.scm (guile-jwt): New variable. 
							
						 
						
							2021-01-05 00:12:21 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								475c3278df 
								
							 
						 
						
							
							
								
								gnu: emacsy: Partially unbreak build and switch to Guile 3.0.  
							
							... 
							
							
							
							Previously it would fail to build.  Now it fails tests.
* gnu/packages/guile-xyz.scm (emacsy)[source]: Adjust 'uri'.  Add
'snippet' and 'modules'.
[native-inputs]: Remove AUTOCONF and AUTOMAKE.  Replace GUILE-2.2 by
GUILE-3.0.
[inputs]: Replace GUILE-2.2 by GUILE-3.0. 
							
						 
						
							2021-01-04 23:54:15 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								edf0043a2a 
								
							 
						 
						
							
							
								
								gnu: guile-studio: Update to 0.1.0-1.93622e7.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-studio): Update to 0.1.0-1.93622e7.
[arguments]: Remove ICONS_DIR from make-flags.
[inputs]: Add emacs-all-the-icons-dired. 
							
						 
						
							2021-01-03 22:38:51 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Leo Prikler 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d414327a2e 
								
							 
						 
						
							
							
								
								gnu: guile-gi: Patch all references to libguile-gi.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-gi)[patch-references-to-extension]:
Use find-files to discover all modules. 
							
						 
						
							2021-01-03 19:18:55 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Leo Prikler 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8ab084951f 
								
							 
						 
						
							
							
								
								gnu: guile-gi: Update to 0.3.1.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.1. 
							
						 
						
							2021-01-03 19:18:55 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Christopher Baines 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d944f10ddd 
								
							 
						 
						
							
							
								
								gnu: Add guile2.0-pg.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile2.0-pg): New variable. 
							
						 
						
							2021-01-03 18:10:53 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								761710957c 
								
							 
						 
						
							
							
								
								gnu: guile-picture-language: Update to 0.0.1-3.7e5982a.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-picture-language): Update to
0.0.1-3.7e5982a.
[propagated-inputs]: Add guile-rsvg.
[native-inputs]: Remove imagemagick; add librsvg.
[license]: Add GPLv3+. 
							
						 
						
							2021-01-03 16:04:23 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6908552b32 
								
							 
						 
						
							
							
								
								gnu: guile-studio: Update to 0.0.4-2.e9f2b46.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-studio): Update to 0.0.4-2.e9f2b46.
[inputs]: Add emacs-dired-sidebar. 
							
						 
						
							2021-01-01 22:03:11 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mathieu Othacehe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								50812aaeb6 
								
							 
						 
						
							
							
								
								gnu: guile-squee: Update to 0-2.c1497a2.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-2.c1497a2. 
							
						 
						
							2021-01-01 17:28:58 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								777ecc1eeb 
								
							 
						 
						
							
							
								
								gnu: guile-studio: Update to 0.0.4-1.84d4e8d.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-studio): Update to 0.0.4-1.84d4e8d.
[inputs]: Remove emacs-smart-mode-line; add emacs-f, emacs-memoize,
emacs-all-the-icons, emacs-doom-modeline, emacs-modus-themes, and emacs-ivy. 
							
						 
						
							2020-12-31 22:36:40 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								906fb64184 
								
							 
						 
						
							
							
								
								gnu: guile-picture-language: Update to 0.0.1-2.bf4600b.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-picture-language): Update to 0.0.1-2.bf4600b. 
							
						 
						
							2020-12-31 22:36:40 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e47a5711f0 
								
							 
						 
						
							
							
								
								gnu: Add guile-shapefile.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-shapefile): New variable. 
							
						 
						
							2020-12-30 21:21:29 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								67a608403e 
								
							 
						 
						
							
							
								
								gnu: Add guile-r6rs-protobuf.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-r6rs-protobuf): New variable. 
							
						 
						
							2020-12-27 23:00:55 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									pukkamustard 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								208cb96067 
								
							 
						 
						
							
							
								
								gnu: Add guile-eris.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-eris): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2020-12-12 20:57:33 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									pukkamustard 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f53c100524 
								
							 
						 
						
							
							
								
								gnu: Add guile-sodium.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-sodium): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2020-12-12 20:57:32 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mathieu Othacehe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								edc2acb779 
								
							 
						 
						
							
							
								
								gnu: guile-simple-zmq: Update to 0.0.0-5.f8b7d81.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-5.f8b7d81. 
							
						 
						
							2020-12-11 17:53:21 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Christopher Baines 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								77667e2e63 
								
							 
						 
						
							
							
								
								gnu: guile-prometheus: Update to 0-5.35dc26c.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-5.35dc26c. 
							
						 
						
							2020-12-10 19:58:14 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Christopher Baines 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3fdb01f1f5 
								
							 
						 
						
							
							
								
								gnu: guile-prometheus: Update to 0-4.f661edf.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-4.f661edf. 
							
						 
						
							2020-12-10 09:28:25 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Christopher Baines 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7306c67912 
								
							 
						 
						
							
							
								
								gnu: guile-lib: Support cross-compilation.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-lib)[native-inputs]: Add guile-3.0.
(guile2.0-lib, guile2.2-lib)[native-inputs]: Explicitly specifiy pkg-config. 
							
						 
						
							2020-12-06 21:09:41 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8b3b1f34e6 
								
							 
						 
						
							
							
								
								gnu: Add guile-email-latest.  
							
							... 
							
							
							
							* gnu/packages/guile-xyz.scm (guile-email-latest): New variable. 
							
						 
						
							2020-12-06 12:43:43 +01:00