hunspell 1.7.1 -> 1.7.2 https://repology.org/metapackage/hunspell/versions attrpath: hunspell Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [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/libraries/hunspell/default.nix b/pkgs/development/libraries/hunspell/default.nix index 66441a91160..324b4337c87 100644 --- a/pkgs/development/libraries/hunspell/default.nix +++ b/pkgs/development/libraries/hunspell/default.nix @@ -1,14 +1,14 @@ { lib, stdenv, fetchFromGitHub, ncurses, readline, autoreconfHook }: stdenv.mkDerivation rec { - version = "1.7.1"; + version = "1.7.2"; pname = "hunspell"; src = fetchFromGitHub { owner = "hunspell"; repo = "hunspell"; rev = "v${version}"; - sha256 = "sha256-J1kgNUElRO63mtU62qU7asf7hht9oyplMIO9I/E6BPU="; + sha256 = "sha256-x2FXxnVIqsf5/UEQcvchAndXBv/3mW8Z55djQAFgNA8="; }; outputs = [ "bin" "dev" "out" "man" ]; Successfully finished processing cachix "/nix/store/1f04g8mc7c212hypaslypmm8h9l0maxp-hunspell-1.7.2-bin" 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/hunspell/versions. meta.description for hunspell is: Spell checker meta.homepage for hunspell is: http://hunspell.sourceforge.net ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/hunspell/hunspell/releases/tag/v1.7.2) - [Compare changes on GitHub](https://github.com/hunspell/hunspell/compare/v1.7.1...v1.7.2) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.7.2 with grep in /nix/store/1f04g8mc7c212hypaslypmm8h9l0maxp-hunspell-1.7.2-bin - found 1.7.2 in filename of file in /nix/store/1f04g8mc7c212hypaslypmm8h9l0maxp-hunspell-1.7.2-bin ---
Rebuild report (if merged into master) (click to expand) ``` 526 total rebuild path(s) 526 package rebuild(s) First fifty rebuilds by attrpath ChowKick abiword adapta-gtk-theme aegisub alfis almanah apache-directory-studio apostrophe arc-theme arx-libertatis asciidoc-full asciidoc-full-with-plugins astroid aws-workspaces ayu-theme-gtk balsa bespokesynth bespokesynth-with-vst2 birdfont bluefish bookworm bubblemail calibre calls cambalache capitaine-cursors cargo-tauri catppuccin-cursors cawbird chatty cherrytree chirp cinnamon.cinnamon-common cinnamon.cinnamon-control-center cinnamon.cinnamon-gsettings-overrides cinnamon.cinnamon-screensaver cinnamon.iso-flags-png-320x420 cinnamon.iso-flags-svg cinnamon.pix cinnamon.xreader cinny-desktop citrix_workspace citrix_workspace_21_09_0 citrix_workspace_21_12_0 citrix_workspace_22_05_0 citrix_workspace_22_07_0 citrix_workspace_22_12_0 claws-mail clevis codeblocksFull ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/1f04g8mc7c212hypaslypmm8h9l0maxp-hunspell-1.7.2-bin \ --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 hunspell https://github.com/r-ryantm/nixpkgs/archive/672965cd6df363aa40a68b1c4ff7d62e55c2ca26.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/1f04g8mc7c212hypaslypmm8h9l0maxp-hunspell-1.7.2-bin ls -la /nix/store/1f04g8mc7c212hypaslypmm8h9l0maxp-hunspell-1.7.2-bin/bin ``` ---

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