kas 4.5 -> 4.7 (#375636)

Co-authored-by: bachp <bachp@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-19 16:47:52 +00:00
committed by GitHub
co-authored by bachp
+2 -2
View File
@@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "kas";
version = "4.5";
version = "4.7";
src = fetchFromGitHub {
owner = "siemens";
repo = pname;
tag = version;
hash = "sha256-J64yy2G8+5uT31Vpwhge5R7ZqId+NzE5ykXBHjc0qgQ=";
hash = "sha256-P2I3lLa8kuCORdlrwcswrWFwOA8lW2WL4Apv/2T7+f8=";
};
propagatedBuildInputs = with python3.pkgs; [