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 937d3c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/python-modules/rmscene/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@

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

disabled = pythonOlder "3.10";

src = fetchFromGitHub {
owner = "ricklupton";
repo = "rmscene";
rev = "v${version}";
hash = "sha256-uIvoKdW7caOfc8OEGIcyDwyos9NLwtZ++CeZdUO/G8M=";
rev = "refs/tags/v${version}";
hash = "sha256-BnTr3rLehP5uhzXWXKPaXcJCWW2ofk5N8amqoEUmlWo=";
};

nativeBuildInputs = [
build-system = [
poetry-core
];

pythonRelaxDeps = [ "packaging" ];

propagatedBuildInputs = [ packaging ];
dependencies = [ packaging ];

pythonImportsCheck = [ "rmscene" ];

Expand Down

0 comments on commit 937d3c9

Please sign in to comment.