Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

marvin: 19.23.0 -> 19.27.0 #76311

Merged
merged 2 commits into from Jan 4, 2020
Merged

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/marvin/versions.

meta.description for marvin is: '"A chemical modelling, analysis and structure drawing program"'.

meta.homepage for marvin is: '"https://chemaxon.com/products/marvin"

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

3 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
marvin

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/avfgjq2hpdbs73rc9x8r3kh1nqamhfxj-marvin-19.25.0 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A marvin https://github.com/r-ryantm/nixpkgs/archive/cf6d80a89d9d95675bfb82e03f0dbd45d73cb799.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/avfgjq2hpdbs73rc9x8r3kh1nqamhfxj-marvin-19.25.0
ls -la /nix/store/avfgjq2hpdbs73rc9x8r3kh1nqamhfxj-marvin-19.25.0/bin

cc @fusion809 for testing.

@fusion809
Copy link
Contributor

fusion809 commented Dec 24, 2019

@ryantm Maybe it would be ideal if instead of basing the versioning on repology, the new version should be obtained from https://docs.chemaxon.com/display/docs/All+changes+in+reversed+chronological+order. This is a script that I use to obtain the latest version of Marvin at the command-line:

VER=$(wget -cqO- "https://docs.chemaxon.com/display/docs/All+changes+in+reversed+chronological+order" | sed 's/</\n</g' | grep strong | grep ":" | grep Marvin | head -n 1 | sed 's/.*Marvin //g')
major=$(echo $VER | cut -d '.' -f 1)
minor=$(echo $VER | cut -d '.' -f 2)
pkgvern=$(echo $major.$minor)

$pkgvern contains the latest version.

@markuskowa markuskowa changed the title marvin: 19.23.0 -> 19.25.0 marvin: 19.23.0 -> 19.27.0 Dec 25, 2019
@markuskowa
Copy link
Member

markuskowa commented Dec 25, 2019

Repology just collects the versions of all distros. Seems like no one was fully up-to-date in that case but now we will be :) Please the give the version a try.

Copy link
Contributor

@fusion809 fusion809 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works perfectly fine, at least on NixOS unstable.

@markuskowa markuskowa merged commit b06114f into NixOS:master Jan 4, 2020
@r-ryantm r-ryantm deleted the auto-update/marvin branch January 6, 2020 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants