python312Packages.dnachisel: 3.2.11 -> 3.2.12 (#359317)

This commit is contained in:
Pavol Rusnak 2024-11-26 23:53:33 +01:00 committed by GitHub
commit be5be57cb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "dnachisel";
version = "3.2.11";
version = "3.2.12";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Edinburgh-Genome-Foundry";
repo = "DnaChisel";
rev = "refs/tags/v${version}";
hash = "sha256-rcZq/HhU1xIyQ1jM8+gO9ONDLBAxiUIByoWk2nMwuGA=";
hash = "sha256-zoKaeK0b4EoxEQMODfrzDpI7xIKQ/w6Dmot+dw92fuw=";
};
propagatedBuildInputs = [