Unverified Commit a7188bb6 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

python312Packages.rmscene: 0.6.0 -> 0.6.1 (#364388)

parents c4000675 4c6c6453
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "rmscene";
  version = "0.6.0";
  version = "0.6.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "ricklupton";
    repo = "rmscene";
    rev = "refs/tags/v${version}";
    hash = "sha256-BnTr3rLehP5uhzXWXKPaXcJCWW2ofk5N8amqoEUmlWo=";
    hash = "sha256-mgEjGfoQW73DcwMEXflR3/Ole4c5uXZJVJ699KNSqKg=";
  };

  build-system = [