Age | Commit message (Expand) | Author |
2021-04-25 | gnu: python-opentsne: Update to 0.5.2....* gnu/packages/machine-learning.scm (python-opentsne): Update to 0.5.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-04-25 | gnu: python-pynndescent: Update to 0.5.2....* gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-04-25 | gnu: Add python-louvain 0.15....* gnu/packages/graph.scm (python-louvain): Rename variable to
python-louvain-0.6.
(python-louvain): New variable.
* gnu/packages/bioinformatics.scm (python-scanpy)[propagated-inputs]: Use
python-louvain-0.6.
Co-authored-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-04-25 | gnu: Add python-serverfiles....* gnu/packages/orange.scm (python-serverfiles): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-04-25 | gnu: Add python-orange-widget-base....* gnu/packages/orange.scm (python-orange-widget-base): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-04-25 | gnu: Add python-orange-canvas-core....* gnu/packages/orange.scm: New file.
* gnu/packages/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-04-25 | gnu: Add python-qasync....* gnu/packages/python-xyz.scm (python-qasync): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-04-25 | gnu: Add python-pyqtgraph....* gnu/packages/python-xyz.scm (python-pyqtgraph): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-04-25 | gnu: Add python-anyqt....* gnu/packages/python-xyz.scm (python-anyqt): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-04-25 | gnu: direnv: Install the documentation....* gnu/packages/shellutils.scm (direnv)[arguments]: Add a new 'install-manpages'
phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Dion Mendel |
2021-04-25 | doc: Document translation process....doc/contributing.texi (Translating Guix): New section.
doc/guix.texi (Top): Add a reference to the new section.
| Julien Lepiller |
2021-04-25 | gnu: openrct2: Update to 0.3.3....* gnu/packages/games.scm (openrct2): Update to 0.3.3.
| Pierre Neidhardt |
2021-04-25 | gnu: guile-next: Use a source file-name....* gnu/packages/guile.scm (guile-next)[source]: Add file-name field.
| Efraim Flashner |
2021-04-25 | gnu: crypto++: Use a source file-name....* gnu/packages/crypto.scm (crypto++)[source]: Add file-name field.
| Efraim Flashner |
2021-04-25 | gnu: python-traitlets: Add missing input....Reported by phodina <phodina@protonmail.com>.
* gnu/packages/python-xyz.scm (python-traitlets)[propagated-inputs]: Add
python-six.
| Efraim Flashner |
2021-04-24 | gnu: swayidle: Fix home page....* gnu/packages/wm.scm (swayidle)[home-page]: Use the correct home-page.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Alexandr Vityazev |
2021-04-24 | gnu: emacs-cider: Update to 1.1.0....* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.1.0.
| Jelle Licht |
2021-04-24 | .gitignore: Adjust the glob pattern for the "doc/stamp" files....* .gitignore: Ignore 'doc/stamp-N' files with numbers greater than 9.
Signed-off-by: Leo Famulari <leo@famulari.name>
| B. Wilson |
2021-04-24 | gnu: fet: Update to 6.0.2....* gnu/packages/education.scm (fet): Update to 6.0.2.
| Nicolas Goaziou |
2021-04-24 | http-client: Remove exception mishandling in 'http-multiple-get'....Partly fixes <https://bugs.gnu.org/47867>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.
The non-tail recursive call to 'connect' could cause requests to be
processed twice, with 'p' possibly closed the second time.
Regression introduced in 205833b72c5517915a47a50dbe28e7024dc74e57 and
carried over in 45fce38fb0b6c6796906149ade145b8d3594c1c6.
* guix/http-client.scm (http-multiple-get): Remove call to 'close-port'
and recursive call to 'connect' when the 'write-request' block returns #f.
| Ludovic Courtès |
2021-04-24 | http-client, substitute: Gracefully handle GnuTLS EAGAIN/EINTR....Partly fixes <https://bugs.gnu.org/47867>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.
In GnuTLS up to 3.7.1 included, GNUTLS_E_AGAIN and GNUTLS_E_INTERRUPTED
are not handled by 'write_to_session_record_port' and could be thrown at
the caller. This patch works around that by dropping connections
altogether and restarting when this happens.
* guix/http-client.scm (false-if-networking-error): Swallow ERROR/AGAIN
and ERROR/INTERRUPTED.
* guix/scripts/substitute.scm (call-with-cached-connection): Likewise.
| Ludovic Courtès |
2021-04-24 | gnu: emacs-posframe: Update to 1.0.2....* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.2.
| Nicolas Goaziou |
2021-04-24 | services: Add a service for rasdaemon....* gnu/services/linux.scm (rasdaemon-configuration, rasdaemon-configuration?,
rasdaemon-configuration-record?, rasdaemon-service-type): New variables.
* doc/guix.texi (Linux Services): Document it.
Signed-off-by: Leo Famulari <leo@famulari.name>
| B. Wilson |
2021-04-24 | gnu: Add rasdaemon....* gnu/packages/linux.scm (rasdaemon): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| B. Wilson |
2021-04-24 | gnu: fennel: Update to 0.9.1....* gnu/packages/lua.scm (fennel): Update to 0.9.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Jack Hill |
2021-04-24 | doc: Fix cross-reference URL to translated manual....* doc/htmlxref.cnf: Fix translated manual URL.
| Julien Lepiller |
2021-04-24 | gnu: xfce4-settings: Update to 4.16.1....* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Michael Rohleder |
2021-04-24 | gnu: qt5ct: Update to 1.2....* gnu/packages/qt.scm (qt5ct): Update to 1.2.
| Tobias Geerinckx-Rice |
2021-04-24 | gnu: Add emacs-wisp-mode....* gnu/packages/emacs-xyz.scm (emacs-wisp-mode): New variable.
| Ricardo Wurmus |
2021-04-24 | gnu: guile-wisp: Update to 1.0.4....* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.4.
| Ricardo Wurmus |
2021-04-24 | gnu: nvme-cli: Update to 1.14....* gnu/packages/linux.scm (nvme-cli): Update to 1.14.
| Tobias Geerinckx-Rice |
2021-04-24 | gnu: strawberry: Update to 0.9.3....* gnu/packages/music.scm (strawberry): Update to 0.9.3.
| Tobias Geerinckx-Rice |
2021-04-24 | gnu: libtimidity: Update to 0.2.7....* gnu/packages/audio.scm (libtimidity): Update to 0.2.7.
| Tobias Geerinckx-Rice |
2021-04-23 | gnu: nnn: Use PKG-CONFIG-FOR-TARGET....* gnu/packages/admin.scm (nnn)[arguments]: Substitute
PKG-CONFIG-FOR-TARGET for the equivalent STRING-APPEND.
| Tobias Geerinckx-Rice |
2021-04-23 | gnu: nnn: Update to 4.0....* gnu/packages/admin.scm (nnn): Update to 4.0.
| Tobias Geerinckx-Rice |
2021-04-23 | gnu: parallel: Update to 20210422....* gnu/packages/parallel.scm (parallel): Update to 20210422.
| Tobias Geerinckx-Rice |
2021-04-23 | gnu: xmenu: Update to 4.5.5....* gnu/packages/wm.scm (xmenu): Update to 4.5.5.
| Tobias Geerinckx-Rice |
2021-04-23 | gnu: sdparm: Update to 1.12....* gnu/packages/disk.scm (sdparm): Update to 1.12.
| Tobias Geerinckx-Rice |
2021-04-23 | gnu: thermald: Update to 2.4.4....* gnu/packages/admin.scm (thermald): Update to 2.4.4.
| Tobias Geerinckx-Rice |
2021-04-23 | gnu: xmlsec: Update to 1.2.32....* gnu/packages/xml.scm (xmlsec): Update to 1.2.32.
| Tobias Geerinckx-Rice |
2021-04-23 | gnu: cobol: Add missing inputs....Reported by Simon Sobisch <simonsobisch@gnu.org>.
* gnu/packages/cobol.scm (gnucobol)[inputs]: Add json-c, libxml2. Move
newcob ...
[native-inputs]: ... to here.
[arguments]: Add configure-flag to set json-c cflags.
| Efraim Flashner |
2021-04-23 | gnu: gnucobol: Update home-page....Reported by Simon Sobisch <simonsobisch@gnu.org>.
* gnu/packages/cobol.scm (gnucobol)[home-page]: Use official home-page.
| Efraim Flashner |
2021-04-23 | gnu: nanodbc: Build shared libraries....* gnu/packages/databases.scm (nanodbc)[arguments]: Build shared libraries.
| Ricardo Wurmus |
2021-04-23 | gnu: guix-build-coordinator: Update to 0-27.1305724....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-27.1305724.
| Christopher Baines |
2021-04-23 | services: guix-build-coordinator: Fix queue builds default config....Use the default client port rather than the default agent communication port
for the queue builds script.
* gnu/services/guix.scm (<guix-build-coordinator-queue-builds-configuration>):
Change coordinator default.
| Christopher Baines |
2021-04-23 | gnu: Add shorah....* gnu/packages/bioinformatics.scm (shorah): New variable.
| Ricardo Wurmus |
2021-04-23 | gnu: Add r-revgeo....* gnu/packages/cran.scm (r-revgeo): New variable.
| Ricardo Wurmus |
2021-04-23 | gnu: Add r-rjsonio....* gnu/packages/cran.scm (r-rjsonio): New variable.
| Ricardo Wurmus |
2021-04-23 | gnu: Add r-shinycell....* gnu/packages/bioinformatics.scm (r-shinycell): New variable.
| Ricardo Wurmus |
2021-04-23 | services: guix-build-coordinator: Remove incorrect pid file....The queue builds script doesn't create a pid file, so don't have the shepherd
expect to find one.
* gnu/services/guix.scm (guix-build-coordinator-queue-builds-shepherd-services):
Remove #:pid-file.
| Christopher Baines |