maralorn
92d3414dea
Merge pull request #216984 from sternenseemann/ghc-tags
...
haskell.packages.*.ghc-tags: pick compatible version
2023-02-18 21:26:13 +01:00
Nikolay Korotkiy
46797f0061
python3Packages.stravalib: 1.1.0 → 1.2.0
2023-02-18 23:20:48 +03:00
Boey Maun Suang
4d85cedf5a
cvc4: Fix build failure from new bash 5.2 feature
...
Per https://bodhi.fedoraproject.org/updates/FEDORA-2022-dc47174c36 :
This update fixes a failure to build with source with bash 5.2.
Bash's `patsub_replacement` feature makes ampersand a special
character when doing variable substitution, which was not previously
the case. This update instructs bash to turn off the new behavior.
We exclude the unrelated change in that Fedora update (i.e. using Python
3.11's `tomllib` instead of the PyPI `toml` package) since:
- we package cvc4 with Python versions earlier than 3.11; and
- since cvc4 is no longer being updated, sticking with the PyPI
`toml` package causes no extra work in the future.
2023-02-18 14:07:28 -06:00
Vladimír Čunát
2a251d874a
thunderbird-bin: 102.7.2 -> 102.8.0
2023-02-18 20:57:26 +01:00
Vladimír Čunát
3784756e4f
thunderbird-bin: fix update.nix after PR #214996
2023-02-18 20:57:26 +01:00
Pascal Bach
6659191e44
cyclondds: init at 0.10.2
2023-02-18 20:53:14 +01:00
Sandro
f71f6c1c94
Merge pull request #186633 from MoritzBoehme/spacy-models-update-script
2023-02-18 20:50:13 +01:00
Guillaume Girol
688e50eb6b
Merge pull request #216114 from ehmry/recoll
...
recoll: wrap some input handlers with extra deps
2023-02-18 19:47:23 +00:00
Guillaume Girol
6ab98af548
Merge pull request #216418 from atorres1985-contrib/katriawm
...
katriawm: 21.09 -> 22.12
2023-02-18 19:40:37 +00:00
sternenseemann
171fb3fed9
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1790868](https://hydra.nixos.org/eval/1790868 ) of nixpkgs commit [34a7913
](34a7913a43
) as of 2023-02-18 19:20 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
Packages with pending PRs fixing them have not been marked broken. Same
goes for type-natural which seems to be affected by a GHC 9.2.6 bug:
https://gitlab.haskell.org/ghc/ghc/-/issues/23000
2023-02-18 20:37:31 +01:00
sternenseemann
1f99c7d53c
haskellPackages.swarm: use now required brick 1.6
2023-02-18 20:37:31 +01:00
sternenseemann
304ccefdd7
haskellPackages.rdf: allow bytestring-0.11.4.0
2023-02-18 20:37:30 +01:00
Guillaume Girol
d3d1f7a275
Merge pull request #216560 from OPNA2608/fix/mir_check_parallelism
...
mir: Fix parallelism in checkPhase
2023-02-18 19:35:10 +00:00
Guillaume Girol
c9a3eb5c70
Merge pull request #216846 from lilyinstarlight/misc/supercollider-updatescript-strictdeps
...
supercollider,supercolliderPlugins.sc3-plugins: add updateScript and enable strictDeps
2023-02-18 19:33:23 +00:00
Guillaume Girol
5a83c39a2e
Merge pull request #216464 from firefly-cpp/niaarm-031
...
python310Packages.niaarm: 0.2.4 -> 0.3.1
2023-02-18 19:26:53 +00:00
Philipp Schuster
c4a002263c
nflz: init at 1.0.2
2023-02-18 20:21:01 +01:00
Philipp Schuster
4d6552b48e
paging-calculator: init at 0.1.2
2023-02-18 20:18:47 +01:00
Guillaume Girol
96c6658c7b
Merge pull request #216741 from aaronjheng/hologram
...
hologram: 1.2.1 -> 1.3
2023-02-18 19:17:56 +00:00
Philipp Schuster
cd413c3abe
wambo: init at 0.3.1
2023-02-18 20:16:44 +01:00
sternenseemann
2e9ff9aa98
haskell.packages.*.ghc-tags: pick compatible version
...
Since there is probably more movement going forward, testing this on
Hydra for multiple GHC versions seems sensible.
2023-02-18 20:16:36 +01:00
Nicholas Sielicki
b391669506
pythonPackages.asyncssh: unbroken on darwin
...
Marked as broken via bulk commit: 65db3b1
Found to build, pass tests, and function properly on darwin-x86_64.
Signed-off-by: Nicholas Sielicki <git@opensource.nslick.com>
2023-02-18 19:14:00 +00:00
Nicholas Sielicki
5dd7384427
linuxPackages.ena: 2.8.2 -> 2.8.3
...
Signed-off-by: Nicholas Sielicki <git@opensource.nslick.com>
2023-02-18 19:08:46 +00:00
Robert Schütz
ce4244062f
python310Packages.caldav: 1.0.1 -> 1.1.1
...
Diff: https://github.com/python-caldav/caldav/compare/refs/tags/v1.0.1...v1.1.1
Changelog: https://github.com/python-caldav/caldav/blob/master/changelog-1.1.md
2023-02-18 11:04:30 -08:00
Sandro
6c611e8ff0
Merge pull request #216159 from Cynerd/gitlab-runner-bash-quote
2023-02-18 19:54:37 +01:00
IndeedNotJames
caf9025ab4
forgejo: 1.18.3-1 -> 1.18.3.2
...
833c98ffaf/RELEASE-NOTES.md (1-18-3-2)
2023-02-18 19:15:45 +01:00
Moritz Böhme
156a3366ae
python3Packages.spacy_models: add updateScript
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-02-18 19:01:52 +01:00
Robert Schütz
ea64ad20e3
kdeltachat: unstable-2022-03-20 -> unstable-2023-01-31
...
Diff: 0c9370cfe4
2023-02-18 09:53:45 -08:00
Robert Schütz
8e378e3c25
libdeltachat: 1.107.1 -> 1.108.0
...
Diff: https://github.com/deltachat/deltachat-core-rust/compare/1.107.1...1.108.0
Changelog: https://github.com/deltachat/deltachat-core-rust/blob/1.108.0/CHANGELOG.md
2023-02-18 09:53:45 -08:00
Robert Schütz
3fc5aeccd0
python310Packages.ocrmypdf: 14.0.2 -> 14.0.3
...
Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v14.0.2...v14.0.3
Changelog: https://github.com/ocrmypdf/OCRmyPDF/blob/v14.0.3/docs/release_notes.rst
2023-02-18 09:53:12 -08:00
Robert Schütz
177c2e4ffb
python310Packages.pikepdf: 7.0.0 -> 7.1.1
...
Diff: https://github.com/pikepdf/pikepdf/compare/v7.0.0...v7.1.1
Changelog: https://github.com/pikepdf/pikepdf/blob/v7.1.1/docs/releasenotes/version7.rst
2023-02-18 09:53:12 -08:00
sternenseemann
1c8a5643ed
release-haskell.nix: reflect release of GHC 9.2.6
2023-02-18 18:34:10 +01:00
sternenseemann
faa46049d2
haskellPackages.lima: disable test suite missing test data
2023-02-18 18:16:49 +01:00
sternenseemann
76d60f67f5
haskellPackages.domaindriven-core: disable IP based postgresql test
2023-02-18 18:16:11 +01:00
R. Ryantm
45f2df84e0
python310Packages.pyrfxtrx: 0.30.0 -> 0.30.1
2023-02-18 09:06:53 -08:00
sternenseemann
34a7913a43
haskellPackages.minicurl: disable test suite accessing the network
2023-02-18 17:54:14 +01:00
Sandro
c954a09fb8
Merge pull request #214729 from zendo/iotas
2023-02-18 17:39:07 +01:00
R. Ryantm
0582f13e3c
thunderbird-unwrapped: 102.7.2 -> 102.8.0
2023-02-18 16:35:10 +00:00
R. Ryantm
5c15c7f165
python310Packages.ignite: 0.4.10 -> 0.4.11
2023-02-18 16:09:23 +00:00
Sandro
ed06af1114
Merge pull request #216760 from linsui/amberol
2023-02-18 17:07:27 +01:00
Artturi
35b188cf63
Merge pull request #216844 from hesiod/fix-216390
...
embree, openimagedenoise: Fix build failure due to TBB split
2023-02-18 17:47:31 +02:00
ajs124
d052d4f185
jenkins: 2.375.2 -> 2.375.3
...
https://www.jenkins.io/changelog-stable//#v2.375.3
2023-02-18 16:38:40 +01:00
Stefan Frijters
699f1d0c76
mailutils: fix and enable testing
...
* Remove readmsg-tests: the missing files are now present and the
files that were fetched caused test failures.
* Remove references to maidag, it was removed upstream.
* Fix test macro and enable tests.
2023-02-18 16:37:09 +01:00
Stefan Frijters
98bfe47a43
mailutils: enable parallel building again
2023-02-18 16:37:08 +01:00
Stefan Frijters
027f219714
mailutils: make Python and Guile support optional
...
Disabling both reduces the closure size from 232MB -> 92MB.
2023-02-18 16:36:33 +01:00
Nikolay Korotkiy
523045811a
Merge pull request #216948 from sikmir/martin
...
martin: 0.6.2 → 0.7.0
2023-02-18 19:18:42 +04:00
Naïm Favier
5de1815be9
Merge pull request #215990 from ncfavier/agda-tests
...
agda: fix passthru
2023-02-18 16:04:39 +01:00
Florian Klink
4bfb6411e3
Merge pull request #215188 from ElvishJerricco/binfmt-bad-setting-fix
...
binfmt: Don't create invalid service with no registrations
2023-02-18 15:39:46 +01:00
figsoda
b4e9968c51
Merge pull request #216958 from xanderio/nvim-nu
...
vimPlugins.nvim-nu: init at 2023-01-03
2023-02-18 09:36:25 -05:00
K900
4c7cfa2ed0
Merge pull request #216883 from hw-lunemann/steam-mangohud
...
steam: add elfutils to fhsenv
2023-02-18 17:32:07 +03:00
Michael Weiss
7e7f9e08fe
chromiumDev: 112.0.5582.0 -> 112.0.5596.2
2023-02-18 15:16:41 +01:00