eclib 20231212 -> 20240408 https://github.com/JohnCremona/eclib/releases attrpath: eclib 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/eclib/default.nix b/pkgs/development/libraries/eclib/default.nix index f78fb9a19106..0c886a265b63 100644 --- a/pkgs/development/libraries/eclib/default.nix +++ b/pkgs/development/libraries/eclib/default.nix @@ -14,7 +14,7 @@ assert withFlint -> flint != null; stdenv.mkDerivation rec { pname = "eclib"; - version = "20231212"; # upgrade might break the sage interface + version = "20240408"; # upgrade might break the sage interface # sage tests to run: # src/sage/interfaces/mwrank.py # src/sage/libs/eclib @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { # see https://github.com/JohnCremona/eclib/issues/64#issuecomment-789788561 # for upstream's explanation of the above url = "https://github.com/JohnCremona/eclib/releases/download/v${version}/eclib-${version}.tar.bz2"; - sha256 = "sha256-MtEWo+NZsN5PZIbCu2GIu4tVPIuDP2GMwllkhOi2FFo="; + sha256 = "sha256-O6kI4gGd5T/LoUFEnKpvqC8DYFv4O/nagJLfU4ravnw="; }; buildInputs = [ pari Successfully finished processing cachix "/nix/store/nvj5xiv9ypr3isrhv6zapgzzgdbzb2hf-eclib-20240408" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
5 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/JohnCremona/eclib/releases. meta.description for eclib is: Elliptic curve tools meta.homepage for eclib is: https://github.com/JohnCremona/eclib ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/JohnCremona/eclib/releases/tag/v20240408) - [Compare changes on GitHub](https://github.com/JohnCremona/eclib/compare/v20231212...v20240408) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 20240408 with grep in /nix/store/nvj5xiv9ypr3isrhv6zapgzzgdbzb2hf-eclib-20240408 - found 20240408 in filename of file in /nix/store/nvj5xiv9ypr3isrhv6zapgzzgdbzb2hf-eclib-20240408 ---
Rebuild report (if merged into master) (click to expand) ``` 7 total rebuild path(s) 7 package rebuild(s) First fifty rebuilds by attrpath cantor eclib labplot libsForQt5.cantor plasma5Packages.cantor sage sageWithDoc ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/nvj5xiv9ypr3isrhv6zapgzzgdbzb2hf-eclib-20240408 \ --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 eclib https://github.com/r-ryantm/nixpkgs/archive/4229fdcddb6f977fa2b197d716baf2bd6c1e52b6.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/4229fdcddb6f977fa2b197d716baf2bd6c1e52b6#eclib ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/nvj5xiv9ypr3isrhv6zapgzzgdbzb2hf-eclib-20240408 ls -la /nix/store/nvj5xiv9ypr3isrhv6zapgzzgdbzb2hf-eclib-20240408/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
5 packages built:
--- ###### Maintainer pings cc @timokau @omasanori @7c6f434c @collares 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). https://api.github.com/repos/NixOS/nixpkgs/pulls/302985