~ruther/guix-local

20342350 — Andreas Enge a year ago
gnu: Remove guile-srfi-159.

* gnu/packages/guile-xyz.scm (guile-srfi-159): Delete variable.

Fixes: guix/guix#1074
Change-Id: I2c7b56e60ecf56c93bbabe05e7b851c466e98e1d
9c796eba — Andreas Enge a year ago
gnu: Remove nitrogen.

* gnu/packages/wm.scm (nitrogen): Delete variable.

Fixes: guix/guix#1072
Change-Id: Ifcfe27fb3ae7c1c956e234cf1f736e8e75020e1f
05c86995 — Vinicius Monego a year ago
gnu: electrum: Enable tests.

* gnu/packages/finance.scm (electrum)[arguments]: Remove '#:tests? #f'.
<#:test-flags>: Skip one test.
<#:phases>: Add phase 'set-home' before 'check'.
[native-inputs]: Add python-pytest.

Change-Id: I1e42b973aec17ba2c0d4ec605190ba76b3a42136
d2722075 — Vinicius Monego a year ago
gnu: electrum: Update to 4.6.1.

* gnu/packages/finance.scm (electrum): Update to 4.6.1.
[build-system]: Use pyproject-build-system.
[arguments]: Use Gexp.
<#:phases>: Add 'relax-deps' phase after 'unpack'. Delete the
'use-libsecp256k1-input' phase.
[native-inputs]: Add python-setuptools, python-wheel.
[inputs]: Remove python-bitstring, python-btchip-python,
python-ledgerblue. Replace python-pyqt by python-pyqt-6. Add
electrum-aionostr, python-electrum-ecc, python-jsonpatch, python-pyaes.

Change-Id: I5c39f120d6c0b7ffb54dc63dc27e83659a17ee75
616e54c8 — Vinicius Monego a year ago
gnu: Add electrum-aionostr.

* gnu/packages/finance.scm (electrum-aionostr): New variable.

Change-Id: Ie06447bc1031248540f97b59071a75d566b9752d
bd069ad0 — Vinicius Monego a year ago
gnu: Add python-electrum-ecc.

* gnu/packages/finance.scm (python-electrum-ecc): New variable.

Change-Id: Iaa0923fde89d5b4bc0660a91c249af0b21b0d517
6e2272fa — Vinicius Monego a year ago
gnu: python-qdarkstyle: Enable tests.

* gnu/packages/python-xyz.scm (python-qdarkstyle)[arguments]: Remove
'#:tests? #f'.
[native-inputs]: Add python-pytest.

Change-Id: I81d7684dd0ee4a17eb5b72dd2744bbc5f6ac4fe2
4bd7bba6 — Vinicius Monego a year ago
gnu: python-qdarkstyle: Update to 3.2.3.

* gnu/packages/python-xyz.scm (python-qdarkstyle): Update to 3.2.3.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-qtsass, python-setuptools, python-watchdog,
python-wheel.
[propagated-inputs]: Remove python-helpdev. Add python-pyqt-6.
[home-page]: Do not break line.

Change-Id: I6774c7ba3c98a28f66c4f3e80238b5c08d9259e6
e6ecce22 — Vinicius Monego a year ago
gnu: python-aiorpcx: Update to 0.25.0.

* gnu/packages/python-web.scm (python-aiorpcx): Update to 0.25.0.
[source]: Fetch from GitHub.
[build-system]: Use pyproject-build-system.
[arguments]<#:test-flags>: Skip network test.
[native-inputs]: Add python-pytest, python-pytest-asyncio,
python-setuptools, python-wheel.
[propagated-inputs]: Add python-websockets.

Change-Id: Id204718957ba75fc0a9f54d1b6a23124b1519f86
8edf2858 — jgart a year ago
gnu: python-soundfile: Update to 0.13.1.

* gnu/packages/audio.scm (python-soundfile): Update to 0.13.1.

Change-Id: I2c2ab1fc6586906f70d8f4d8ddd02667d1b516c2
784c15a3 — David Thompson a year ago
gnu: guile-websocket: Update to 0.2.1.

* gnu/packages/guile-xyz.scm (guile-websocket): Update to 0.2.1. Also, code
style changes as recommended by 'guix style'.

Change-Id: I8e7e859fcf71f847e7fae97d75e2cca7ab3a07fc
548dbaf3 — Cayetano Santos a year ago
gnu: python-huggingface-hub: Update to 0.31.4.

* gnu/packages/python-web.scm (python-huggingface-hub): Update to 0.31.4.
[native-inputs]: Add python-pytest-mock.
[home-page]: Update.
[arguments]<#:test-flags>: Disable more tests.

Change-Id: Ia1354fca9ba4d1a8906a11873c469a4f4b024efe
Signed-off-by: Andreas Enge <andreas@enge.fr>
c676feed — Ivan Sokolov 1 year, 13 days ago
gnu: elixir-hex: Fix install phase.

* gnu/packages/elixir.scm (elixir-hex)[arguments]: Get elixir version
from inputs instead of elixir package directly.
[home-page]: Update project home-page.

Change-Id: I1ed27892cc169bea0ac44025a263ac816b58c12e
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
21ab2b7f — Cayetano Santos 1 year, 7 days ago
gnu: guile-cbor: Improve style.

* gnu/packages/guile-xyz.scm (guile-cbor)[arguments]: Remove field.
[source, native-inputs, description]: Reflow.

Change-Id: Ide4a6069b530e3d88afe1c8a11db1c6a9b0418b2
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
56391126 — Cayetano Santos 1 year, 7 days ago
gnu: guile-cbor: Update url and homepage.

* gnu/packages/guile-xyz.scm (guile-cbor): Update url and homepage.

Change-Id: Ib6d3e640912332305fb36193e82961c0e8fa3219
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
00116a2d — Ashish SHUKLA a year ago
gnu: knot: Update to 3.4.8.

* gnu/packages/dns.scm (knot): Update to 3.4.8.

Change-Id: Ieef9fb7d628a2c841943e2c853f6f86640917da7
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
1087dc0b — Ashish SHUKLA a year ago
gnu: knot-resolver: Update to 5.7.6.

* gnu/packages/dns.scm (knot-resolver): Update to 5.7.6.

Change-Id: I9a1301ba549bb1a63fb21993737743fd22679691
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
17f7e9c4 — Efraim Flashner a year ago
doc: Fix some typos.

* doc/contributing.texi (Bulk Updates): Fix typo.
* doc/guix.texi (Networking Services, Power Management Services, Guix
Services, Backup Home Services): Same.

Change-Id: I4ebde33ad628e35ea2c1888b8247707ab3763cf1
496a089a — Andreas Enge a year ago
gnu: Remove python-keras-applications.

* gnu/packages/machine-learning.scm (python-keras-applications): Delete
variable.

Fixes: guix/guix#1044
Change-Id: I660badf1115ef3480594f2d8e8b8ec441114050e
6732741a — Andreas Enge a year ago
gnu: Remove python-keras-preprocessing.

* gnu/packages/machine-learning.scm (python-keras-preprocessing): Delete
variable.

Change-Id: I8b3d990ba3cd78d88032ec4a697e6250d2f4b4a0
Next