about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2020-01-04 12:24:48 +0100
committerGitHub <noreply@github.com>2020-01-04 12:24:48 +0100
commitb06114f0788304b59c21ea0fb536554061197d36 (patch)
tree823313932ae7a3e93d4d79b9d48175b3db57b889 /pkgs/applications/science
parent7e1876dc3643579c1d49c26e20c764b7b4bf617d (diff)
parent63d62699e00eb5c5ca2bb8a61d72eec4be753b27 (diff)
Merge pull request #76311 from r-ryantm/auto-update/marvin
marvin: 19.23.0 -> 19.27.0
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/chemistry/marvin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/chemistry/marvin/default.nix b/pkgs/applications/science/chemistry/marvin/default.nix
index 8b7da71c80ffc..c3395a851487b 100644
--- a/pkgs/applications/science/chemistry/marvin/default.nix
+++ b/pkgs/applications/science/chemistry/marvin/default.nix
@@ -4,12 +4,12 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   pname = "marvin";
-  version = "19.23.0";
+  version = "19.27.0";
 
   src = fetchurl {
     name = "marvin-${version}.deb";
     url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
-    sha256 = "1m28jki2qan6gdzs544y1v72ybp4vyj66ri5sy44jqi94xg1mb5f";
+    sha256 = "10pzprr43pklf4yl14m9q921ynalsil1dsfbl6lx8r1jmyjgl3w7";
   };
 
   nativeBuildInputs = [ dpkg makeWrapper ];