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

python312Packages.uxsim: 1.3.0 -> 1.3.1

parent b098e0c7
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 ];