python310Packages.dnachisel: 3.2.10 -> 3.2.11

This commit is contained in:
R. Ryantm 2023-06-11 12:06:25 +00:00
parent 907f5f46fa
commit 55ae35dc27

View file

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "dnachisel";
version = "3.2.10";
version = "3.2.11";
src = fetchFromGitHub {
owner = "Edinburgh-Genome-Foundry";
repo = "DnaChisel";
rev = "refs/tags/v${version}";
hash = "sha256-YlNOvK7ZXUHYdRX1NFEdZ646NGLtGXU1YgAjN6RY2QE=";
hash = "sha256-rcZq/HhU1xIyQ1jM8+gO9ONDLBAxiUIByoWk2nMwuGA=";
};
propagatedBuildInputs = [