summary refs log tree commit diff
path: root/pkgs/development/python-modules/biopython
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 00:01:23 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 00:01:23 -0700
commit2f85d3591f75aa3d5fb9f9ff5b5e98d6a3844f20 (patch)
tree229947a89da7489de124fbcd2dff815dd2722e7f /pkgs/development/python-modules/biopython
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
downloadnixpkgs-2f85d3591f75aa3d5fb9f9ff5b5e98d6a3844f20.tar
nixpkgs-2f85d3591f75aa3d5fb9f9ff5b5e98d6a3844f20.tar.gz
nixpkgs-2f85d3591f75aa3d5fb9f9ff5b5e98d6a3844f20.tar.bz2
nixpkgs-2f85d3591f75aa3d5fb9f9ff5b5e98d6a3844f20.tar.lz
nixpkgs-2f85d3591f75aa3d5fb9f9ff5b5e98d6a3844f20.tar.xz
nixpkgs-2f85d3591f75aa3d5fb9f9ff5b5e98d6a3844f20.tar.zst
nixpkgs-2f85d3591f75aa3d5fb9f9ff5b5e98d6a3844f20.zip
python37Packages.biopython: 1.73 -> 1.74
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-biopython/versions
Diffstat (limited to 'pkgs/development/python-modules/biopython')
-rw-r--r--pkgs/development/python-modules/biopython/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/biopython/default.nix b/pkgs/development/python-modules/biopython/default.nix
index beb03c894be..e60d4c60aea 100644
--- a/pkgs/development/python-modules/biopython/default.nix
+++ b/pkgs/development/python-modules/biopython/default.nix
@@ -6,11 +6,11 @@
 
 buildPythonPackage rec {
   pname = "biopython";
-  version = "1.73";
+  version = "1.74";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1q55jhf76z3k6is3psis0ckbki7df26x7dikpcc3vhk1vhkwribh";
+    sha256 = "1h4hcpx1vqrcddpcznyxy14zzvy2yanlkz0117w5n869w8djq595";
   };
 
   propagatedBuildInputs = [ numpy ];