Skip to content

Commit

Permalink
python312Packages.rmscene: 0.5.0 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Nov 29, 2024
1 parent 01c33fb commit 0201131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/rmscene/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

disabled = pythonOlder "3.10";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "ricklupton";
repo = "rmscene";
rev = "v${version}";
hash = "sha256-uIvoKdW7caOfc8OEGIcyDwyos9NLwtZ++CeZdUO/G8M=";
hash = "sha256-BnTr3rLehP5uhzXWXKPaXcJCWW2ofk5N8amqoEUmlWo=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 0201131

Please sign in to comment.