We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78e54f9 + 0ae833b commit 61d804dCopy full SHA for 61d804d
pkgs/by-name/ka/kas/package.nix
@@ -8,13 +8,13 @@
8
9
python3.pkgs.buildPythonApplication rec {
10
pname = "kas";
11
- version = "4.5";
+ version = "4.7";
12
13
src = fetchFromGitHub {
14
owner = "siemens";
15
repo = pname;
16
tag = version;
17
- hash = "sha256-J64yy2G8+5uT31Vpwhge5R7ZqId+NzE5ykXBHjc0qgQ=";
+ hash = "sha256-P2I3lLa8kuCORdlrwcswrWFwOA8lW2WL4Apv/2T7+f8=";
18
};
19
20
propagatedBuildInputs = with python3.pkgs; [
0 commit comments