Unverified Commit 36a9aeaa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python312Packages.uxsim: 1.4.0 -> 1.5.0
parents 37029ac1 7f1714c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@
}:
buildPythonPackage rec {
  pname = "uxsim";
  version = "1.4.0";
  version = "1.5.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "toruseo";
    repo = "UXsim";
    rev = "refs/tags/v${version}";
    hash = "sha256-cWtBmBmrQTruRZ8n8O6i9LGlHMR5UvRhcOICvwP383M=";
    hash = "sha256-hZjyUKDzI8AZW8OFC+RKbJNt8qXuHjTX9STYJTWszF4=";
  };

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