Commit Graph

1520 Commits

Author SHA1 Message Date
Vladimír Čunát
b47ec9a6b3
Merge #75437: kramdown-rfc2629: init at 1.2.13
I left it open much longer than planned.  Re-tested it creates html.
2020-01-28 14:12:26 +01:00
Frederik Rietdijk
cdff57e1fc Merge staging-next into staging 2020-01-28 10:48:36 +01:00
Frederik Rietdijk
dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
sjau
fdb5f5d827 unoconv: fixing sha256 2020-01-25 10:57:51 +01:00
Mario Rodas
98e29883ce
Merge pull request #78207 from r-ryantm/auto-update/LanguageTool
languagetool: 4.7 -> 4.8
2020-01-24 18:45:15 -05:00
Florian Klink
a61db03041
Merge pull request #77494 from dtzWill/update/ocrmypdf-9.4.0
ocrmypdf: 9.2.0 -> 9.5.0
2020-01-22 16:03:29 +01:00
R. RyanTM
f18f8a063b mawk: 1.3.4-20190203 -> 1.3.4-20200106 2020-01-22 13:27:27 +01:00
Will Dietz
61381b2f88
ocrmypdf: 9.4.0 -> 9.5.0 2020-01-21 18:17:30 -06:00
Will Dietz
6b1937818e
ocrmypdf: prefer patch + substituteAll 2020-01-21 18:14:49 -06:00
R. RyanTM
be5c93605a languagetool: 4.7 -> 4.8 2020-01-21 19:51:48 +00:00
Ryan Mulligan
5c5d9efdd1
Merge pull request #78078 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.13.0 -> 3.15.0
2020-01-21 07:48:00 -08:00
DwarfMaster
227a3f4383 Renamed maintainer lucas8 -> dwarfmaster 2020-01-21 16:39:52 +10:00
R. RyanTM
d7e04bb440 fanficfare: 3.13.0 -> 3.15.0 2020-01-20 07:38:24 +00:00
Kovacsics Robert
51e137bbdc rosie: init at unstable-2020-01-11
It uses its own Lua (making it use a generic Lua is work-in-progress).
2020-01-17 22:52:25 +00:00
Frederik Rietdijk
bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Matthias Beyer
df4ec23bc7 gnused: 4.7 -> 4.8
Upstream announcement:
https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00002.html

For the lazy:

> * Noteworthy changes in release 4.8 (2020-01-14) [stable]
>
> ** Bug fixes
>
>   "sed -i" now creates temporary files with correct umask (limited to u=rwx).
>   Previously sed would incorrectly set umask on temporary files, resulting
>   in problems under certain fuse-like file systems.
>   [bug introduced in sed 4.2.1]
>
> ** Release
>
>   distribute gzip-compressed tarballs once again
>
> ** Improvements
>
>   a year's worth of gnulib development, including improved DFA performance

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-01-16 21:40:10 +00:00
Akira Komamura
1e70a7e5a8 unoconv: 0.6 -> 0.8.2
Change the source from dag.wieers.com to github, which seems to
officially host the source code of the project now.

Update unoconv from 0.6 to 0.8.2, which includes several important
changes.

Delete the patch, since it has already become part of the project.
2020-01-16 21:34:29 +00:00
Anders Kaseorg
3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
David Wood
cfc2ead8b3 mdcat: 0.14.0 -> 0.15.0 2020-01-14 16:42:15 +01:00
Will Dietz
24c14a8fc9
ocrmypdf: fix patching of leptonica lib path 2020-01-12 17:25:27 -06:00
zowoq
e5672143d8 shfmt: 2.6.4 -> 3.0.1 (#77537) 2020-01-11 23:33:16 -08:00
Will Dietz
1cab2551b9
ocrmypdf: 9.2.0 -> 9.4.0 2020-01-11 00:11:29 -06:00
Robin Gloster
006242fd5a
treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Robin Gloster
f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
Robin Gloster
2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster
083d3550a5
gawk: *Flags are lists 2019-12-30 11:13:38 +01:00
Jan Tojnar
db89a2ce38
smu: Do not use DESTDIR
https://github.com/NixOS/nixpkgs/issues/65718
2019-12-29 21:06:02 +01:00
Maximilian Bosch
749d51bf35
qgrep: fix darwin and aarch64-linux build
https://hydra.nixos.org/build/108321871
https://hydra.nixos.org/build/108556036

Things done:

* SSE2 isn't available for the aarch64-target of GCC (the package builds
  on aarch64 without those flags and works fine as well).

* Added missing darwin libraries.

* Applied a darwin-specific patch which disables i386 as target platform
  (breaks at least on MacOS catalina otherwise).
2019-12-28 17:20:06 +01:00
Nathan
b0caf68bff
maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
worldofpeace
2dd7d4dd44 treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
Alyssa Ross
7887a81193
treewide: fix cargoSha256 (again)
cargo-vendor output was changed in a4fc84de44.
2019-12-20 20:08:53 +00:00
Alyssa Ross
7e1a3d01d7 highlight: export Perl bindings
Fails to build on Darwin:

