Commit Graph
1921 Commits
Author SHA1 Message Date
Mario Rodas c45e09039b tab: use python3 2020-06-19 04:20:00 -05:00
TANIGUCHI Kohei b063ae1aa8 cmigemo: init at 1.3e
cmigemo is a tool that supports Japanese incremental search with Romaji.
2020-09-10 14:57:43 +09:00
Tim Zook 32c9ee2cfc csvkit: fix failing test
The build for this package was failing due to failing tests that were caused by a breaking change in a dependency. The requirements.txt for this package does not pin specific versions so it was trying to build with the new version of the dependency and failing. This commit overrides the version of the dependency that is used to build the package.
2020-09-09 10:37:57 -07:00
zowoq bd5c02c03c codesearch: use upstream vendor 2020-09-08 16:32:39 +10:00
Mario Rodas 5aea56aa45 Merge pull request #97326 from r-ryantm/auto-update/ugrep
ugrep: 2.5.3 -> 2.5.5
2020-09-07 08:19:12 -05:00
Mario Rodas 50feff0994 Merge pull request #97327 from r-ryantm/auto-update/vale
vale: 2.3.3 -> 2.3.4
2020-09-07 08:14:42 -05:00
R. RyanTM b6efe9d640 vale: 2.3.3 -> 2.3.4 2020-09-07 05:38:54 +00:00
R. RyanTM 6f7120772e ugrep: 2.5.3 -> 2.5.5 2020-09-07 05:33:04 +00:00
Mario Rodas 75dd59019c Merge pull request #97282 from zowoq/vgrep
vgrep: init at 2.4.0
2020-09-06 19:31:22 -05:00
Mario Rodas ef0e695c9d Merge pull request #97202 from r-ryantm/auto-update/miller
miller: 5.9.0 -> 5.9.1
2020-09-06 18:57:03 -05:00
zowoq fd5f28afba vgrep: init at 2.4.0 2020-09-06 20:28:09 +10:00
David Wood c763b49889 mdcat: 0.20.0 -> 0.21.1 2020-09-05 13:31:29 +01:00
R. RyanTM f36c47f26b miller: 5.9.0 -> 5.9.1 2020-09-05 07:31:19 +00:00
Ian M. Jones 04e0c46436 snippetpixie: 1.3.3 -> 1.4.1 2020-09-04 00:52:10 +01:00
Mario Rodas 7d4e423fd0 Merge pull request #96737 from r-ryantm/auto-update/wgetpaste
wgetpaste: 2.29 -> 2.30
2020-08-31 19:22:20 -05:00
Ivan Kozik d56da56bf8 ocrmypdf: 10.3.0 -> 11.0.1
This fixes the build:

```
ERROR: Could not find a version that satisfies the requirement img2pdf<0.4,>=0.3.0 (from ocrmypdf==10.3.0) (from versions: none)
ERROR: No matching distribution found for img2pdf<0.4,>=0.3.0 (from ocrmypdf==10.3.0)
builder for '/nix/store/1ggj5wwl92xickc7w5hfl3zrjfscxnf1-ocrmypdf-10.3.0.drv' failed with exit code 1
error: build of '/nix/store/1ggj5wwl92xickc7w5hfl3zrjfscxnf1-ocrmypdf-10.3.0.drv' failed
```
2020-08-31 16:59:24 -07:00
R. RyanTM 57ebf6a0c0 wgetpaste: 2.29 -> 2.30 2020-08-31 06:42:17 +00:00
Mario Rodas 0779b6cd14 Merge pull request #98806 from r-ryantm/auto-update/mdbook
mdbook: 0.4.2 -> 0.4.3
2020-10-03 23:27:04 -05:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Maciej Krüger 946369adbd spidermonkey: remove spidermonkey_38 -> spidermonkey alias
This removes the spidermonkey alias and renames it in the packages still
using it

Not sure if we need it in aliases.nix since just about nothing depends
on it anymore

