We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python312Packages.uranium
5.9.0
4.12.0
No response
@gebner @abbradar
Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)
Resolves #ISSUE
This is how far I've got.
diff --git a/pkgs/development/python-modules/uranium/default.nix b/pkgs/development/python-modules/uranium/default.nix index 3084b3018a0d..245644ba8d6e 100644 --- a/pkgs/development/python-modules/uranium/default.nix +++ b/pkgs/development/python-modules/uranium/default.nix @@ -4,19 +4,20 @@ fetchFromGitHub, python, cmake, - pyqt5, + pyqt6, numpy, + numpy-stl, scipy, shapely, - libarcus, cryptography, doxygen, gettext, - pythonOlder, + colorlog, + pyclipper, }: buildPythonPackage rec { - version = "4.12.0"; + version = "5.9.0"; pname = "uranium"; format = "other"; @@ -24,22 +25,22 @@ buildPythonPackage rec { owner = "Ultimaker"; repo = "Uranium"; rev = version; - hash = "sha256-SE9xqrloPXIRTJiiqUdRKFmb4c0OjmJK5CMn6VXMFmk="; + hash = "sha256-sjrDR7f5TETy5jkX8O3NQOGUqEAlQX43rFdfWUlwkZY="; }; - disabled = pythonOlder "3.5.0"; - buildInputs = [ python gettext ]; - propagatedBuildInputs = [ - pyqt5 + dependencies = [ + pyqt6 numpy + numpy-stl scipy shapely - libarcus cryptography + colorlog + pyclipper ]; nativeBuildInputs = [ cmake
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Nixpkgs version
Package name
python312Packages.uranium
Upstream version
5.9.0
Nixpkgs version
4.12.0
Changelog
No response
Notify maintainers
@gebner @abbradar
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)This is how far I've got.
I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: