Commit Graph

9822 Commits

Author SHA1 Message Date
R. Ryantm
1213f4e3f2 kallisto: 0.50.1 -> 0.51.0 2024-08-02 11:16:03 +00:00
R. Ryantm
6614b28fa9 cwltool: 3.1.20240508115724 -> 3.1.20240708091337 2024-08-01 14:09:26 -04:00
Peder Bergebakken Sundt
29ab705c17 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
repeat of #271241
discussion: #272978

I did not replace the instance in eiwd, since it causes an infinite recursion.
2024-07-30 18:32:01 +02:00
Gaetan Lepage
560a3b59b5 mujoco: 3.1.6 -> 3.2.0
Diff: https://github.com/google-deepmind/mujoco/compare/refs/tags/3.1.6...3.2.0

Changelog: https://github.com/google-deepmind/mujoco/releases/tag/3.2.0
2024-07-29 22:57:40 +02:00
Florian
bc95156d37
Merge pull request #326174 from t4ccer/t4/sratoolkit-3.1.1
sratoolkit: 2.11.3 -> 3.1.1, build from source
2024-07-29 21:16:34 +02:00
t4ccer
35db6ff3e7
sratoolkit: build from source 2024-07-29 11:25:25 -06:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Anderson Torres
9a624d10e3 treewide: remove viric from meta.maintainers [orphans]
Since theey is not active from at least six years.

All the packages on this commit became orphans.

---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:

- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
Pol Dellaiera
c354945bc2
Merge pull request #330437 from panchoh/fix-celestia-url
celestia: fix meta.homepage.url
2024-07-27 22:50:46 +02:00
Someone
63cc38bf10
Merge pull request #324545 from paparodeo/treewide-strict-deps-fixes
treewide: fix packages that use cmake strict deps when cmake strict deps works
2024-07-27 22:19:23 +03:00
pancho horrillo
fbb8f62cff
celestia: fix meta.homepage.url
As can be read on the current Celestia project site’s
[news](https://celestiaproject.space/news.html),
on Jun. 28, 2023 their new domain was moved to
https://celestiaproject.space, because (and I quote):

    “Cybersquatters were faster and we’re not eager to give them $$$.”

Their [old domain](https://celestia.space) seems indeed like a parked
domain (as of 2024-07-27T17:00).
2024-07-27 17:13:48 +02:00
Nick Cao
960665b65b
Merge pull request #329906 from r-ryantm/auto-update/nvc
nvc: 1.13.0 -> 1.13.1
2024-07-27 10:24:42 -04:00
Nick Cao
7f959ae08b
Merge pull request #329537 from r-ryantm/auto-update/kicad
kicad: 8.0.3 -> 8.0.4
2024-07-27 10:09:18 -04:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
Robert Scott
50f152c375
Merge pull request #329873 from r-ryantm/auto-update/openrefine
openrefine: 3.8.1 -> 3.8.2
2024-07-26 20:12:53 +01:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Aleksana
577a9c43f3
Merge pull request #330042 from Sigmanificient/remove-leading-space-description
treewide: remove trailing space in description
2024-07-26 23:48:02 +08:00
Aleksana
84a53ad8e2
Merge pull request #328741 from Sigmanificient/remove-unused-arguments-pkgs-app
pkgs/applications: remove unused arguments
2024-07-26 22:05:49 +08:00
Robert Hensing
433a0e68f6
Merge pull request #327801 from Sigmanificient/unused-args-lib
treewide: remove unused lib (and other) arguments
2024-07-26 15:11:08 +02:00
github-actions[bot]
9e852fddaa
Merge master into staging-next 2024-07-26 12:01:15 +00:00
Mauricio Collares
f3cb495737
Merge pull request #329937 from collares/jmol-16_2_19-hash-change
jmol: update hash
2024-07-26 13:34:30 +02:00
Sigmanificient
2ee703dccb pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Nick Cao
d1e70dde57
Merge pull request #329788 from r-ryantm/auto-update/ants
ants: 2.5.2 -> 2.5.3
2024-07-25 18:43:02 -04:00
Peder Bergebakken Sundt
6bb7e0cfa5
Merge pull request #327792 from wegank/gurobipy-bump
python312Packages.gurobipy: 11.0.2 -> 11.0.3
2024-07-25 23:11:08 +02:00
Peder Bergebakken Sundt
fea27b65e7
Merge pull request #328502 from leon-barrett/leon/rink-man
rink: install man pages
2024-07-25 21:34:05 +02:00
Mauricio Collares
5e26d24b52 jmol: update hash
I have compared the two tarballs (thanks Cachix!), and it seems like upstream
released a new version of both Jmol and jsmol (which is generated by compiling
Java into JavaScript using java2script) to include the changes in
https://sourceforge.net/p/jmol/code/22627/. The changes in jsmol are easier to
audit since they do not contain binary data, and they look OK. The three Jmol
`.jar` files also changed; I haven't audited the Java bytecode, but the list of
changed files is compatible with the above commit.
2024-07-25 18:16:30 +02:00
R. Ryantm
022d18a4e9 nvc: 1.13.0 -> 1.13.1 2024-07-25 13:29:47 +00:00
R. Ryantm
a11dd660e6 openrefine: 3.8.1 -> 3.8.2 2024-07-25 10:46:36 +00:00
Reno Dakota
7bf49fe2c1
flopoco: fix strict deps
move flex from buildInputs to nativeBuildInputs
2024-07-25 07:19:27 +00:00
R. Ryantm
077b396406 ants: 2.5.2 -> 2.5.3 2024-07-25 02:08:42 +00:00
github-actions[bot]
7208220b63
Merge master into staging-next 2024-07-24 18:01:18 +00:00
7c6f434c
043b5838d1 golly: fix build by supplying Python setuptools 2024-07-24 16:15:39 +02:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next 2024-07-24 07:19:19 +02:00
R. Ryantm
322cb1f92a kicad: 8.0.3 -> 8.0.4 2024-07-24 00:02:33 +00:00
Franz Pletz
7c693006a7
Merge pull request #327543 from r-ryantm/auto-update/kent 2024-07-23 23:12:37 +02:00
Weijia Wang
d74d3ad898
Merge pull request #329372 from dotlambda/boinc
boinc: 8.0.2 -> 8.0.4
2024-07-23 15:23:40 +02:00
github-actions[bot]
d284ef371e
Merge master into staging-next 2024-07-23 12:01:18 +00:00
Robert Schütz
01b21d1d65 boinc: 8.0.2 -> 8.0.4
Diff: https://github.com/BOINC/boinc/compare/client_release/8.0/8.0.2...client_release/8.0/8.0.4

Changelog: https://github.com/BOINC/boinc/releases/tag/client_release%2F8.0%2F8.0.3
           https://github.com/BOINC/boinc/releases/tag/client_release%2F8.0%2F8.0.4
2024-07-23 03:00:08 -07:00
7c6f434c
52f72e981a
Merge pull request #329186 from r-ryantm/auto-update/jmol
jmol: 16.2.17 -> 16.2.19
2024-07-23 09:41:43 +00:00
Doron Behar
2376e9a12b
Merge pull request #329007 from risicle/ris-maxima-5.47.0
maxima: 5.46.0 -> 5.47.0, add patch for CVE-2024-34490
2024-07-23 10:47:55 +03:00
github-actions[bot]
09a27d5bc1
Merge master into staging-next 2024-07-23 00:02:18 +00:00
Nick Cao
61c46723ca
Merge pull request #329106 from r-ryantm/auto-update/numworks-epsilon
numworks-epsilon: 23.2.2 -> 23.2.3
2024-07-22 17:04:07 -04:00
Artturin
60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00
Vincent Laporte
438d6f7cc7 hol_light: 2024-05-10 → 2024-07-07 2024-07-22 20:42:35 +02:00
Robert Scott
08215d1b88 maxima: add patch for CVE-2024-34490 2024-07-22 18:58:55 +01:00
R. Ryantm
c1751004cd jmol: 16.2.17 -> 16.2.19 2024-07-22 14:45:23 +00:00