mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 02:24:30 +00:00
python312Packages.rmscene: 0.6.0 -> 0.6.1
Diff: https://github.com/ricklupton/rmscene/compare/refs/tags/v0.6.0...v0.6.1 Changelog: https://github.com/ricklupton/rmscene/blob/refs/tags/v0.6.1/README.md#changelog
This commit is contained in:
parent
f8c720e72d
commit
4c6c6453bb
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user