Commit Graph

54330 Commits

Author SHA1 Message Date
Michael Weiss
14e11862ea
chromium: Remove the enableVaapi flag/option
Chromium is still compiled with use_vaapi=true but since M89 the
--enable-accelerated-video-decode was replaced with
--enable-features=VaapiVideoDecoder.

Instead of updating our wrapper it seems like a better idea to drop
enableVaapi entirely and let users use commandLineArgs or
chrome://flags/ to enable hardware accelerated video decoding.
2021-03-13 16:38:42 +01:00
R. RyanTM
e38bea2335 terragrunt: 0.28.9 -> 0.28.11 2021-03-13 15:19:17 +00:00
Aaron Andersen
0bf8f56105
Merge pull request #115871 from aanderse/kodi-packages
kodi: plugins cleanup
2021-03-13 10:10:20 -05:00
R. RyanTM
1de17296c6 lightdm-mini-greeter: 0.5.0 -> 0.5.1 2021-03-13 15:50:26 +01:00
R. RyanTM
9494262663 svxlink: 19.09.1 -> 19.09.2 2021-03-13 14:48:09 +00:00
R. RyanTM
6a4c7b35e8 rosegarden: 20.06 -> 20.12 2021-03-13 15:47:53 +01:00
R. RyanTM
5f41ef7d78 singularity: 3.7.1 -> 3.7.2 2021-03-13 13:50:35 +00:00
R. RyanTM
005fc54819 seaweedfs: 2.29 -> 2.31 2021-03-13 13:35:56 +00:00
Sandro
34172ddfe9
Merge pull request #116154 from omgbebebe/photoflare_fix_warnings
photoflare: fix warnings
2021-03-13 14:09:44 +01:00
Michael Weiss
c881760d41
Merge pull request #116007 from jflanglois/chrome-libva
google-chrome: add optional libva and vulkan support
2021-03-13 12:47:56 +01:00
Mario Rodas
22eb13d3ed pueue: fix build on darwin
Fixes #116175
2021-03-13 11:44:00 +00:00
R. RyanTM
3700bb62e5 pueue: 0.12.0 -> 0.12.1 2021-03-13 11:43:48 +00:00
Julien Langlois
2fad2f2d68
google-chrome: add vulkan support 2021-03-13 12:35:20 +01:00
Julien Langlois
ed0d586941
google-chrome: add libva support
Chrome cannot do hardware video acceleration without libva in its search
path. This just adds libva. Tested against a VP9 video looking at
chrome://media-internals and intel_gpu_top.
2021-03-13 12:35:18 +01:00
Logan Glasson
a0e35869a2 aerc, asuka, scdoc, wev, wlsunset, wshowkeys: use fetchFromSourceHut 2021-03-14 00:34:30 +13:00
Robert Schütz
9fc486d67f caerbannog: use fetchFromSourcehut 2021-03-13 12:29:21 +01:00
Michael Weiss
5f8b951139
chromium: 89.0.4389.82 -> 89.0.4389.90
https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-desktop_12.html

This update includes 5 security fixes. Google is aware of reports that
an exploit for CVE-2021-21193 exists in the wild.

