python311Packages.pygmt 0 -> 1 attrpath: python311Packages.pygmt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3s63z58a73jsl8d4z8kvklcxw22a0say-packages.json.drv building '/nix/store/3s63z58a73jsl8d4z8kvklcxw22a0say-packages.json.drv'... Going to be running update for following packages: - python3.11-pygmt-0.11.0 Press Enter key to continue... Running update for: - python3.11-pygmt-0.11.0: UPDATING ... - python3.11-pygmt-0.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pygmt/default.nix b/pkgs/development/python-modules/pygmt/default.nix index c455bbcfab16..1631661176a2 100644 --- a/pkgs/development/python-modules/pygmt/default.nix +++ b/pkgs/development/python-modules/pygmt/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "pygmt"; - version = "0.11.0"; + version = "0.12.0"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "GenericMappingTools"; repo = "pygmt"; rev = "refs/tags/v${version}"; - hash = "sha256-DbewB/lP44bpNSQ4ht7n0coS2Ml7qmEU4CP91p5YtZg="; + hash = "sha256-1e+89VRdlYh2jrFQR/LA7NkazD8ur6s/E9In2LPy3GI="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pygmt nix build failed. Check whether the following modules can be imported: pygmt Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/glfr70gi7hfaj50mwj2431p8bg60fhqw-python3-3.11.9/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/nix/store/qgc73n4jcbfzp0mxdlwmqirjss05bqbw-python3.11-pygmt-0.12.0/lib/python3.11/site-packages/pygmt/__init__.py", line 30, in from pygmt import datasets File "/nix/store/qgc73n4jcbfzp0mxdlwmqirjss05bqbw-python3.11-pygmt-0.12.0/lib/python3.11/site-packages/pygmt/datasets/__init__.py", line 7, in from pygmt.datasets.earth_age import load_earth_age File "/nix/store/qgc73n4jcbfzp0mxdlwmqirjss05bqbw-python3.11-pygmt-0.12.0/lib/python3.11/site-packages/pygmt/datasets/earth_age.py", line 10, in from pygmt.datasets.load_remote_dataset import _load_remote_dataset File "/nix/store/qgc73n4jcbfzp0mxdlwmqirjss05bqbw-python3.11-pygmt-0.12.0/lib/python3.11/site-packages/pygmt/datasets/load_remote_dataset.py", line 9, in from pygmt.clib import Session File "/nix/store/qgc73n4jcbfzp0mxdlwmqirjss05bqbw-python3.11-pygmt-0.12.0/lib/python3.11/site-packages/pygmt/clib/__init__.py", line 8, in from pygmt.clib.session import Session File "/nix/store/qgc73n4jcbfzp0mxdlwmqirjss05bqbw-python3.11-pygmt-0.12.0/lib/python3.11/site-packages/pygmt/clib/session.py", line 97, in _libgmt = load_libgmt() ^^^^^^^^^^^^^ File "/nix/store/qgc73n4jcbfzp0mxdlwmqirjss05bqbw-python3.11-pygmt-0.12.0/lib/python3.11/site-packages/pygmt/clib/loading.py", line 62, in load_libgmt raise GMTCLibNotFoundError("\n".join(error_msg)) pygmt.exceptions.GMTCLibNotFoundError: Error loading GMT shared library at 'libgmt.so'. libgmt.so: cannot open shared object file: No such file or directory