📦 update bugwarrior package
This commit is contained in:
parent
7402e5ad5e
commit
9aa5e1ef09
1 changed files with 6 additions and 6 deletions
|
@ -18,8 +18,8 @@
|
|||
# ---------
|
||||
packages.nsxiv = (pkgs.nsxiv.override { conf = builtins.readFile ./nsxiv/config.def.h; });
|
||||
|
||||
packages.bugwarrior = legacy_2311.python3Packages.bugwarrior.overrideAttrs (old: {
|
||||
version = "2024-08-27";
|
||||
packages.bugwarrior = python311Packages.bugwarrior.overrideAttrs (old: {
|
||||
version = "2024-08-27-r1";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "ralphbean";
|
||||
repo = "bugwarrior";
|
||||
|
@ -27,10 +27,10 @@
|
|||
sha256 = "sha256-JPmFP6i/7Ji5LyrKT9WCngWqMyrM00rEXV8QVLwxx1A=";
|
||||
};
|
||||
propagatedBuildInputs = old.propagatedBuildInputs ++ [
|
||||
legacy_2311.python3Packages.pydantic
|
||||
legacy_2311.python3Packages.tomli
|
||||
legacy_2311.python3Packages.email-validator
|
||||
legacy_2311.python3Packages.packaging
|
||||
python311Packages.pydantic_1
|
||||
python311Packages.tomli
|
||||
python311Packages.email-validator
|
||||
python311Packages.packaging
|
||||
];
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue