anki: 2.1.11 -> 2.1.14 (#67738)
* anki: 2.1.11 -> 2.1.14 * anki: 2.1.14 -> 2.1.15
This commit is contained in:
parent
3059cd038c
commit
560ce2a4a7
@ -18,6 +18,7 @@
|
|||||||
, pytest
|
, pytest
|
||||||
, glibcLocales
|
, glibcLocales
|
||||||
, nose
|
, nose
|
||||||
|
, jsonschema
|
||||||
, send2trash
|
, send2trash
|
||||||
, CoreAudio
|
, CoreAudio
|
||||||
# This little flag adds a huge number of dependencies, but we assume that
|
# This little flag adds a huge number of dependencies, but we assume that
|
||||||
@ -31,10 +32,10 @@ let
|
|||||||
# when updating, also update rev-manual to a recent version of
|
# when updating, also update rev-manual to a recent version of
|
||||||
# https://github.com/dae/ankidocs
|
# https://github.com/dae/ankidocs
|
||||||
# The manual is distributed independently of the software.
|
# The manual is distributed independently of the software.
|
||||||
version = "2.1.11";
|
version = "2.1.15";
|
||||||
sha256-pkg = "0rcjam7f017yg0fx5apdc309lsx59lfw33nikczz7hrw6gby6z3q";
|
sha256-pkg = "12dvyf3j9df4nrhhnqbzd9b21rpzkh4i6yhhangn2zf7ch0pclss";
|
||||||
rev-manual = "f933104fecd8a83c33494bdb2b59817a3318202f";
|
rev-manual = "8f6387867ac37ef3fe9d0b986e70f898d1a49139";
|
||||||
sha256-manual = "12j4x1bh8x6yinym4d1ard32vfl22iq2wz1lfwz6s3ljhggkc52h";
|
sha256-manual = "0pm5slxn78r44ggvbksz7rv9hmlnsvn9z811r6f63dsc8vm6mfml";
|
||||||
|
|
||||||
manual = stdenv.mkDerivation {
|
manual = stdenv.mkDerivation {
|
||||||
name = "anki-manual-${version}";
|
name = "anki-manual-${version}";
|
||||||
@ -84,7 +85,7 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pyqtwebengine sqlalchemy beautifulsoup4 send2trash pyaudio requests decorator
|
pyqtwebengine sqlalchemy beautifulsoup4 send2trash pyaudio requests decorator
|
||||||
markdown
|
markdown jsonschema
|
||||||
]
|
]
|
||||||
++ lib.optional plotsSupport matplotlib
|
++ lib.optional plotsSupport matplotlib
|
||||||
++ lib.optional stdenv.isDarwin [ CoreAudio ]
|
++ lib.optional stdenv.isDarwin [ CoreAudio ]
|
||||||
|
Loading…
Reference in New Issue
Block a user