CVEs:
CVE-2021-21191 CVE-2021-21192 CVE-2021-21193 CVE-2021-21193
2021-03-13 12:14:37 +01:00
Michael Weiss
9fe8be6685
chromiumDev: 90.0.4430.19 -> 91.0.4442.4 2021-03-13 12:14:16 +01:00
Doron Behar
9545bbadfa inspectrum: Refactor to use gnuradioMinimal.pkgs.mkDerivation
Use the same deps of gnuradioMinimal - thanks to gnuradio's
mkDerivation.
2021-03-13 12:47:00 +02:00
Doron Behar
99c3bdb9b6 gqrx: Refactor to use gnuradioMinimal.pkgs.mkDerivation
- Use gnuradio's `mkDerivation` which includes most of the deps needed.
- Always enable pulseaudio support as that's part of gnuradio's deps
anyway.
- Use gnuradioMinimal.pkgs.osmosdr - not from the alias gr-osmosdr.
2021-03-13 12:47:00 +02:00
Doron Behar
fea0ac887e qradiolink: 0.5.0 -> 0.8.5-2
Use gnuradio.pkgs.mkDerivation (gnuradio 3.8) and updated deps.
2021-03-13 12:47:00 +02:00
Doron Behar
b944ca9350 gnss-sdr: Refactor to use gnuradio.pkgs.mkDerivation
Use the same dependencies that gnuradio uses, thanks to gnuradio's
`mkDerivation`. Add `gnuradio.pkgs.osmosdr` as dependency.
2021-03-13 12:46:59 +02:00
Doron Behar
6a4744a094 gnuradio: Remove qt5 and gtk from passthru if not used
Attributes such as gnuradioMinimal built without gui support should not
have the `qt` and `gtk` attributes in it's passthru.
2021-03-13 12:46:59 +02:00
Doron Behar
2d08e55e9b gnuradio.pkgs: init
- Write a `mkDerivation` and `mkDerivationWith` function for gnuradio,
  like qt5.
- qradiolink, gqrx: Use gnuradio's callPackage and mkDerivation.
- Use gnuradio.callPackage to define all gnuradio.pkgs.
- Move all gnuradio packages expressions to pkgs/development/gnuradio-modules/ -
  modeled after Python's.
- Add more paths to gnuradio's wrapper - add the extra packages as
  python modules, and add their executables with proper env vars
  wrapping.

