Bump tacl version
This commit is contained in:
parent
a256c96f82
commit
8e275379a5
@ -3,14 +3,14 @@
|
||||
home.packages = [
|
||||
(pkgs.python3Packages.buildPythonApplication rec {
|
||||
pname = "tacl";
|
||||
version = "3.8.3";
|
||||
version = "3.9.0";
|
||||
pyproject = true;
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "unioslo";
|
||||
repo = "tsd-api-client";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-wIzCwIbptCsLbms8My57jT4t6wlMjcO9KXi0DZFb3X8=";
|
||||
sha256 = "sha256-R8fSAhpdjspIoLy3m6NnHZBCBTSLQGWOqAiDkBZlWOc=";
|
||||
};
|
||||
|
||||
build-system = with pkgs.python3Packages; [
|
||||
|
Loading…
x
Reference in New Issue
Block a user