Unverified Commit 8b857576 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python312Packages.rmscene: 0.6.1 -> 0.7.0 (#393528)

parents ee4dd4eb a74cbc81
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

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

  disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "ricklupton";
    repo = "rmscene";
    tag = "v${version}";
    hash = "sha256-mgEjGfoQW73DcwMEXflR3/Ole4c5uXZJVJ699KNSqKg=";
    hash = "sha256-LaUzWEptzCGir6ZOgyMfP3Uf+jERT+cTb7Wx/eean1I=";
  };

  build-system = [
@@ -39,7 +39,7 @@ buildPythonPackage rec {
  ];

  meta = {
    changelog = "https://github.com/ricklupton/rmscene/blob/${src.rev}/README.md#changelog";
    changelog = "https://github.com/ricklupton/rmscene/blob/${src.tag}/README.md#changelog";
    description = "Read v6 .rm files from the reMarkable tablet";
    homepage = "https://github.com/ricklupton/rmscene";
    license = lib.licenses.mit;