liblouis 3.24.0 -> 3.25.0 https://github.com/liblouis/liblouis/releases attrpath: liblouis Checking auto update branch... An auto update branch exists with message `liblouis: 3.24.0 → 3.25.0`. New version is 3.25.0. The auto update branch does not match or exceed the new version. [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/liblouis/default.nix b/pkgs/development/libraries/liblouis/default.nix index b9b61214462..d5100235a81 100644 --- a/pkgs/development/libraries/liblouis/default.nix +++ b/pkgs/development/libraries/liblouis/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { pname = "liblouis"; - version = "3.24.0"; + version = "3.25.0"; outputs = [ "out" "dev" "info" "doc" ] # configure: WARNING: cannot generate manual pages while cross compiling @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { owner = "liblouis"; repo = "liblouis"; rev = "v${version}"; - sha256 = "sha256-QSrCQhP3t+WPyBQPLJbZEaDCjXD8Lo6IAGKHsbL2S1o="; + sha256 = "sha256-On5PbBgvDAeD41oGb5EKBtKvi/VXnLsVrTMX7tcwnq4="; }; nativeBuildInputs = [ Successfully finished processing cachix "/nix/store/hjhafg42az5bzrxg29dzmp407fq024ai-liblouis-3.25.0" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
9 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/liblouis/liblouis/releases. meta.description for liblouis is: Open-source braille translator and back-translator meta.homepage for liblouis is: https://liblouis.org/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/liblouis/liblouis/releases/tag/v3.25.0) - [Compare changes on GitHub](https://github.com/liblouis/liblouis/compare/v3.24.0...v3.25.0) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.25.0 with grep in /nix/store/hjhafg42az5bzrxg29dzmp407fq024ai-liblouis-3.25.0 - found 3.25.0 in filename of file in /nix/store/hjhafg42az5bzrxg29dzmp407fq024ai-liblouis-3.25.0 ---
Rebuild report (if merged into master) (click to expand) ``` 9 total rebuild path(s) 9 package rebuild(s) First fifty rebuilds by attrpath cups-filters foomatic-db foomatic-db-ppds foomatic-db-ppds-withNonfreeDb liblouis orca pantheon.elementary-session-settings splix system-config-printer ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/hjhafg42az5bzrxg29dzmp407fq024ai-liblouis-3.25.0 \ --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 liblouis https://github.com/r-ryantm/nixpkgs/archive/52e469f015b8a25c93e4fae413b773fd2cf5a87f.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/hjhafg42az5bzrxg29dzmp407fq024ai-liblouis-3.25.0 ls -la /nix/store/hjhafg42az5bzrxg29dzmp407fq024ai-liblouis-3.25.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
9 packages built:
--- ###### Maintainer pings cc @jtojnar for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/220572 liblouis 3.24.0 -> 3.25.0 https://repology.org/metapackage/liblouis/versions attrpath: liblouis Checking auto update branch... No auto update branch exists Old version 3.24.0" not present in master derivation file with contents: { fetchFromGitHub , lib , stdenv , autoreconfHook , pkg-config , gettext , python3 , texinfo , help2man , libyaml , perl }: stdenv.mkDerivation (finalAttrs: { pname = "liblouis"; version = "3.25.0"; outputs = [ "out" "dev" "info" "doc" ] # configure: WARNING: cannot generate manual pages while cross compiling ++ lib.optionals (stdenv.hostPlatform == stdenv.buildPlatform) [ "man" ]; src = fetchFromGitHub { owner = "liblouis"; repo = "liblouis"; rev = "v${finalAttrs.version}"; hash = "sha256-On5PbBgvDAeD41oGb5EKBtKvi/VXnLsVrTMX7tcwnq4="; }; nativeBuildInputs = [ autoreconfHook pkg-config gettext python3 # Docs, man, info texinfo help2man ]; buildInputs = [ # lou_checkYaml libyaml # maketable.d perl ]; configureFlags = [ # Required by Python bindings "--enable-ucs4" ]; postPatch = '' patchShebangs tests substituteInPlace python/louis/__init__.py.in --replace "###LIBLOUIS_SONAME###" "$out/lib/liblouis.so" ''; postInstall = '' pushd python python setup.py install --prefix="$out" --optimize=1 popd ''; doCheck = true; meta = with lib; { description = "Open-source braille translator and back-translator"; homepage = "https://liblouis.io/"; license = with licenses; [ lgpl21Plus # library gpl3Plus # tools ]; maintainers = with maintainers; [ jtojnar ]; platforms = platforms.unix; }; })