Merge pull request #294407 from zendo/upd/wike

wike: 2.1.0 -> 3.0.0
This commit is contained in:
Peder Bergebakken Sundt 2024-04-17 17:25:36 +02:00 committed by GitHub
commit e29cb575fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -18,14 +18,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "wike";
version = "2.1.0";
version = "3.0.0";
format = "other";
src = fetchFromGitHub {
owner = "hugolabe";
repo = "Wike";
rev = version;
hash = "sha256-BXmLZhotQK6L4c2D8F8qF3zmOlSuzXycEN2FaC1K6/g=";
hash = "sha256-x6HYlpCj7poKWJWB2CnvN1aoTa7LmqYwbPa62WvSYsQ=";
};
nativeBuildInputs = [

View File

@ -40614,8 +40614,6 @@ with pkgs;
wibo = pkgsi686Linux.callPackage ../applications/emulators/wibo { };
wike = callPackage ../applications/misc/wike { };
wikicurses = callPackage ../applications/misc/wikicurses {
pythonPackages = python3Packages;
};