Bump tacl version
All checks were successful
Run nix flake check / flake-check (push) Successful in 3m0s
Periodic flake update / flake-update (push) Successful in 2m9s

This commit is contained in:
Torjus Håkestad 2025-06-14 21:51:44 +02:00
parent a256c96f82
commit 8e275379a5

View File

@ -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; [