clang++ -shared -s highlight_wrap.o  -L../../src/ -lhighlight -L/nix/store/bi85dm5dqzjfm0i9qj3ijjj9w9xayy8w-lua-5.2.4/lib -llua -lm -o highlight.so
ld: warning: option -s is obsolete and being ignored
Undefined symbols for architecture x86_64:
  "_PL_markstack_max", referenced from:
      __wrap_DataDir_getLangPath in highlight_wrap.o
      __wrap_DataDir_getThemePath in highlight_wrap.o
      __wrap_DataDir_getFiletypesConfPath in highlight_wrap.o
      __wrap_DataDir_getPluginPath in highlight_wrap.o
      __wrap_DataDir_guessFileType in highlight_wrap.o
      __wrap_SyntaxReader_initLuaState in highlight_wrap.o
      __wrap_new_RegexElement in highlight_wrap.o
      ...
  "_PL_markstack_ptr", referenced from:
      __wrap_DataDir_assocByExtension_set in highlight_wrap.o
      __wrap_DataDir_assocByExtension_get in highlight_wrap.o
      __wrap_DataDir_assocByFilename_set in highlight_wrap.o
      __wrap_DataDir_assocByFilename_get in highlight_wrap.o
      __wrap_DataDir_assocByShebang_set in highlight_wrap.o
      __wrap_DataDir_assocByShebang_get in highlight_wrap.o
      __wrap_DataDir_initSearchDirectories in highlight_wrap.o
      ...
  "_PL_stack_base", referenced from:
      __wrap_DataDir_assocByExtension_set in highlight_wrap.o
      __wrap_DataDir_assocByExtension_get in highlight_wrap.o
      __wrap_DataDir_assocByFilename_set in highlight_wrap.o
      __wrap_DataDir_assocByFilename_get in highlight_wrap.o
      __wrap_DataDir_assocByShebang_set in highlight_wrap.o
      __wrap_DataDir_assocByShebang_get in highlight_wrap.o
      __wrap_DataDir_initSearchDirectories in highlight_wrap.o
      ...
  "_PL_stack_sp", referenced from:
      __wrap_DataDir_assocByExtension_set in highlight_wrap.o
      __wrap_DataDir_assocByExtension_get in highlight_wrap.o
      __wrap_DataDir_assocByFilename_set in highlight_wrap.o
      __wrap_DataDir_assocByFilename_get in highlight_wrap.o
      __wrap_DataDir_assocByShebang_set in highlight_wrap.o
      __wrap_DataDir_assocByShebang_get in highlight_wrap.o
      __wrap_DataDir_initSearchDirectories in highlight_wrap.o
      ...
  "_PL_sv_immortals", referenced from:
      __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o
      __wrap_DataDir_getSystemDataPath in highlight_wrap.o
      __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getThemePath__SWIG_1 in highlight_wrap.o
      SWIG_AsVal_bool(sv*, bool*) in highlight_wrap.o
      ...
  "_Perl_croak", referenced from:
      SWIG_croak_null() in highlight_wrap.o
      __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o
      __wrap_DataDir_getLangPath in highlight_wrap.o
      __wrap_DataDir_getSystemDataPath in highlight_wrap.o
      __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o
      ...
  "_Perl_get_sv", referenced from:
      __wrap_DataDir_assocByExtension_set in highlight_wrap.o
      SWIG_croak_null() in highlight_wrap.o
      __wrap_DataDir_assocByExtension_get in highlight_wrap.o
      __wrap_DataDir_assocByFilename_set in highlight_wrap.o
      __wrap_DataDir_assocByFilename_get in highlight_wrap.o
      __wrap_DataDir_assocByShebang_set in highlight_wrap.o
      __wrap_DataDir_assocByShebang_get in highlight_wrap.o
      ...
  "_Perl_gv_add_by_type", referenced from:
      SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o
      SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o
  "_Perl_gv_init_pvn", referenced from:
      SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o
  "_Perl_hv_common", referenced from:
      SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o
      SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o
  "_Perl_hv_common_key_len", referenced from:
      SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o
      SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o
  "_Perl_markstack_grow", referenced from:
      __wrap_DataDir_getLangPath in highlight_wrap.o
      __wrap_DataDir_getThemePath in highlight_wrap.o
      __wrap_DataDir_getFiletypesConfPath in highlight_wrap.o
      __wrap_DataDir_getPluginPath in highlight_wrap.o
      __wrap_DataDir_guessFileType in highlight_wrap.o
      __wrap_SyntaxReader_initLuaState in highlight_wrap.o
      __wrap_new_RegexElement in highlight_wrap.o
      ...
  "_Perl_mg_find", referenced from:
      SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o
      _boot_highlight in highlight_wrap.o
  "_Perl_mg_get", referenced from:
      SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o
      SWIG_AsVal_bool(sv*, bool*) in highlight_wrap.o
  "_Perl_newRV_noinc", referenced from:
      SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o
  "_Perl_newSV", referenced from:
      SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o
  "_Perl_newSV_type", referenced from:
      SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o
  "_Perl_newSViv", referenced from:
      __wrap_SyntaxReader_load in highlight_wrap.o
      __wrap_SyntaxReader_getKeywordListGroup in highlight_wrap.o
      __wrap_SyntaxReader_getPersistentSnippetsNum in highlight_wrap.o
      __wrap_SyntaxReader_getOpenDelimiterID in highlight_wrap.o
      __wrap_RegexElement_open_get in highlight_wrap.o
      __wrap_RegexElement_end_get in highlight_wrap.o
      __wrap_RegexElement_capturingGroup_get in highlight_wrap.o
      ...
  "_Perl_newSVuv", referenced from:
      __wrap_SyntaxReader_getRawStringPrefix in highlight_wrap.o
      __wrap_SyntaxReader_getContinuationChar in highlight_wrap.o
      __wrap_RegexElement_kwClass_get in highlight_wrap.o
      __wrap_RegexElement_priority_get in highlight_wrap.o
      __wrap_RegexElement_constraintLineNum_get in highlight_wrap.o
      __wrap_ReGroup_length_get in highlight_wrap.o
      __wrap_ReGroup_kwClass_get in highlight_wrap.o
      ...
  "_Perl_newXS", referenced from:
      _boot_highlight in highlight_wrap.o
  "_Perl_sv_2bool_flags", referenced from:
      SWIG_AsVal_bool(sv*, bool*) in highlight_wrap.o
  "_Perl_sv_2iv_flags", referenced from:
      SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o
      SWIG_AsVal_unsigned_SS_int(sv*, unsigned int*) in highlight_wrap.o
      _boot_highlight in highlight_wrap.o
      SWIG_AsVal_long(sv*, long*) in highlight_wrap.o
      SWIG_AsVal_double(sv*, double*) in highlight_wrap.o
  "_Perl_sv_2mortal", referenced from:
      __wrap_SyntaxReader_load in highlight_wrap.o
      __wrap_SyntaxReader_getRawStringPrefix in highlight_wrap.o
      __wrap_SyntaxReader_getContinuationChar in highlight_wrap.o
      __wrap_SyntaxReader_getKeywordListGroup in highlight_wrap.o
      __wrap_SyntaxReader_getPersistentSnippetsNum in highlight_wrap.o
      __wrap_SyntaxReader_getOpenDelimiterID in highlight_wrap.o
      __wrap_RegexElement_open_get in highlight_wrap.o
      ...
  "_Perl_sv_2nv_flags", referenced from:
      SWIG_AsVal_double(sv*, double*) in highlight_wrap.o
  "_Perl_sv_2pv_flags", referenced from:
      SWIG_croak_null() in highlight_wrap.o
      __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o
      __wrap_DataDir_getSystemDataPath in highlight_wrap.o
      __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getThemePath__SWIG_1 in highlight_wrap.o
      ...
  "_Perl_sv_2uv_flags", referenced from:
      SWIG_AsVal_unsigned_SS_int(sv*, unsigned int*) in highlight_wrap.o
      SWIG_AsVal_long(sv*, long*) in highlight_wrap.o
  "_Perl_sv_bless", referenced from:
      SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o
  "_Perl_sv_free2", referenced from:
      SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o
  "_Perl_sv_isobject", referenced from:
      SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o
      SWIG_croak_null() in highlight_wrap.o
      __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o
      __wrap_DataDir_getSystemDataPath in highlight_wrap.o
      __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o
      ...
  "_Perl_sv_magic", referenced from:
      _boot_highlight in highlight_wrap.o
      SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o
  "_Perl_sv_newmortal", referenced from:
      __wrap_DataDir_assocByExtension_set in highlight_wrap.o
      __wrap_DataDir_assocByExtension_get in highlight_wrap.o
      __wrap_DataDir_assocByFilename_set in highlight_wrap.o
      __wrap_DataDir_assocByFilename_get in highlight_wrap.o
      __wrap_DataDir_assocByShebang_set in highlight_wrap.o
      __wrap_DataDir_assocByShebang_get in highlight_wrap.o
      __wrap_DataDir_initSearchDirectories in highlight_wrap.o
      ...
  "_Perl_sv_setiv", referenced from:
      _boot_highlight in highlight_wrap.o
  "_Perl_sv_setpvf", referenced from:
      __wrap_DataDir_assocByExtension_set in highlight_wrap.o
      __wrap_DataDir_assocByExtension_get in highlight_wrap.o
      __wrap_DataDir_assocByFilename_set in highlight_wrap.o
      __wrap_DataDir_assocByFilename_get in highlight_wrap.o
      __wrap_DataDir_assocByShebang_set in highlight_wrap.o
      __wrap_DataDir_assocByShebang_get in highlight_wrap.o
      __wrap_DataDir_initSearchDirectories in highlight_wrap.o
      ...
  "_Perl_sv_setpvn", referenced from:
      __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o
      __wrap_DataDir_getSystemDataPath in highlight_wrap.o
      __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getThemePath__SWIG_1 in highlight_wrap.o
      __wrap_DataDir_getThemePath__SWIG_2 in highlight_wrap.o
      ...
  "_Perl_sv_setref_pv", referenced from:
      __wrap_DataDir_assocByExtension_get in highlight_wrap.o
      __wrap_DataDir_assocByFilename_get in highlight_wrap.o
      __wrap_DataDir_assocByShebang_get in highlight_wrap.o
      __wrap_SyntaxReader_getKeywords in highlight_wrap.o
      __wrap_SyntaxReader_getKeywordClasses in highlight_wrap.o
      __wrap_SyntaxReader_getRegexElements in highlight_wrap.o
      __wrap_SyntaxReader_getPersistentSnippets in highlight_wrap.o
      ...
  "_Perl_sv_setsv_flags", referenced from:
      __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o
      __wrap_DataDir_getSystemDataPath in highlight_wrap.o
      __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o
      __wrap_DataDir_getThemePath__SWIG_1 in highlight_wrap.o
      __wrap_DataDir_getThemePath__SWIG_2 in highlight_wrap.o
      ...
ld: symbol(s) not found for architecture x86_64
clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
2019-12-20 19:47:42 +00:00
David Wood
71fc8af9e9 mdcat: 0.13.0 -> 0.14.0
Signed-off-by: David Wood <david.wood@codeplay.com>
2019-12-19 14:33:28 +01:00
Emmanuel Rosa
c3c072ad17 ripgrep-all: add checkInstall test
This change adds a checkInstallPhase which runs a couple of queries
to smoke-test the ripgrep-all adapters. The queries are intended to
ensure that the dependencies needed by the adapters are included in
the package's dependencies.
2019-12-18 21:17:59 +07:00
Emmanuel Rosa
727b097c78 ripgrep-all: add missing dependencies
This change adds additional dependencies so that the program's full
functionality is available by simply installing this package.

Closes #75735
2019-12-18 17:48:38 +07:00
Mario Rodas
01956b5605 ocrmypdf: 9.0.3 -> 9.2.0 2019-12-15 23:15:07 -08:00
Frederik Rietdijk
dfdf1597a7 Merge master into staging-next 2019-12-13 11:43:39 +01:00
Ian M. Jones
374d587e73 snippetpixie: init at 1.2.2 2019-12-12 22:55:50 +00:00
Frederik Rietdijk
f3618342ec Merge staging-next into staging 2019-12-10 19:01:27 +01:00
Vladimír Čunát
9fb5714db5
kramdown-rfc2629: init at 1.2.13 2019-12-10 14:22:28 +01:00
R. RyanTM
ebf6cf71b3 diffstat: 1.62 -> 1.63 2019-12-08 12:58:58 +01:00
tomberek
774ad67ce0 gawkextlib: init at unstable-2019-11-21 (#51721)
Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2019-12-07 20:07:33 -05:00
Florian Klink
fdc71ffc9d
Merge pull request #73088 from samueldr/fix/cross/groff
groff: Fix cross-compilation
2019-12-06 22:43:00 +01:00
Benjamin Esham
914ceb3411 amber: 0.5.2 -> 0.5.3 2019-12-01 12:05:04 -08:00
Marc Busqué
b9b0493c55 boxes: init at 1.3 2019-11-30 16:06:04 +01:00
WilliButz
ce538e8f84
Merge pull request #74419 from r-ryantm/auto-update/highlight
highlight: 3.53 -> 3.54
2019-11-28 12:20:58 +01:00
R. RyanTM
00a8b5fc15 highlight: 3.53 -> 3.54 2019-11-27 19:28:29 -08:00
Benjamin Hipple
70d51cf1e0 par: use pname 2019-11-25 23:27:58 -05:00
R. RyanTM
4c99fae944 fanficfare: 3.12.0 -> 3.13.0
(#74188)
2019-11-25 23:35:45 +01:00
R. RyanTM
69df50d677 ansifilter: 2.14 -> 2.15
* ansifilter: 2.14 -> 2.15 (#74116)

* ansifilter: add meta.homepage
+ refresh meta.license (now GPL3)
2019-11-25 22:39:36 +01:00
Pascal Hertleif
2defc2ade1 mdbook: 0.3.1 -> 0.3.5 2019-11-23 18:47:22 -08:00
Michael Raskin
936c7c5e2b kdiff3: fix build 2019-11-22 17:41:47 +01:00
Frederik Rietdijk
f6b39f852e Merge master into staging-next 2019-11-19 10:53:44 +01:00
geistesk
b3ca115ebd smu: init at 1.5 2019-11-16 22:27:22 +01:00
Frederik Rietdijk
be7125dde7 Merge master into staging-next 2019-11-16 11:45:07 +01:00
c0bw3b
9367367dfd Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
Daniel Schaefer
c96e556ed7
grip-0.8: indexed grip (#60182)
grip-0.8: indexed grip
2019-11-14 23:54:32 +01:00
Milan Svoboda
2bf8cccc0d grip-search: init at 0.8 2019-11-14 22:11:58 +01:00
Frederik Rietdijk
c6e31d0767 Merge master into staging-next 2019-11-14 13:31:39 +01:00
Frederik Rietdijk
c747894638 recode: 3.7.4 -> 3.7.6, use python3 2019-11-14 13:20:55 +01:00
R. RyanTM
86f1494abf sourceHighlight: 3.1.8 -> 3.1.9
(#71884)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/source-highlight/versions
2019-11-13 18:41:39 +01:00
Frederik Rietdijk
73b88e17dd Merge staging-next into staging 2019-11-11 12:09:26 +01:00
Michael Raskin
05cd691173
Merge pull request #73126 from cko/remove_sablotron
sablotron: remove
2019-11-09 21:44:04 +00:00
Renaud
f80a56fafc
Merge pull request #72408 from etu/transifex-fix-build
transifex-client: Fix build
2019-11-09 22:38:07 +01:00
Vladyslav M
dedf6ded5a coloursum: fix darwin build 2019-11-09 22:50:05 +02:00
Samuel Dionne-Riel
313cef8685 groff: Fix cross-compilation
Fixup the patch from 4f3c8178b8 so it
applies to the current groff.

The patch was removed, but cross-compilation not validated, in #70500.
2019-11-08 22:05:49 -05:00
Christine Koppelt
60fade5c03 sablotron: remove 2019-11-08 22:25:08 +01:00
John Ericson
f7fdc997bf Merge commit 'afa48f16f265fd3e88073bca7929e1e103bd3dc3' into bash-no-undef-vars 2019-11-08 13:58:27 -05:00
John Ericson
9167482d12 opensp: sgmlHookDone can be undefined 2019-11-08 13:24:20 -05:00
Oleksii Filonenko
8bb7737945
ruplacer: init at 0.4.1 2019-11-07 13:31:51 +02:00
Francesco Gazzetta
d1473e031e coloursum: 0.1.0 -> 0.2.0 (#72900) 2019-11-06 18:05:29 +02:00
Elis Hirwing
ee16c546a4
transifex-client: Fix build
We have updated python-slugify to 4.0.0 (or newer) which broke the
build. This has happened several times before without actually
breaking the software.

So yeah, lets just accept newer versions and fix it if it breaks for
some other reason in the future.
2019-11-01 07:54:31 +01:00
Mario Rodas
549303466e
ripgrep-all: 0.9.2 -> 0.9.3 2019-10-28 03:00:00 -05:00
Jan Tojnar
eab20ca018 gtranslator: 3.32.1 → 3.34.0 2019-10-27 22:28:33 -07:00
Frederik Rietdijk
a85e58ac13 Merge master into staging-next 2019-10-23 09:38:37 +02:00
R. RyanTM
8ce6912b80 html-xml-utils: 7.7 -> 7.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/html-xml-utils/versions
2019-10-22 10:10:02 +02:00
Will Dietz
762a88d78b recode: 3.7-gitrev -> 3.7.4, new home (#68045)
* recode: pname-ify

* recode: 3.7-* -> 3.7.2, new home

gnu homepage still exists (for now),
but links to the github repo we switch to :).

* recode: use pre-generated tarball to avoid gen, fix

* recode: 3.7.2 -> 3.7.4

https://github.com/rrthomas/recode/blob/v3.7.4/NEWS
(3.7.3 notes as well)
2019-10-22 10:03:49 +02:00
Pierre Bourdon
63905a7b6f gnupatch: rename patch files to match their CVE ids.
This should be a behavior no-op, but it helps vulnix figure out that we
are up to date regarding security patches.
2019-10-22 09:48:12 +02:00
tilpner
d0c1ee588f groff: 1.22.3 -> 1.22.4 2019-10-22 09:43:32 +02:00
R. RyanTM
2e71b42edc fanficfare: 3.11.0 -> 3.12.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fanficfare/versions
2019-10-21 13:42:19 -07:00
Maciek Starzyk
642bed5ba3 tab: init at 7.2 2019-10-20 13:38:13 -07:00
Aaron Andersen
7c1de1f14f
Merge pull request #66629 from kayhide/add/lv
lv: init at 4.51
2019-10-12 17:48:39 -04:00
Renaud
4b4b943b38
Merge pull request #69629 from r-ryantm/auto-update/link-grammar
link-grammar: 5.6.2 -> 5.7.0
2019-10-12 23:27:04 +02:00
lewo
9bf8c96e6c
Merge pull request #70622 from r-ryantm/auto-update/LanguageTool
languagetool: 4.6 -> 4.7
2019-10-09 22:42:10 +02:00
lewo
252c7cf711
Merge pull request #70698 from r-ryantm/auto-update/poedit
poedit: 2.2.1 -> 2.2.4
2019-10-09 22:32:37 +02:00
R. RyanTM
bffcb980e3 dos2unix: 7.4.0 -> 7.4.1 (#70566)
* dos2unix: 7.4.0 -> 7.4.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dos2unix/versions

* dos2unix: cleanup
2019-10-08 17:33:20 +02:00
R. RyanTM
899521c181 poedit: 2.2.1 -> 2.2.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/poedit/versions
2019-10-07 18:55:17 -07:00
R. RyanTM
cf9e2cf4b3 languagetool: 4.6 -> 4.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/languagetool/versions
2019-10-07 05:53:00 -07:00
Linus Heckemann
9906b88423
Merge pull request #70382 from mayflower/anonscm
Fix dead anonscm links
2019-10-07 11:53:29 +02:00
David Wood
7500c71e7b
mdcat: init at 0.13.0 2019-10-05 13:00:14 +01:00
Linus Heckemann
91ceb6b997 treewide: fix dead anonscm.debian.org links 2019-10-04 12:42:21 +02:00
Elis Hirwing
d1a8006b89 transifex-client: Add missing setuptools dependency 2019-10-01 23:41:08 +09:00
R. RyanTM
494b1d5b3c mawk: 1.3.4-20171017 -> 1.3.4-20190203
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mawk/versions
2019-09-30 22:16:18 -07:00
markuskowa
13bbb0fbdb
Merge pull request #69554 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.10.5 -> 3.11.0
2019-09-27 14:05:07 +02:00
markuskowa
67c06b56b0
Merge pull request #69592 from r-ryantm/auto-update/icdiff
icdiff: 1.9.4 -> 1.9.5
2019-09-27 13:56:19 +02:00
R. RyanTM
ba22b6ec31 link-grammar: 5.6.2 -> 5.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/link-grammar/versions
2019-09-26 19:25:36 -07:00
R. RyanTM
8228f00869 icdiff: 1.9.4 -> 1.9.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/icdiff/versions
2019-09-26 14:47:06 -07:00
R. RyanTM
f051d7506b fanficfare: 3.10.5 -> 3.11.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fanficfare/versions
2019-09-26 09:51:36 -07:00
David Wood
0140ba7ec1
diffr: init at 0.1.2
Signed-off-by: David Wood <david@davidtw.co>
2019-09-26 11:46:13 +01:00
Franz Pletz
5b5da3c2f2
miller: 5.5.0 -> 5.6.2 2019-09-23 15:06:30 +02:00
Mario Rodas
d3116ca29d vale: use buildGoPackage 2019-09-21 04:20:00 -05:00
worldofpeace
2b8712508d
Merge pull request #68697 from Kiwi/ocrmypdf-67497
ocrmypdf: 8.2.3 -> 9.0.3
2019-09-13 23:41:57 -04:00
Robert Djubek
82c4218fe9
ocrmypdf: 8.2.3 -> 9.0.3
Version bump and bug fix
Fixes runtime dependencies ( #67497 ) and the version bump fixed other issues
2019-09-14 03:40:11 +00:00
danme
535117b136 csvkit: fix failing test
downgrading dependency agate-sql
2019-09-13 15:29:32 +02:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Vladimír Čunát
6756cc5408
jing-trang: fixup build
Thanks to lopsided98.  Fixes #68307.
2019-09-08 18:19:51 +02:00
kayhide
2e68d1e54d lv: init at 4.51 2019-09-08 11:54:16 +09:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Ryan Mulligan
2e5fd3a2c3
Merge pull request #67963 from mstarzyk/miller-5.5.0
miller: 5.4.0 -> 5.5.0
2019-09-02 16:36:46 -07:00
Maciek Starzyk
36c72f3632 miller: back to fetchFromGitHub 2019-09-03 00:42:25 +02:00
Ryan Mulligan
32f9c619f5
Merge pull request #67969 from petabyteboy/feature/remove-dobuild
treewide: remove uses of doBuild and doConfigure
2019-09-02 15:13:47 -07:00
Milan Pässler (work)
185fd61631 treewide: remove uses of doBuild and doConfigure
doBuild and doConfigure are not actually used by any builders, they were
probably added by mistake and just confuse people.
2019-09-02 23:42:12 +02:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Maciek Starzyk
03d7679392 miller: 5.4.0 -> 5.5.0 2019-09-02 21:56:17 +02:00
Aaron Andersen
72646582a4
Merge pull request #64285 from tadeokondrak/ispell/update
ispell: 3.3.02 -> 3.4.00
2019-09-01 08:52:32 -04:00
Tadeo Kondrak
8dec5e6224
ispell: 3.3.02 -> 3.4.00 2019-08-31 13:35:46 -06:00
Frederik Rietdijk
98ef78326d Merge staging-next into staging 2019-08-31 18:07:33 +02:00
Frederik Rietdijk
96e5474329 Merge master into staging-next 2019-08-31 18:04:31 +02:00
edef
cbbe9f0f21 patchutils: add perl to buildInputs
This was silently producing perl scripts with empty shebang lines,
breaking a bunch of the binaries.
2019-08-31 15:58:05 +00:00
volth
7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
R. RyanTM
50d8295cc6 gawk: 4.2.1 -> 5.0.1 (#59503)
* gawk: 4.2.1 -> 5.0.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gawk/versions

* libgpg-error: fix build with gawk 5

Cherry picked commit 6fe2cdd03c98270b0ce0026acf8dab0a6c4d3d63 from
https://github.com/NixOS/nixpkgs/pull/67801.
2019-08-31 07:13:30 -04:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Will Dietz
699a3aef6c
vale: 1.4.3 -> 1.7.1, buildGoModule 2019-08-22 13:32:56 -05:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
Frederik Rietdijk
f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Robert Djubek
352239e24a
ocrmypdf: init at 8.2.3 2019-08-14 04:45:09 +00:00
Marek Mahut
668d083cea
Merge pull request #65910 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.9.0 -> 3.10.5
2019-08-09 23:46:03 +02:00
Marek Mahut
9ce3f57716
Merge pull request #65973 from fgaz/coloursum/init
coloursum: init at 0.1.0
2019-08-09 10:22:43 +02:00
Jörg Thalheim
31244a40e4
ripgrep-all: init at 0.9.2 (#65695)
ripgrep-all: init at 0.9.2
2019-08-07 10:24:11 +01:00
adisbladis
6b135bf764
Merge pull request #65890 from tazjin/chore/bump-mdbook-0.3.1
mdbook: 0.1.8 -> 0.3.1
2019-08-06 16:03:42 +01:00
Graham Christensen
4ec201e7b7
xmloscopy: buildInputs -> nativeBuildInputs 2019-08-05 22:59:57 -04:00
Graham Christensen
b8c0210fcc
xmloscopy: name -> pname 2019-08-05 22:02:47 -04:00
Graham Christensen
16584b52f3
xmloscopy: with 2019-08-05 22:02:13 -04:00
Graham Christensen
a428849ce7
xmloscopy: 0.1.2 -> 0.1.3 2019-08-05 21:56:09 -04:00
Vincent Ambo
52ffaefb6d mdbook: fix license entry (actually MPL 2.0) 2019-08-04 21:55:28 +01:00
Francesco Gazzetta
30817f9779 coloursum: init at 0.1.0 2019-08-04 21:03:55 +02:00
WilliButz
f3d53023d8
highlight: 3.52 -> 3.53 2019-08-04 14:35:41 +02:00
Francesco Zanini
1b1f9f95dd ripgrep-all: init at 0.9.2 2019-08-04 09:18:47 +02:00
R. RyanTM
df4b0c4854 fanficfare: 3.9.0 -> 3.10.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fanficfare/versions
2019-08-04 00:10:01 -07:00
Vincent Ambo
e19185e298 mdbook: 0.1.8 -> 0.3.1
Last update was over a year ago and the project has progressed a lot
in between. This moves the derivation to the latest tagged version.
2019-08-04 01:08:50 +01:00
Vladimír Čunát
92f3ea646e
Merge branch 'master' into staging-next
... to avoid the accidental gnupatch rebuild
2019-08-02 09:40:36 +02:00
Ivan Kozik
002b853782
gnupatch: avoid rebuild from c4ce832e PR #65687
vcunat is really sorry for not noticing this.
2019-08-02 09:31:07 +02:00
Frederik Rietdijk
6f723b9bad Merge master into staging-next 2019-08-02 09:18:37 +02:00
Mario Rodas
6b7a7c0c32
Merge pull request #65763 from lilyball/ripgrep
ripgrep: 11.0.1 -> 11.0.2
2019-08-02 01:13:41 -05:00
Lily Ballard
cd3718281f ripgrep: 11.0.1 -> 11.0.2 2019-08-01 21:37:52 -07:00
vitaliizinchenko
6ec98ddc23 gnupatch: update links to patches 2019-08-01 16:21:06 -04:00
Frederik Rietdijk
55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Edmund Wu
706518f761 epubcheck: 4.2.1 -> 4.2.2 2019-07-30 13:01:17 +02:00
Andreas Rammhold
49c4c4a5b9 gnupatch: apply patches for CVE-2019-1363 and CVE-2019-13638 2019-07-28 19:05:43 +02:00
WilliButz
0d137e1991
highlight: 3.43 -> 3.52, use GitLab source 2019-07-24 18:31:23 +02:00
Nick Novitski
7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
Aria Edmonds
94e62564cb ripgrep: turn withPCRE2 on by default
This is set by default in archpkgs and debian repos, and would confuse
fewer new users.
2019-07-22 05:35:42 -04:00
Mario Rodas
d6fa4ed97a
kytea: enable on darwin 2019-07-19 21:18:46 -05:00
worldofpeace
245f0a7f97
Merge pull request #64797 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.8.0 -> 3.9.0
2019-07-16 16:28:17 -04:00
R. RyanTM
a11755dab7 fanficfare: 3.8.0 -> 3.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fanficfare/versions
2019-07-15 05:39:02 -07:00
Frederik Rietdijk
7cf5909fad Merge staging-next into staging 2019-07-09 15:44:08 +02:00
Daiderd Jordan
5ecbcc0886
mdbook: remove cf-private 2019-07-03 22:20:24 +02:00
R. RyanTM
2239512aa2 link-grammar: 5.6.1 -> 5.6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/link-grammar/versions
2019-07-03 09:28:13 +02:00
R. RyanTM
f824fc8bf0 languagetool: 4.4 -> 4.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/languagetool/versions
2019-07-01 13:45:31 -07:00
Mario Rodas
7eb22cd46a
vale: 1.4.2 -> 1.4.3 2019-06-24 22:14:44 -05:00
Mario Rodas
076d9d098b
sd: 0.5.0 -> 0.6.5 2019-06-19 19:58:49 -05:00
R. RyanTM
b9f6bd2ebd wgetpaste: 2.28 -> 2.29
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wgetpaste/versions
2019-06-18 10:27:13 -07:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Mario Rodas
ed33d193cd
nkf: 2.1.4 -> 2.1.5 2019-06-08 23:44:13 -05:00
Mario Rodas
c0eaf5e917
mirrors: rename sourceforgejp to osdn
SourceForge.jp renamed to OSDN on May 11, 2015.
https://osdn.net/projects/sourceforge/news/24923
2019-06-08 23:25:47 -05:00
Will Dietz
7eb8534c72
vale: 1.4.0 -> 1.4.2
https://github.com/errata-ai/vale/releases/tag/v1.4.2
https://github.com/errata-ai/vale/releases/tag/v1.4.1
2019-06-04 14:47:45 -05:00
markuskowa
167fa9aafe
Merge pull request #62473 from r-ryantm/auto-update/link-grammar
link-grammar: 5.6.0 -> 5.6.1
2019-06-02 11:40:22 +02:00
R. RyanTM
b7b7a7df7e link-grammar: 5.6.0 -> 5.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/link-grammar/versions
2019-06-01 22:08:11 -07:00
Elis Hirwing
f2657026ba
Merge pull request #62401 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.7.0 -> 3.8.0
2019-06-01 22:23:44 +02:00
Alyssa Ross
062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
R. RyanTM
cc9f389c04 fanficfare: 3.7.0 -> 3.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fanficfare/versions
2019-06-01 07:34:50 -07:00
Edmund Wu
6ed0f80c42
epubcheck: 4.2.0 -> 4.2.1 2019-05-21 16:44:31 -04:00
Venkateswara Rao Mandela
4e5319070b ruby-zoom: 5.0.1 -> 5.3.0 2019-05-21 22:25:21 +05:30
Will Dietz
c978bb04dd
kdiff3: 1.8 -> 1.8.1 (hotfix)
https://cgit.kde.org/kdiff3.git/log/?h=1.8.1
2019-05-19 03:24:10 -05:00
Will Dietz
9b3b2af6e7
kdiff3: 1.8, finally a release!
Drop git-diff patch, really hope it's not still outstanding
(and it doesn't apply).
cc @vcunat (who filed linked upstream issue)
2019-05-18 01:16:15 -05:00
Frederik Rietdijk
d4464ff8fe Merge master into staging-next 2019-05-16 08:17:55 +02:00
Will Dietz
cb1cf0959d discount: 2.2.4 -> 2.2.6, tests
Now using the GitHub source.

https://github.com/Orc/discount/releases/tag/v2.2.5
https://github.com/Orc/discount/releases/tag/v2.2.6
2019-05-15 19:44:59 -04:00
Frederik Rietdijk
ef0dbef7f1 Merge master into staging-next 2019-05-12 19:59:09 +02:00
Vladimír Čunát
0fb181b8ce
Merge #59422: patchutils: 0.3.3 -> 0.3.4, keep 0.3.3 for fetchpatch 2019-05-12 15:17:10 +02:00
Frederik Rietdijk
87a5d8fede Merge staging-next into staging 2019-05-07 19:30:14 +02:00
Frederik Rietdijk
0196d8f11c Merge master into staging-next 2019-05-07 09:00:06 +02:00
Mario Rodas
40af53c5da
Merge pull request #60679 from bdesham/add-amber
Add amber
2019-05-05 18:13:56 -05:00
Benjamin Esham
152c051ac0
amber: init at 0.5.2 2019-05-05 17:36:34 -05:00
Robert Schütz
1ea22b8868
Merge pull request #60217 from dotlambda/home-assistant-0.92
home-assistant: 0.91.4 -> 0.92.2
2019-05-05 23:31:31 +02:00
R. RyanTM
f11c3edbc6 gtranslator: 3.32.0 -> 3.32.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtranslator/versions
2019-05-05 02:50:14 -07:00
Frederik Rietdijk
0f10b72b5f Merge master into staging-next 2019-05-03 19:56:31 +02:00
Robert Schütz
cf65abe85a transifex-client: fix build 2019-05-03 15:46:09 +02:00
Michael Fellinger
473feb7fa3 bcat: use https rubygems 2019-05-03 11:21:57 +02:00
Frederik Rietdijk
155c9d8e18 Merge master into staging-next 2019-05-02 08:43:14 +02:00
Renaud
9290708d43
Merge pull request #60524 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.6.0 -> 3.7.0
2019-05-01 17:32:38 +02:00
Frederik Rietdijk
f137783927 Merge master into staging-next 2019-05-01 11:45:46 +02:00
R. RyanTM
3a11190948 fanficfare: 3.6.0 -> 3.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fanficfare/versions
2019-04-30 12:37:22 -07:00
Ryan Mulligan
f454785bb4
Merge pull request #60454 from r-ryantm/auto-update/ansifilter
ansifilter: 2.13 -> 2.14
2019-04-30 07:22:15 -07:00
Frederik Rietdijk
3462fe27d9 Merge staging-next into staging 2019-04-30 15:52:19 +02:00