Unverified Commit 01744f36 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.uxsim: 1.10.0 -> 1.10.1 (#453253)

parents 17c37906 ef091180
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@
}:
buildPythonPackage rec {
  pname = "uxsim";
  version = "1.10.0";
  version = "1.10.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "toruseo";
    repo = "UXsim";
    tag = "v${version}";
    hash = "sha256-4ZN52atcAbT6z9GzV4tOA3IiDYu+v4i3NHfauMPwMJ0=";
    hash = "sha256-yKXlu78E2zE6JqpTtS/Xd4ityA0oxe90RiocHCJIO4E=";
  };

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