Skip to content

Commit 61d804d

Browse files
kas 4.5 -> 4.7 (#375636)
Co-authored-by: bachp <[email protected]>
2 parents 78e54f9 + 0ae833b commit 61d804d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ka/kas/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
python3.pkgs.buildPythonApplication rec {
1010
pname = "kas";
11-
version = "4.5";
11+
version = "4.7";
1212

1313
src = fetchFromGitHub {
1414
owner = "siemens";
1515
repo = pname;
1616
tag = version;
17-
hash = "sha256-J64yy2G8+5uT31Vpwhge5R7ZqId+NzE5ykXBHjc0qgQ=";
17+
hash = "sha256-P2I3lLa8kuCORdlrwcswrWFwOA8lW2WL4Apv/2T7+f8=";
1818
};
1919

2020
propagatedBuildInputs = with python3.pkgs; [

0 commit comments

Comments
 (0)