Commit dfc93c95 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.uxsim: 1.12.0 -> 1.13.0

parent 70e270e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@
}:
buildPythonPackage rec {
  pname = "uxsim";
  version = "1.12.0";
  version = "1.13.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "toruseo";
    repo = "UXsim";
    tag = "v${version}";
    hash = "sha256-ur0zpBF2W5IcVDb7RLjaqOE0ehpPfWCohnUrqFSmhUE=";
    hash = "sha256-TMu/KXj23Zr2mAEc8SIF/GpVd7sGgEXSY3nCdKeYdhs=";
  };

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