Co-authored-by: Frederik Rietdijk <fridh@fridh.nl>
2021-03-13 12:46:59 +02:00
R. RyanTM
09efd91fb1 pdfsam-basic: 4.2.2 -> 4.2.3 2021-03-13 10:39:24 +00:00
omg
b31f3593ed photoflare: fix warnings
- set license to gpl3Plus
- remove unnecessary `enableParallelBuilding` parameter
2021-03-13 11:52:31 +04:00
Ryan Mulligan
7fcc4a8a84
Merge pull request #115990 from r-ryantm/auto-update/helm
kubernetes-helm: 3.5.2 -> 3.5.3
2021-03-12 20:05:12 -08:00
R. RyanTM
612a687d14 crow-translate: 2.7.1 -> 2.8.0 2021-03-13 03:44:19 +00:00
R. RyanTM
0755e16e30 brave: 1.21.74 -> 1.21.76 2021-03-13 02:34:54 +00:00
Jack Kelly
befb92ccf5
tektoncd-cli: 0.16.0 -> 0.17.0 (#116036)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-13 01:01:09 +01:00
Imran Hossain
33dc20d1ab
todoist-electron: Use electron_11 to run (#116103) 2021-03-12 18:58:40 -05:00
Sandro
8993cdd18a
Merge pull request #116097 from dotlambda/texworks-0.6.6
texworks: 0.6.5 -> 0.6.6
2021-03-13 00:49:14 +01:00
Robert Schütz
fc1e1ad891 texworks: 0.6.5 -> 0.6.6 2021-03-12 22:14:29 +01:00
Anderson Torres
305ad8297a
Merge pull request #115930 from r-ryantm/auto-update/free42
free42: 3.0 -> 3.0.1
2021-03-12 11:49:34 -03:00
Robert Schütz
abdf8a25ef
Merge pull request #115907 from dotlambda/google-play-music-desktop-player-reinit
Revert "google-play-music-desktop-player: drop"
2021-03-12 13:28:28 +01:00
R. RyanTM
3126ebb11e projectm: 3.1.11 -> 3.1.12 2021-03-12 11:28:25 +00:00
Milan Pässler
109a7fb875
jitsi-meet-electron: 2.4.2 -> 2.7.0 2021-03-12 11:32:19 +01:00
Daniël de Kok
916ee862e8
Merge pull request #115893 from r-ryantm/auto-update/1password
_1password-gui: 0.9.26 -> 8.0.27
2021-03-12 08:09:13 +01:00
TredwellGit
f03cfcafbf
wireshark: 3.4.3 -> 3.4.4 (#116018)
https://www.wireshark.org/docs/relnotes/wireshark-3.4.4.html
2021-03-12 07:03:16 +01:00
Mario Rodas
d02b1cc8ed
Merge pull request #116011 from samuela/upkeep-bot/vscode-1.54.2-1615508392
vscode: 1.53.2 -> 1.54.2
2021-03-11 23:00:13 -05:00
Mario Rodas
1394179695
Merge pull request #116002 from fatho/fix/dunst-src-hash
dunst: fix 1.6.1 src and build
2021-03-11 22:25:48 -05:00
Sandro
c5147860e2
Merge pull request #115937 from 06kellyjac/kube3d
kube3d: 4.2.0 -> 4.3.0
2021-03-12 02:45:11 +01:00
Aaron Andersen
901b43d439 kodi: miscellaneous cleanup
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-11 20:35:54 -05:00
Aaron Andersen
4ef33dd12d kodi: rename useWayland and useGbm flags to waylandSupport and gbmSupport 2021-03-11 20:35:54 -05:00
Aaron Andersen
ce0621ec4f kodi: introduce kodi.withPackages to replace kodiPackages.kodiWithAddons 2021-03-11 20:35:54 -05:00
Aaron Andersen
587a8b2837 kodi: drop wrapKodi function and disregard config.kodi.* options 2021-03-11 20:35:54 -05:00
Aaron Andersen
f8f037b51d kodiPlain: rename default.nix to unwrapped.nix 2021-03-11 20:35:54 -05:00
Aaron Andersen
3a70d376fe kodiPackages: rename plugins.nix to packages.nix 2021-03-11 20:35:54 -05:00
Aaron Andersen
917f7efdc5 kodiPlugins: rename to kodiPackages 2021-03-11 20:35:50 -05:00
Sandro
f7bf62ec5b
Merge pull request #115986 from 0x4A6F/master-dasel
dasel: 1.13.3 -> 1.13.4
2021-03-12 01:59:45 +01:00
IvarWithoutBones
dd9f4e8517 apple-music-electron: 1.5.2 -> 1.5.5 2021-03-12 01:21:33 +01:00
upkeep-bot
2a9193c0ce vscode: 1.53.2 -> 1.54.2 2021-03-12 00:19:52 +00:00
Fabian Thorand
f2560115dc dunst: fix 1.6.1 src and build
The previous bump to version 1.6.1 left the sha256 of the src attribute
unchanged, and as a consequence, it still built the old version.
But since the make config injected the version number, the binary still
self-reported as 1.6.1, even though it was built from 1.5.0.
2021-03-12 00:01:38 +01:00
Sandro
a5d6ab4932
Merge pull request #115963 from OPNA2608/update/megapixels-0.15.0/21.05
megapixels: 0.14.0 -> 0.15.0
2021-03-11 23:38:59 +01:00
Sandro
99838b738d
Merge pull request #115957 from ilian/u/reaper
reaper: 6.23 -> 6.25
2021-03-11 23:36:40 +01:00
Sandro
cf4c29a9ec
Merge pull request #115955 from 06kellyjac/nerdctl
nerdctl: 0.7.0 -> 0.7.1
2021-03-11 23:36:15 +01:00
R. RyanTM
2d286fbf8c signal-cli: 0.8.0 -> 0.8.1 2021-03-11 23:28:50 +01:00
Michael Weiss
381af7aa3f
chromiumBeta: 89.0.4389.72 -> 90.0.4430.19 2021-03-11 22:48:17 +01:00
R. RyanTM
956a64a0f7 kubernetes-helm: 3.5.2 -> 3.5.3 2021-03-11 21:38:49 +00:00
0x4A6F
810b7863cf
dasel: 1.13.3 -> 1.13.4 2021-03-11 21:41:31 +01:00
Sandro
148e686044
Merge pull request #115933 from 06kellyjac/terragrunt
terragrunt: 0.28.8 -> 0.28.9
2021-03-11 21:04:35 +01:00
Jan Tojnar
3d92c78160
Merge pull request #115620 from r-ryantm/auto-update/telepathy-glib
telepathy-glib: 0.24.1 -> 0.24.2
2021-03-11 19:35:34 +01:00
Guillaume Girol
a72148f3bc
Merge pull request #114881 from collares/sage-dependencies
sage dependency updates
2021-03-11 17:52:16 +00:00
OPNA2608
48497dbd25 megapixels: 0.14.0 -> 0.15.0 2021-03-11 17:41:47 +01:00
Doron Behar
7690f9a312 gnuradio, uhd: Use boost17x
gnss-sdr needs it: https://github.com/boostorg/format/issues/67 .
uhd and gnuradio need to use the same boost version to avoid
incompatibilities issues. icu is needed from some reason with boost17x.
2021-03-11 18:40:42 +02:00
Doron Behar
4f2573e875 uhd: 3.15.0.0 -> 4.0.0.0 2021-03-11 18:40:41 +02:00
ilian
ae38be144d reaper: 6.23 -> 6.25 2021-03-11 16:48:37 +01:00
Robert Schütz
5c4410952a google-play-music-desktop-player: add anna328p as maintainer 2021-03-11 16:45:15 +01:00
06kellyjac
9a4843c6e3 nerdctl: 0.7.0 -> 0.7.1
Extract bash completion
Move to using --version now it doesn't exit on containerd socket missing
2021-03-11 15:43:00 +00:00
Ryan Mulligan
23f345643e
Merge pull request #115872 from r-ryantm/auto-update/minikube
minikube: 1.18.0 -> 1.18.1
2021-03-11 07:16:36 -08:00
Ryan Mulligan
8f9d0d964f
Merge pull request #115826 from r-ryantm/auto-update/dasel
dasel: 1.13.2 -> 1.13.3
2021-03-11 07:12:35 -08:00
Jan Tojnar
8f3169ab3d
telepathy-glib: do not propagate python
Python is only used as build tool these days so it is not necessary to ensure consistency across telepathy packages.
2021-03-11 16:05:36 +01:00
R. RyanTM
9f2f79ca57 almanah: 0.12.2 -> 0.12.3 2021-03-11 15:33:38 +01:00
06kellyjac
b1f2dc3cab kube3d: 4.2.0 -> 4.3.0
- Bump k3sVersion to match official release
- Set buildFlagsArray in bash
- Add changelog
2021-03-11 14:13:44 +00:00
06kellyjac
59014c3d76 terragrunt: 0.28.8 -> 0.28.9 2021-03-11 13:41:23 +00:00
R. RyanTM
a465f32f3e droidcam: 1.7.1 -> 1.7.2 2021-03-11 14:29:28 +01:00
R. RyanTM
be3ed6d038 free42: 3.0 -> 3.0.1 2021-03-11 13:25:58 +00:00
Robert Schütz
220b31d315
google-play-music-desktop-player: update description
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-11 13:57:55 +01:00
Michael Weiss
938453eacd
Merge pull request #102225 from luc65r/fetchsrht
Add fetcher: fetchFromSourcehut
2021-03-11 12:51:13 +01:00
Maximilian Bosch
b85ede80a1
Merge pull request #115891 from r-ryantm/auto-update/avidemux
avidemux: 2.7.6 -> 2.7.8
2021-03-11 12:23:31 +01:00
Michael Weiss
dc8eacfba0
Merge pull request #114979 from primeos/chromium-pipewire-0.3
chromium: Switch from PipeWire 0.2 to the current 0.3.x releases
2021-03-11 11:30:13 +01:00
Michael Weiss
4ee208ecdc
Merge pull request #115781 from primeos/ungoogled-chromium
ungoogled-chromium: 88.0.4324.182 -> 89.0.4389.82
2021-03-11 11:28:36 +01:00
Louis Bettens
3175628b30
brave: 1.21.73 -> 1.21.74 (#115912)
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
2021-03-11 11:05:44 +01:00
Robert Schütz
4770987f92 Revert "google-play-music-desktop-player: drop"
This reverts commit aef2a70f67.
The package is still useful for YouTube Music.
2021-03-11 09:18:06 +01:00
R. RyanTM
efd3c20d7b _1password-gui: 0.9.26 -> 8.0.27 2021-03-11 05:37:16 +00:00
R. RyanTM
0184d1e4c7 avidemux: 2.7.6 -> 2.7.8 2021-03-11 05:14:43 +00:00
Eric Bailey
8aec956f96
musescore: remove darwin maintainer 2021-03-10 21:00:12 -06:00
R. RyanTM
638ba3eaa2 musescore: 3.6.1 -> 3.6.2 2021-03-11 02:56:02 +00:00
Mario Rodas
9d59c03b10
Merge pull request #115873 from marsam/update-terraform_0_14
terraform_0_14: 0.14.7 -> 0.14.8
2021-03-10 21:54:40 -05:00
Mario Rodas
ebd8df893c
Merge pull request #115845 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.10.0 -> 1.10.1
2021-03-10 21:53:59 -05:00
Mario Rodas
81fd851c81
Merge pull request #115834 from r-ryantm/auto-update/ergo
ergo: 4.0.7 -> 4.0.8
2021-03-10 21:53:02 -05:00
Mario Rodas
eb0952e45e
Merge pull request #115823 from r-ryantm/auto-update/cointop
cointop: 1.6.2 -> 1.6.3
2021-03-10 21:20:49 -05:00
R. RyanTM
ae1c5e993b minikube: 1.18.0 -> 1.18.1 2021-03-11 02:15:05 +00:00
R. RyanTM
dfdfaacaf5 helmfile: 0.138.6 -> 0.138.7 2021-03-10 19:29:04 -06:00
Sandro
3966ff11d6
Merge pull request #115852 from berbiche/cagebreak-1.6.0
cagebreak: 1.5.0 -> 1.6.0
2021-03-11 02:09:24 +01:00
Sandro
6c1afc1b99
Merge pull request #115631 from SuperSandro2000/fix-collection26 2021-03-11 01:59:35 +01:00
Sandro
72826cbd2c
Merge pull request #114401 from sikmir/merkaartor
merkaartor: adopt package
2021-03-11 01:04:47 +01:00
Eric Bailey
2dbf082e8d helm-secrets: 3.4.1 -> 3.5.0 2021-03-11 00:47:54 +01:00
Nicolas Berbiche
539685aef2
cagebreak: 1.5.0 -> 1.6.0
Fixes issues:
- 24:
  > Cagebreak up to and including release 1.5.1 had an error, where the code
  > incremented a variable and not a pointer. This resulted in a bug in a
  > surface counting iterator.

- 25:
  > Cagebreak, beginning with release 1.5.0, when a keybinding containing an
  > output configuration is removed from the list of active keybindings, the
  > output configuration contained in this keybinding is destroyed in order to
  > prevent memory leaks. However, after an output configuration was applied,
  > it was inserted into the list of active output configurations and if it was
  > later destroyed, this led to a use-after-free memory corruption.
  >
  > Starting from release 1.6.0, output configurations are copied before being
  > inserted into the list of active output configurations and therefore remain
  > valid even if the original is freed.
2021-03-10 18:32:28 -05:00
R. RyanTM
c706a9127f go-ethereum: 1.10.0 -> 1.10.1 2021-03-10 22:57:02 +00:00
Sandro Jäckel
48e404a9f7
minitube: remove not required enableParallelBuilding, format 2021-03-10 23:52:37 +01:00
Sandro
d66647115a
Merge pull request #115766 from marsam/update-ncspot
ncspot: 0.4.0 -> 0.5.0
2021-03-10 23:44:23 +01:00
R. RyanTM
916ba9eb52 ergo: 4.0.7 -> 4.0.8 2021-03-10 21:04:14 +00:00
Sandro
5cd998ae58
Merge pull request #115816 from Synthetica9/plexamp-3.4.2 2021-03-10 21:50:18 +01:00
Sandro
9d175157e0
Merge pull request #115412 from andresilva/sidequest-0.10.19
sidequest: 0.10.11 -> 0.10.19
2021-03-10 21:28:07 +01:00
Sarah Brofeldt
bba7d46eeb
Merge pull request #115543 from r-ryantm/auto-update/remmina
remmina: 1.4.10 -> 1.4.12
2021-03-10 21:16:10 +01:00
R. RyanTM
31506ce53a dasel: 1.13.2 -> 1.13.3 2021-03-10 20:07:17 +00:00
R. RyanTM
b77f8b4659 cointop: 1.6.2 -> 1.6.3 2021-03-10 19:37:25 +00:00
Patrick Hilhorst
ce3ab330b9
plexamp: add synthetica (myself) as maintainer 2021-03-10 20:12:42 +01:00
Patrick Hilhorst
bf2f6a99d5
plexamp: 3.4.2 -> 3.4.3 2021-03-10 20:12:15 +01:00
Patrick Hilhorst
85db5da7d2
plexamp: 3.4.1 -> 3.4.2 2021-03-10 19:52:39 +01:00
Ryan Mulligan
a6de486d41
Merge pull request #115464 from r-ryantm/auto-update/obsidian
obsidian: 0.11.0 -> 0.11.3
2021-03-10 09:50:18 -08:00
Ryan Mulligan
dfc657230d
Merge pull request #115476 from r-ryantm/auto-update/PortfolioPerformance
portfolio: 0.50.4 -> 0.51.1
2021-03-10 09:49:54 -08:00
R. RyanTM
82abfc6614 argo: 2.12.9 -> 2.12.10 2021-03-10 17:28:03 +00:00
Bernardo Meurer
ba8a41c6fc
Merge pull request #115516 from taku0/thunderbird-bin-78.8.1 2021-03-10 17:23:11 +00:00
Robert Schütz
431dd79170 dmensamenu: 1.2.1 -> 1.2.2 2021-03-10 16:52:24 +01:00
Michael Weiss
746de7f70e
ungoogled-chromium: 88.0.4324.182 -> 89.0.4389.82 2021-03-10 16:01:40 +01:00
Austin Seipp
b54b679c90
Merge pull request #115717 from r-ryantm/auto-update/verilator
verilator: 4.108 -> 4.110
2021-03-10 08:49:38 -06:00
Louis Bettens
e9bdaba317
tipp10: unstable -> 3.2.1 (#115770) 2021-03-10 14:33:26 +01:00
Milan
86ee8dd8ff
gitlab: 13.8.4 -> 13.8.5 (#115393)
https://about.gitlab.com/releases/2021/03/04/security-release-gitlab-13-9-2-released/
2021-03-10 12:42:58 +01:00
Maximilian Bosch
9d238182b6
Merge pull request #115728 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.16.5 -> 1.17.0
2021-03-10 11:55:35 +01:00
Maximilian Bosch
68de23894e
Merge pull request #115732 from r-ryantm/auto-update/docker-compose
docker-compose: 1.28.3 -> 1.28.5
2021-03-10 11:41:04 +01:00
R. RyanTM
a624b04b3f docker-compose: 1.28.3 -> 1.28.5 2021-03-10 09:33:46 +00:00
Sandro
bb0bb13f32
Merge pull request #115621 from jbedo/octopus
octopus: 0.7.0 -> 0.7.1
2021-03-10 10:03:42 +01:00
R. RyanTM
134b52a663 gallery-dl: 1.16.5 -> 1.17.0 2021-03-10 09:00:27 +00:00
Sandro
f087405a50
Merge pull request #115706 from sikmir/keeweb
keeweb: 1.16.7 → 1.17.0
2021-03-10 09:51:30 +01:00
R. RyanTM
5a9a1b3545 verilator: 4.108 -> 4.110 2021-03-10 07:47:54 +00:00
Elis Hirwing
189ff35d71
Merge pull request #115676 from r-ryantm/auto-update/testssl.sh
testssl: 3.0.2 -> 3.0.4
2021-03-10 07:55:16 +01:00
Nikolay Korotkiy
c9cabb048f
keeweb: 1.16.7 → 1.17.0 2021-03-10 09:54:42 +03:00
Ryan Mulligan
807759d831
Merge pull request #114762 from r-ryantm/auto-update/mkgmap
mkgmap: 4601 -> 4604
2021-03-09 21:47:49 -08:00
Ryan Mulligan
5a7296e8b9
Merge pull request #115512 from r-ryantm/auto-update/recoll
recoll: 1.27.12 -> 1.28.6
2021-03-09 21:43:47 -08:00
Ryan Mulligan
25472c8c42
Merge pull request #115633 from r-ryantm/auto-update/ticker
ticker: 3.1.8 -> 3.1.9
2021-03-09 21:42:55 -08:00
Arseniy Seroka
d9298e4551
Merge pull request #115642 from r-ryantm/auto-update/teamviewer
teamviewer: 15.8.3 -> 15.15.5
2021-03-10 07:45:56 +03:00
Mario Rodas
55eed1ef7b terraform_0_14: 0.14.7 -> 0.14.8
https://github.com/hashicorp/terraform/releases/tag/v0.14.8
2021-03-10 04:20:00 +00:00
Mario Rodas
2f0c3e013f
Merge pull request #115681 from r-ryantm/auto-update/tickrs
tickrs: 0.13.1 -> 0.14.1
2021-03-09 22:38:49 -05:00
R. RyanTM
b37323c2bc tickrs: 0.13.1 -> 0.14.1 2021-03-10 03:12:49 +00:00
R. RyanTM
acc5610fa0 testssl: 3.0.2 -> 3.0.4 2021-03-10 02:14:10 +00:00
Mauricio Collares
f80271c7f0 sage: remove usage of deprecated numpy aliases 2021-03-09 21:28:46 -03:00
Mauricio Collares
3f02cdae14 sage: reenable pexpect interrupt test 2021-03-09 21:28:46 -03:00
R. RyanTM
3269a5d684 tty-share: 2.0.0 -> 2.2.0 2021-03-10 00:24:56 +00:00
Mario Rodas
6bd4e08c34
Merge pull request #115593 from r-ryantm/auto-update/subgit
subgit: 3.3.10 -> 3.3.11
2021-03-09 19:07:55 -05:00
Mauricio Collares
edc78bb31f sage: update test expectations for arb and giac, prepare for pari 2.13 2021-03-09 20:54:55 -03:00
Mauricio Collares
a0f55e48fa sage: use fetchSageDiff whenever possible 2021-03-09 20:54:55 -03:00
R. RyanTM
4142ae19e8 palp: 2.11 -> 2.20 2021-03-09 20:54:55 -03:00
Mauricio Collares
d508147edc giac: 1.5.0-87 -> 1.6.0-47 2021-03-09 20:54:55 -03:00
Peter Simons
491e670989
Merge pull request #115614 from r-ryantm/auto-update/shotcut
shotcut: 21.01.29 -> 21.02.27
2021-03-10 00:46:05 +01:00
R. RyanTM
aa2ffd9b22 denemo: 2.4.0 -> 2.5.0 2021-03-09 15:43:33 -08:00
R. RyanTM
a16a2fd956 eiskaltdcpp: 2.4.1 -> 2.4.2 2021-03-09 15:39:22 -08:00
R. RyanTM
c0c700cb99 hal-hardware-analyzer: 3.2.5 -> 3.2.6 2021-03-09 15:29:51 -08:00
R. RyanTM
e46a92f0c3 bchoppr: 1.10.2 -> 1.10.4 2021-03-09 15:29:24 -08:00