Skip to content

Commit abfc62b

Browse files
committed
python312Packages.primer3: 2.0.3 -> 2.1.0
1 parent d3ea071 commit abfc62b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/primer3/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "primer3";
16-
version = "2.0.3";
16+
version = "2.1.0";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "libnano";
2323
repo = "primer3-py";
2424
tag = "v${version}";
25-
hash = "sha256-O8BFjkjG9SfknSrK34s9EJnqTrtCf4zW9A+N+/MHl2w=";
25+
hash = "sha256-Kp4JH57gEdj7SzY+7XGBzGloWuTSwUQRBK9QbgXQfUE=";
2626
};
2727

2828
nativeBuildInputs = [
@@ -48,7 +48,7 @@ buildPythonPackage rec {
4848
meta = with lib; {
4949
description = "Oligo analysis and primer design";
5050
homepage = "https://github.com/libnano/primer3-py";
51-
changelog = "https://github.com/libnano/primer3-py/blob/v${version}/CHANGES";
51+
changelog = "https://github.com/libnano/primer3-py/blob/${src.tag}/CHANGES";
5252
license = with licenses; [ gpl2Only ];
5353
maintainers = with maintainers; [ fab ];
5454
};

0 commit comments

Comments
 (0)