Additionally considering removal should be a good choice, it's at least
insecure so it should get tagged as such
2020-10-01 10:00:22 +02:00
R. RyanTM 44f91f0623 mdbook: 0.4.2 -> 0.4.3 2020-09-25 21:44:30 +00:00
Maximilian Bosch 0f1223f8fa Merge pull request #87916 from DeeUnderscore/highlight-update
highlight: 3.56 -> 3.57
2020-06-15 01:12:06 +02:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Mario Rodas fb9ca6431c Merge pull request #89784 from zowoq/add-maintainer
various packages: add myself as maintainer
2020-06-10 05:45:57 -05:00
Nikolay Korotkiy c4cd635283 agrep: enable on darwin 2020-06-10 09:36:00 +03:00
Jörg Thalheim d07a4906e7 Merge pull request #89710 from Kiwi/ocrmypdf-9.8.2 2020-06-08 11:07:53 +01:00
zowoq 794e0f7ca4 shfmt: add maintainer 2020-06-08 13:25:32 +10:00
zowoq 72fb771de9 ripgrep: add maintainer 2020-06-08 13:25:27 +10:00
Ian M. Jones cf97978909 snippetpixie: 1.3.2 -> 1.3.3 2020-06-07 16:04:45 +02:00
Robert Djubek 96bfdf2843 ocrmypdf: 9.8.0 -> 9.8.2
version bump also fixes build after pikepdf update:
https://github.com/NixOS/nixpkgs/pull/88680
2020-06-07 00:17:28 +00:00
Daiderd Jordan 7b3a2963d1 treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
David Wood e9b0f30872 mdcat: 0.17.1 -> 0.18.2 2020-06-01 11:36:14 +01:00
zowoq b8cc67579d ripgrep: 12.1.0 -> 12.1.1
https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md#1211-2020-05-29
2020-05-29 23:51:21 +10:00
R. RyanTM c8768ec7ef poedit: 2.3 -> 2.3.1 2020-05-27 12:04:34 -07:00
Ryan Mulligan b6a8a2b7dd Merge pull request #88228 from r-ryantm/auto-update/snippetpixie
snippetpixie: 1.3.1 -> 1.3.2
2020-05-26 16:48:38 -07:00
David Wood 76b6bf22e1 mdcat: 0.17.0 -> 0.17.1 2020-05-24 15:28:45 +01:00
David Wood 6c14c6a620 mdcat: 0.16.0 -> 0.17.0
Signed-off-by: David Wood <david@davidtw.co>
2020-05-20 20:33:09 +01:00
R. RyanTM fbc96272ba snippetpixie: 1.3.1 -> 1.3.2 2020-05-20 01:27:23 +00:00
Mario Rodas 7b35e2dd73 Merge pull request #88140 from xrelkd/update/xurls
xurls: 2.0.0 -> 2.2.0
2020-05-19 08:37:07 -05:00
Maximilian Bosch f0bc522148 ripgrep-all: 0.9.5 -> 0.9.6
https://github.com/phiresky/ripgrep-all/releases/tag/v0.9.6
2020-05-19 13:16:18 +02:00
xrelkd b44b4c87e6 xurls: 2.0.0 -> 2.2.0 2020-05-19 12:54:59 +08:00
D Anzorge 05aabc40fa highlight: 3.56 -> 3.57 2020-05-16 03:37:22 +02:00
Colin L Rice d6162dab50 go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Mario Rodas 8772cee9f9 ripgrep: 12.0.1 -> 12.1.0
Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/12.1.0
2020-05-09 16:20:00 -05:00
chkno 8ff99ba57e nawk: 20121220 -> 20180827
awk.tar.gz is no longer available from princeton.edu; The One True Awk
is now on GitHub.
2020-05-07 16:01:42 +00:00
Jörg Thalheim ad1e7cfaeb Merge pull request #87190 from r-ryantm/auto-update/FanFicFare 2020-05-07 16:59:47 +01:00
R. RyanTM 7c6da82c38 fanficfare: 3.17.0 -> 3.19.0 2020-05-07 13:53:16 +00:00
R. RyanTM 2979b2ac27 ocrmypdf: 9.6.1 -> 9.8.0 2020-05-06 23:13:21 -07:00
Martin Weinelt e24f5eab66 treewide: add CVE identifiers to patches
This allows tools like broken.sh to correctly identify the patched
status.
2020-05-06 23:18:09 +02:00
Vladimír Čunát 54eb2d1018 Merge branch 'staging-next'
Status on Hydra for linuxes seems good enough:
https://hydra.nixos.org/eval/1585703?filter=linux&compare=1585482&full=#tabs-now-fail
2020-05-06 08:20:05 +02:00