Alex Griffin 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b0945d6944 
								
							 
						 
						
							
							
								
								gnu: netcat-openbsd: Update to 1.206-1.  
							
							... 
							
							
							
							* gnu/packages/admin.scm (netcat-openbsd): Update to 1.206-1. 
							
						 
						
							2019-12-11 13:38:15 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Leo Prikler 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								997153a132 
								
							 
						 
						
							
							
								
								gnu: gnome-shell-extension-dash-to-dock: Update to 66.  
							
							... 
							
							
							
							* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock):
Update to 66.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il> 
							
						 
						
							2019-12-11 18:05:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								98aecd3a5e 
								
							 
						 
						
							
							
								
								gnu: python-argcomplete: Update to 1.10.3.  
							
							... 
							
							
							
							Co-authored-by: pimi <madalinionel.patrascu@mdc-berlin.de>
* gnu/packages/python-xyz.scm (python-argcomplete): Update to 1.10.3.
[arguments]: Patch completion script to keep tool references.
[inputs]: Add "grep" and "which".
[native-inputs]: Add "python-coverage", "python-flake8", "python-wheel", and
"fish". 
							
						 
						
							2019-12-11 15:50:00 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b47e083b59 
								
							 
						 
						
							
							
								
								gnu: vpnc-scripts: Use WRAP-SCRIPT.  
							
							... 
							
							
							
							* gnu/packages/vpn.scm (vpnc-scripts)[arguments]: Use WRAP-SCRIPT instead of
WRAP-PROGRAM.
[inputs]: Add guile. 
							
						 
						
							2019-12-11 15:50:00 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Diego Nicola Barbato 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1e2640baac 
								
							 
						 
						
							
							
								
								gnu: qemu: Build with vde2 support.  
							
							... 
							
							
							
							* gnu/packages/virtualization.scm (qemu)[inputs]: Add vde2.
