maturin 0.14.15 -> 0.14.16 https://repology.org/metapackage/maturin/versions attrpath: maturin Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-m5rXNnVuVrhyWVJP7wpVFY4eflrTZs314UBhf2JC6D8= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/rust/maturin/default.nix b/pkgs/development/tools/rust/maturin/default.nix index e5c32722807..8198a8b413c 100644 --- a/pkgs/development/tools/rust/maturin/default.nix +++ b/pkgs/development/tools/rust/maturin/default.nix @@ -11,16 +11,16 @@ rustPlatform.buildRustPackage rec { pname = "maturin"; - version = "0.14.15"; + version = "0.14.16"; src = fetchFromGitHub { owner = "PyO3"; repo = "maturin"; rev = "v${version}"; - hash = "sha256-+Fb0oaUr8oL5L3uGxN8jojrc6lQ3eTYqzVg4qNITQRA="; + hash = "sha256-I7hZctfBsynO6Aii20nIEbhaJVeOlUsJr8W5sgBCTaU="; }; - cargoHash = "sha256-HBHcoQT1rBd2DKMwQdBLS3r8QhMowdv6fBcsABGW9Xw="; + cargoHash = "sha256-m5rXNnVuVrhyWVJP7wpVFY4eflrTZs314UBhf2JC6D8="; nativeBuildInputs = [ pkg-config ]; Successfully finished processing cachix "/nix/store/3nbhxhz6a56nfi34klzm3z49zdi0lkpj-maturin-0.14.16" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/maturin/versions. meta.description for maturin is: Build and publish Rust crates Python packages meta.homepage for maturin is: https://github.com/PyO3/maturin ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/PyO3/maturin/releases/tag/v0.14.16) - [Compare changes on GitHub](https://github.com/PyO3/maturin/compare/v0.14.15...v0.14.16) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.14.16 with grep in /nix/store/3nbhxhz6a56nfi34klzm3z49zdi0lkpj-maturin-0.14.16 - found 0.14.16 in filename of file in /nix/store/3nbhxhz6a56nfi34klzm3z49zdi0lkpj-maturin-0.14.16 ---
Rebuild report (if merged into master) (click to expand) ``` 1472 total rebuild path(s) 1472 package rebuild(s) First fifty rebuilds by attrpath adapta-gtk-theme adl anime-downloader ansible ansible-later ansible-lint ansible_2_12 ansible_2_13 ansible_2_14 apache-airflow appdaemon appthreat-depscan arc-theme arx-libertatis asciidoc-full asciidoc-full-with-plugins aws-sam-cli ayu-theme-gtk baserow bottles bottles-unwrapped buildbot buildbot-full buildbot-ui capitaine-cursors cfripper chia chia-dev-tools cinnamon.cinnamon-screensaver cinnamon.iso-flags-png-320x420 cinnamon.iso-flags-svg clevis cloudflare-dyndns cmake-language-server copier coreboot-configurator cryptop cwltool datadog-agent datadog-process-agent dblatexFull dbx deepdiff disorderfs dmarc-metrics-exporter dvc dvc-with-remotes easyocr emacsPackages.lsp-bridge emojione ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/3nbhxhz6a56nfi34klzm3z49zdi0lkpj-maturin-0.14.16 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A maturin https://github.com/r-ryantm/nixpkgs/archive/952a8a21ceceb563db3a38865f2089ae8c0ff323.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/3nbhxhz6a56nfi34klzm3z49zdi0lkpj-maturin-0.14.16 ls -la /nix/store/3nbhxhz6a56nfi34klzm3z49zdi0lkpj-maturin-0.14.16/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/223791