summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-11-13 08:55:36 +0100
committerGitHub <noreply@github.com>2023-11-13 08:55:36 +0100
commit49c89858e9c717d3c22ce031c02ffb300f07d601 (patch)
treefc5450840fba80e89f5fb980a371c0bda38ee649
parent75384bfe277a04f7d265d2c9892f451ee1ba7af9 (diff)
python311Packages.genanki: update disabled
-rw-r--r--pkgs/development/python-modules/genanki/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/genanki/default.nix b/pkgs/development/python-modules/genanki/default.nix
index 5ba62fc13850..64159dd7b755 100644
--- a/pkgs/development/python-modules/genanki/default.nix
+++ b/pkgs/development/python-modules/genanki/default.nix
@@ -14,11 +14,11 @@ buildPythonPackage rec {
version = "0.13.1";
format = "setuptools";
- disabled = pythonOlder "3.6";
+ disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-hNCQQjqIeVIEZb/peECD7ay4014rpRH6Whve8B2Pce0=";
+ hash = "sha256-hNCQQjqIeVIEZb/peECD7ay4014rpRH6Whve8B2Pce0=";
};
propagatedBuildInputs = [