python3Packages.dnachisel: 3.2.6 -> 3.2.7

wip/nixpkgs-raku
Jonathan Ringer 3 years ago committed by Martin Weinelt
parent 8ab36f9d48
commit 3b8972348b
  1. 4
      pkgs/development/python-modules/dnachisel/default.nix

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "dnachisel";
version = "3.2.6";
version = "3.2.7";
src = fetchFromGitHub {
owner = "Edinburgh-Genome-Foundry";
repo = "DnaChisel";
rev = "v${version}";
sha256 = "0m88biw7sycjwsmncdybj9n3yf4n9cyvifv9zv7irm8ha3scchji";
sha256 = "1zhq7cai47649njjp3m8zaglsv9ci6ci855dymyip8qx5ppnkfj0";
};
propagatedBuildInputs = [

Loading…
Cancel
Save