aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libusb.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-23 08:26:13 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-23 13:36:47 +0100
commit4fa0d97e9938b54de454af4e3bf81eff4e242f99 (patch)
tree88d49c4aaed74e4aca34222612b1643dd85c3611 /gnu/packages/libusb.scm
parent0a733805d8c5f4641e7021d37a2b3790007a3e1c (diff)
downloadguix-4fa0d97e9938b54de454af4e3bf81eff4e242f99.tar.gz
guix-4fa0d97e9938b54de454af4e3bf81eff4e242f99.zip
gnu: r-maldiquant: Update to 1.22.2.
* gnu/packages/cran.scm (r-maldiquant): Update to 1.22.2. Change-Id: Ia483cff36bb3a2cbf4b691bb4832ce98757aabe0
Diffstat (limited to 'gnu/packages/libusb.scm')
0 files changed, 0 insertions, 0 deletions
b9'>gnu: go-github-com-go-asn1-ber-asn1-ber: Update to 1.5.3....* gnu/packages/syncthing.scm (go-github-com-go-asn1-ber-asn1-ber): Update to 1.5.3. Efraim Flashner 2021-12-24build-system/go: Use go-1.17 by default....Build all Go packages with go-1.17 by default. Explicitly specify an older Go version in packages which cannot build with go-1.17. * gnu/packages/golang.scm (go): Update from 'go-1.14' to 'go-1.17'. * gnu/packages/docker.scm (docker)[native-inputs]: Explicitly use 'go-1.14'. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-cmdkit-files)[arguments]: Explicitly use Go 1.16. (go-ipfs)[arguments]: Use the default version of Go. * gnu/packages/syncthing.scm (syncthing)[arguments]: Likewise. * gnu/packages/admin.scm (runitor)[arguments]: Likewise. Signed-off-by: Leo Famulari <leo@famulari.name> Sarah Morgensen 2021-12-19gnu: syncthing-gtk: Remove librsvg input...* gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove LIBRSVG as GTK+ propagates LIBRSVG-BOOTSTRAP. This fixes a startup error due to two LIBRSVG being in GI_TYPELIB_PATH. Signed-off-by: Leo Famulari <leo@famulari.name> John Kehayias 2021-12-17gnu: Syncthing: Update to 1.18.5....* gnu/packages/syncthing.scm (syncthing): Update to 1.18.5. Leo Famulari 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-12-06gnu: Syncthing: Update to 1.18.4....* gnu/packages/syncthing.scm (syncthing): Update to 1.18.4. [arguments]: Build with Go 1.17. Leo Famulari 2021-12-06gnu: go-github-com-golang-snappy: Adjust test-suite on 32-bit systems....* gnu/packages/syncthing.scm (go-github-com-golang-snappy)[source]: Add patch to skip a test on 32-bit systems. * gnu/packages/patches/go-github-com-golang-snappy-32bit-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner 2021-11-21gnu: python-nautilus: Remove package....This package dates from 2016 and looks inactive. The packages that used this as an input actually wanted nautilus-python (not currently packaged), for (optional) integration with the nautilus file manager. * gnu/packages/python-xyz.scm (python-nautilus): Remove variable. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect)[inputs]: Remove it. * gnu/packages/sync.scm (nexcloud-client)[inputs]: Remove it. * gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> John Kehayias 2021-07-27gnu: Syncthing: Update to 1.16.1....* gnu/packages/syncthing.scm (syncthing): Update to 1.16.1. [arguments]: Adjust the custom install phase to upstream changes. Leo Famulari 2021-07-27Revert "gnu: syncthing: Prepare for cross-compiling."...This commit broke splitting the package into multiple outputs. See <https://bugs.gnu.org/50071>. This reverts commit b33f5d7ff0627424a06fd0416761cd81c350e20a. Leo Famulari 2021-07-09gnu: go-github-com-golang-snappy: Update to 0.0.4....* gnu/packages/syncthing.scm (go-github-com-golang-snappy): Update to 0.0.4. Arun Isaac 2021-04-26gnu: syncthing: Prepare for cross-compiling....* gnu/packages/syncthing.scm (syncthing)[arguments]: Add custom 'pre-build phase to not set a local GOBIN directory. Adjust custom 'build and 'install phases accordingly. Efraim Flashner 2021-04-26gnu: syncthing: Allow skipping the check phase....* gnu/packages/syncthing.scm (syncthing)[arguments]: Adjust the custom 'check phase so tests only run when enabled. Efraim Flashner 2021-04-11gnu: Syncthing: Update to 1.15.1 [fixes CVE-2021-21404]....* gnu/packages/syncthing.scm (syncthing): Update to 1.15.1. [source]: Use bundled dependencies. [inputs]: Remove field. [arguments]: Adjust the custom 'build' and 'install' phases for 1.15.1. Signed-off-by: Leo Famulari <leo@famulari.name> Leo Famulari