Unverified Commit b77a4fa7 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #328690 from r-ryantm/auto-update/python312Packages.uxsim

python312Packages.uxsim: 1.3.0 -> 1.3.1
parents cce6461e ee487ff8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@
}:
buildPythonPackage rec {
  pname = "uxsim";
  version = "1.3.0";
  version = "1.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "toruseo";
    repo = "UXsim";
    rev = "refs/tags/v${version}";
    hash = "sha256-2lN2Cu0XXiYdLiE7phpGqhkBDjkmxLJt4ILb6ORWdCI=";
    hash = "sha256-74iNsRtEmpE+i4FeKCXrqczdMP9u4mVt6eyF/4RXZfU=";
  };

  patches = [ ./add-qt-plugin-path-to-env.patch ];