afew: 3.0.1 -> 4.0.0
Changelog: https://github.com/afewmail/afew/blob/master/NEWS.md#afew-400-2026-07-16
This commit is contained in:
committed by
Florian Klink
parent
e14eb1602f
commit
ba84bc11c4
@@ -9,17 +9,17 @@
|
||||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "afew";
|
||||
version = "3.0.1";
|
||||
version = "4.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
sha256 = "0wpfqbqjlfb9z0hafvdhkm7qw56cr9kfy6n8vb0q42dwlghpz1ff";
|
||||
hash = "sha256-d6WfXt4K5nLawwdsWXHgy0+nMJXqxs9QQ0xmVeX1m3Q=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
sphinxHook
|
||||
setuptools_80
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
@@ -31,7 +31,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
chardet
|
||||
dkimpy
|
||||
notmuch
|
||||
notmuch2
|
||||
setuptools
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user