* gnu/packages/virtualization.scm (qemu-minimal)[inputs]: Remove vde2 from
  inherited inputs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2019-12-11 12:13:03 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Diego Nicola Barbato 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a0993c29da 
								
							 
						 
						
							
							
								
								gnu: Add vde2.  
							
							... 
							
							
							
							* gnu/packages/networking.scm (vde2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2019-12-11 12:13:03 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Brice Waegeneire 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								263a267b75 
								
							 
						 
						
							
							
								
								import: crate: Better handle license expressions.  
							
							... 
							
							
							
							* guix/import/crate.scm (%dual-license-rx): Removed function.
(crate->guix-package): Handle most of the multi-licensing cases.
* tests/crate.scm (licenses): Add tests for some licenses.
Co-authored-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2019-12-11 12:13:03 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Brian Leung 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4982de4c32 
								
							 
						 
						
							
							
								
								import: crate: Add recursive import test.  
							
							... 
							
							
							
							* tests/crate.scm (test-crate): Rename to...
(test-foo-crate): ... this.
(test-dependencies): Rename to...
(test-foo-dependencies): ... this.
(test-root-crate, test-root-dependencies, test-intermediate-1-crate)
(test-intermediate-1-dependencies, test-intermediate-2-crate)
(test-intermediate-2-dependencies, test-leaf-alice-crate)
(test-leaf-alice-dependencies, test-leaf-bob-crate)
(test-leaf-bob-dependencies): New variables.
("crate->guix-package"): Adjust accordingly.
("cargo-recursive-import"): New test.
Co-authored-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2019-12-11 12:13:03 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								70a8e13277 
								
							 
						 
						
							
							
								
								import: utils: 'recursive-import' returns a list rather than a stream.  
							
							... 
							
							
							
							* guix/import/utils.scm (recursive-import): Remove 'list->stream' call.
* guix/scripts/import/cran.scm (guix-import-cran): Remove 'stream->list'
call.
* guix/scripts/import/crate.scm (guix-import-crate): Likewise.
* guix/scripts/import/elpa.scm (guix-import-elpa): Likewise.
* guix/scripts/import/gem.scm (guix-import-gem): Likewise.
* guix/scripts/import/hackage.scm (guix-import-hackage): Likewise.
* guix/scripts/import/opam.scm (guix-import-opam): Likewise.
* guix/scripts/import/pypi.scm (guix-import-pypi): Likewise.
* guix/scripts/import/stackage.scm (guix-import-stackage): Likewise.
* tests/gem.scm ("gem-recursive-import"): Likewise.
* tests/import-utils.scm ("recursive-import"): Likewise.
Co-authored-by: Brian Leung <bkleung89@gmail.com> 
							
						 
						
							2019-12-11 12:13:03 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ddd5915900 
								
							 
						 
						
							
							
								
								import: utils: 'recursive-import' returns packages in topological order.  
							
							... 
							
							
							
							* guix/import/utils.scm (topological-sort): New procedure.
(recursive-import): Rewrite to use it.
* tests/import-utils.scm ("recursive-import"): New test.
* guix/import/cran.scm (cran->guix-package): Always return two values.
* guix/scripts/import/cran.scm (guix-import-cran): Remove 'reverse' call
on 'cran-recursive-import' result.
* guix/scripts/import/crate.scm (guix-import-crate): Likewise.
* guix/scripts/import/elpa.scm (guix-import-elpa): Likewise.
* guix/scripts/import/gem.scm (guix-import-gem): Likewise.
* guix/scripts/import/hackage.scm (guix-import-hackage): Likewise.
* guix/scripts/import/opam.scm (guix-import-opam): Likewise.
* guix/scripts/import/pypi.scm (guix-import-pypi): Likewise.
* guix/scripts/import/stackage.scm (guix-import-stackage): Likewise.
* tests/gem.scm ("gem-recursive-import"): Change the order of package
expressions accordingly. 
							
						 
						
							2019-12-11 12:12:58 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicolò Balzarotti 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6c3021a840 
								
							 
						 
						
							
							
								
								gnu: Add r-lintr.  
							
							... 
							
							
							
							* gnu/packages/cran.scm (r-lintr): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 
						
							2019-12-11 12:10:15 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicolò Balzarotti 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bd538a031e 
								
							 
						 
						
							
							
								
								gnu: Add r-cyclocomp.  
							
							... 
							
							
							
							* gnu/packages/cran.scm (r-cyclocomp): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 
						
							2019-12-11 12:08:19 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicolò Balzarotti 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f00da07471 
								
							 
						 
						
							
							
								
								gnu: Add r-xmlparsedata.  
							
							... 
							
							
							
							* gnu/packages/cran.scm (r-xmlparsedata): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 
						
							2019-12-11 12:06:41 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicolò Balzarotti 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5d387030e8 
								
							 
						 
						
							
							
								
								gnu: Add r-statcheck.  
							
							... 
							
							
							
							* gnu/packages/cran.scm (r-statcheck): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 
							
						 
						
							2019-12-11 12:06:41 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e87b83b62c 
								
							 
						 
						
							
							
								
								gnu: Deprecate kdevplatform package.  
							
							... 
							
							
							
							* gnu/packages/kde.scm (kdevplatform): Define as a deprecated alias
  for 'kdevelop`. 
							
						 
						
							2019-12-11 11:52:51 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6e23bee634 
								
							 
						 
						
							
							
								
								gnu: kdevelop: Update to 5.4.5.  
							
							... 
							
							
							
							* gnu/packages/kde.scm(kdevelop): Update to 5.4.5, use qt-build-sytem.
  [native-inputs]: Move shared-mime-info from …
  [inputs] … here; Remove kconfig, kdevplatform, libepoxy; Add apr, apr-util,
  astyle, attica, boost, kconfigwidgets, kservice, libkomparediff2,
  oxygen-icons, qtquickcontrols2, sonnet, subversion; structure and sort list
  of inputs.
  [arguments] Disable tests.  <phases>: Base on phases from qt-build-system.
  {wrap-executable}: Remove.  {add-include-path}: New phase.  {check} Keep it.. 
							
						 
						
							2019-12-11 11:52:50 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								498abd9534 
								
							 
						 
						
							
							
								
								gnu: kdevelop-pg-qt: Update to 2.2.0.  
							
							... 
							
							
							
							* gnu/packages/kde.scm(kdevelop-pg-qt): Update to 2.2.0. 
							
						 
						
							2019-12-11 11:52:50 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark H Weaver 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								04b33ce205 
								
							 
						 
						
							
							
								
								gnu: nss: Fix CVE-2019-11745 via graft.  
							
							... 
							
							
							
							* gnu/packages/patches/nss-CVE-2019-11745.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/nss.scm (nss/fixed): New variable.
(nss)[replacement]: Add field. 
							
						 
						
							2019-12-11 01:52:10 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									nixo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bc587eb178 
								
							 
						 
						
							
							
								
								gnu: enchive: Update to 3.5.  
							
							... 
							
							
							
							* gnu/packages/crypto.scm (enchive): Update to 3.5.
[source]: Replace url-fetch with git-fetch.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il> 
							
						 
						
							2019-12-11 04:51:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Miloradovsky 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								27f8d98f8e 
								
							 
						 
						
							
							
								
								gnu: libraft: Update to 0.9.11.  
							
							... 
							
							
							
							* gnu/packages/cluster.scm (libraft): Update to 0.9.11.
[arguments]: Enable libuv I/O backend. Add phase to skip some tests.
[inputs]: Add libuv.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il> 
							
						 
						
							2019-12-11 04:47:04 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								615d8c8974 
								
							 
						 
						
							
							
								
								gnu: xf86-video-intel: Update to 2.99.917-15.f66d395.  
							
							... 
							
							
							
							* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-15.f66d395. 
							
						 
						
							2019-12-11 01:13:25 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4b96b90ae1 
								
							 
						 
						
							
							
								
								gnu: Remove duplicate copyright line.  
							
							... 
							
							
							
							* gnu/packages/kde.scm: Remove duplicate copyright. 
							
						 
						
							2019-12-11 01:13:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3d1bb6a729 
								
							 
						 
						
							
							
								
								gnu: strace: Update to 5.4.  
							
							... 
							
							
							
							* gnu/packages/linux.scm (strace): Update to 5.4. 
							
						 
						
							2019-12-11 01:13:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3f64bc32b0 
								
							 
						 
						
							
							
								
								gnu: shadow: Update to 4.8.  
							
							... 
							
							
							
							* gnu/packages/admin.scm (shadow): Update to 4.8. 
							
						 
						
							2019-12-11 01:13:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b7ea10d090 
								
							 
						 
						
							
							
								
								gnu: OpenAL: Update home page.  
							
							... 
							
							
							
							* gnu/packages/audio.scm (openal)[source, home-page]: Use HTTPS. 
							
						 
						
							2019-12-11 01:13:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								69290fd034 
								
							 
						 
						
							
							
								
								gnu: OpenAL: Update to 1.20.0.  
							
							... 
							
							
							
							* gnu/packages/audio.scm (openal): Update to 1.20.0.
[arguments]: Adjust for renamed files.
[native-inputs]: Remove. 
							
						 
						
							2019-12-11 01:13:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								818b956b42 
								
							 
						 
						
							
							
								
								gnu: re2: Update to 2019-12-01.  
							
							... 
							
							
							
							* gnu/packages/regex.scm (re2): Update to 2019-12-01. 
							
						 
						
							2019-12-11 01:13:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								fd69abdef2 
								
							 
						 
						
							
							
								
								gnu: dav1d: Update to 0.5.2.  
							
							... 
							
							
							
							* gnu/packages/video.scm (dav1d): Update to 0.5.2. 
							
						 
						
							2019-12-11 01:13:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1debba19db 
								
							 
						 
						
							
							
								
								gnu: frei0r-plugins: Update to 1.7.0.  
							
							... 
							
							
							
							* gnu/packages/video.scm (frei0r-plugins): Update to 1.7.0.
[native-inputs]: Remove LIBTOOL, AUTOCONF and AUTOMAKE.
[arguments]: Remove 'autotools' phase.  Add 'patch-Makefile' phase. 
							
						 
						
							2019-12-11 01:13:23 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9ae87870bf 
								
							 
						 
						
							
							
								
								gnu: libsoup: Update to 2.68.3.  
							
							... 
							
							
							
							* gnu/packages/gnome.scm (libsoup): Update to 2.68.3. 
							
						 
						
							2019-12-11 01:13:23 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7809ddc287 
								
							 
						 
						
							
							
								
								gnu: elogind: Update to 241.4.  
							
							... 
							
							
							
							* gnu/packages/freedesktop.scm (elogind): Update to 241.4. 
							
						 
						
							2019-12-11 01:13:23 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark H Weaver 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								296ac36782 
								
							 
						 
						
							
							
								
								gnu: git: Update to 2.24.1 [security fixes].  
							
							... 
							
							
							
							Includes fixes for CVE-2019-1348, CVE-2019-1349, CVE-2019-1350,
CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354,
CVE-2019-1387, and CVE-2019-19604.
* gnu/packages/version-control.scm (git): Update to 2.24.1.
[native-inputs]: Update git-manpages accordingly. 
							
						 
						
							2019-12-10 15:44:41 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark H Weaver 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d7f1481de0 
								
							 
						 
						
							
							
								
								gnu: cgit: Update git-source to 2.18.2 [security-fixes].  
							
							... 
							
							
							
							Includes fixes for CVE-2019-1348, CVE-2019-1349, CVE-2019-1350,
CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354,
and CVE-2019-1387
* gnu/packages/version-control.scm (cgit)[inputs]: Update git-source
to 2.18.2. 
							
						 
						
							2019-12-10 15:44:34 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c20ba18304 
								
							 
						 
						
							
							
								
								profiles: Use 'getpwuid' when $USER and $LOGNAME are undefined.  
							
							... 
							
							
							
							Reported by YOANN P <yoann_mac_donald@hotmail.com>.
* guix/profiles.scm (%profile-directory): Fall back to 'getpwuid' when
"USER" and "LOGNAME" are undefined. 
							
						 
						
							2019-12-10 20:56:06 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								dc995fcd5a 
								
							 
						 
						
							
							
								
								pack: Clarify the /bin/sh requirement for Singularity.  
							
							... 
							
							
							
							* guix/scripts/pack.scm (squashfs-image)[symlinks*]: New variable.
[build]: Use it instead of SYMLINKS.
(guix-pack): Emit a warning and a hint when "bash" and "bash-minimal"
are missing and PACK-FORMAT is 'squashfs.
* doc/guix.texi (Invoking guix pack): Document the /bin/sh requirement
for Singularity. 
							
						 
						
							2019-12-10 20:56:05 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Reza Alizadeh Majd 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								fc81316384 
								
							 
						 
						
							
							
								
								gnu: qps: Update to 2.0.0.  
							
							... 
							
							
							
							* gnu/packages/lxqt.scm (qps): Update to 2.0.0.
Signed-off-by: Brett Gilio <brettg@posteo.net> 
							
						 
						
							2019-12-10 12:52:17 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								343f5efbc3 
								
							 
						 
						
							
							
								
								gnu: gajim: Fix search for translations.  
							
							... 
							
							
							
							Fixes <https://bugs.gnu.org/38558 >.
* gnu/packages/messaging.scm (gajim)[arguments]: Wrap executables in
XDG_DATA_DIRS. 
							
						 
						
							2019-12-10 17:30:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								95563d628a 
								
							 
						 
						
							
							
								
								gnu: Add kjumpingcube.  
							
							... 
							
							
							
							* gnu/packages/games.scm (kjumpingcube): New variable. 
							
						 
						
							2019-12-10 17:28:47 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4fe7423812 
								
							 
						 
						
							
							
								
								gnu: Add ksquares.  
							
							... 
							
							
							
							* gnu/packages/games.scm (ksquares): New variable. 
							
						 
						
							2019-12-10 17:28:47 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a605b25b33 
								
							 
						 
						
							
							
								
								gnu: Add kreversi.  
							
							... 
							
							
							
							* gnu/packages/games.scm (kreversi): New variable. 
							
						 
						
							2019-12-10 17:28:47 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4e75911011 
								
							 
						 
						
							
							
								
								gnu: Add knavalbattle.  
							
							... 
							
							
							
							* gnu/packages/games.scm (knavalbattle): New variable. 
							
						 
						
							2019-12-10 17:28:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f114a689e7 
								
							 
						 
						
							
							
								
								gnu: Add kollision.  
							
							... 
							
							
							
							* gnu/packages/games.scm (kollision): New variable. 
							
						 
						
							2019-12-10 17:28:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f2f0ef92f7 
								
							 
						 
						
							
							
								
								gnu: Add ksnakeduel.  
							
							... 
							
							
							
							* gnu/packages/games.scm (ksnakeduel): New variable. 
							
						 
						
							2019-12-10 17:28:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2fbf14e1d0 
								
							 
						 
						
							
							
								
								gnu: Add killbots.  
							
							... 
							
							
							
							* gnu/packages/games.scm (killbots): New variable. 
							
						 
						
							2019-12-10 17:28:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								37ea126da9 
								
							 
						 
						
							
							
								
								gnu: Add bovo.  
							
							... 
							
							
							
							* gnu/packages/games.scm (bovo): New variable. 
							
						 
						
							2019-12-10 17:28:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								fb05eed9ef 
								
							 
						 
						
							
							
								
								gnu: Add kspaceduel.  
							
							... 
							
							
							
							* gnu/packages/games.scm (kspaceduel): New variable. 
							
						 
						
							2019-12-10 17:28:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ed88e67d56 
								
							 
						 
						
							
							
								
								gnu: Add kapman.  
							
							... 
							
							
							
							* gnu/packages/games.scm (kapman): New variable. 
							
						 
						
							2019-12-10 17:28:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								01e2f2eddb 
								
							 
						 
						
							
							
								
								gnu: Add lskat.  
							
							... 
							
							
							
							* gnu/packages/games.scm (lskat): New variable. 
							
						 
						
							2019-12-10 17:28:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								90e594d3aa 
								
							 
						 
						
							
							
								
								gnu: Add kubrick.  
							
							... 
							
							
							
							* gnu/packages/games.scm (kubrick): New variable. 
							
						 
						
							2019-12-10 17:28:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f0b21b8d3c 
								
							 
						 
						
							
							
								
								gnu: Add kigo.  
							
							... 
							
							
							
							* gnu/packages/games.scm (kigo): New variable. 
							
						 
						
							2019-12-10 17:28:46 +01:00