gnuplot 5.4.10 -> 6.0.0 https://repology.org/project/gnuplot/versions attrpath: gnuplot 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/tools/graphics/gnuplot/default.nix b/pkgs/tools/graphics/gnuplot/default.nix index fa9635f0cb8a..64e00642889c 100644 --- a/pkgs/tools/graphics/gnuplot/default.nix +++ b/pkgs/tools/graphics/gnuplot/default.nix @@ -21,11 +21,11 @@ let in (if withQt then mkDerivation else stdenv.mkDerivation) rec { pname = "gnuplot"; - version = "5.4.10"; + version = "6.0.0"; src = fetchurl { url = "mirror://sourceforge/gnuplot/${pname}-${version}.tar.gz"; - sha256 = "sha256-l12MHMLEHHztxOMjr/A12Xf+ual/ApbdKopm0Zelsnw="; + sha256 = "sha256-Y1oo8Jk/arDRF54HKtObgTnQf1Ejf4Qdk8bC/0sXWOw="; }; nativeBuildInputs = [ makeWrapper pkg-config texinfo ] ++ lib.optional withQt qttools; Successfully finished processing cachix "/nix/store/rhx7k5ig9jbf4cy14bxx9q41gy09fx1w-gnuplot-6.0.0" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/gnuplot/versions. meta.description for gnuplot is: A portable command-line driven graphing utility for many platforms meta.homepage for gnuplot is: http://www.gnuplot.info/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 6.0.0 in filename of file in /nix/store/rhx7k5ig9jbf4cy14bxx9q41gy09fx1w-gnuplot-6.0.0 ---
Rebuild report (if merged into master) (click to expand) ``` 207 total rebuild path(s) 207 package rebuild(s) First fifty rebuilds by attrpath abracadabra albert bpm-tools breath-theme cantor colloid-kde coqPackages.interval cubicsdr dump1090 eplot feedgnuplot fityk fornalder gama gitstats gnuplot gnuplot_aquaterm gnuplot_qt gnuradio3_8Packages.ais gnuradio3_8Packages.limesdr gnuradio3_8Packages.osmosdr gnuradio3_9Packages.osmosdr gnuradioPackages.osmosdr gqrx gqrx-gr-audio gqrx-portaudio graphite-kde-theme gretl image-analyzer indi-full iozone jupyter-all kstars labplot latte-dock layan-kde libqalculate librsb libsForQt5.applet-window-appmenu libsForQt5.bismuth libsForQt5.cantor libsForQt5.kde-cli-tools libsForQt5.kdeplasma-addons libsForQt5.kdev-php libsForQt5.kdev-python libsForQt5.kdevelop libsForQt5.kdevelop-unwrapped libsForQt5.khotkeys libsForQt5.kinfocenter libsForQt5.kmenuedit ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/rhx7k5ig9jbf4cy14bxx9q41gy09fx1w-gnuplot-6.0.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 gnuplot https://github.com/r-ryantm/nixpkgs/archive/b1264a33eaf8f052b12b1fe9d91f0bf8535371b5.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b1264a33eaf8f052b12b1fe9d91f0bf8535371b5#gnuplot ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/rhx7k5ig9jbf4cy14bxx9q41gy09fx1w-gnuplot-6.0.0 ls -la /nix/store/rhx7k5ig9jbf4cy14bxx9q41gy09fx1w-gnuplot-6.0.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. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @lovek323 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/277847