Skip to content

Commit b21c2d0

Browse files
authored
python3Packages.pyfaidx: 0.8.1.3 -> 0.8.1.4 (#405859)
2 parents 1635520 + b26d72f commit b21c2d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
buildPythonPackage rec {
1717
pname = "pyfaidx";
18-
version = "0.8.1.3";
18+
version = "0.8.1.4";
1919
pyproject = true;
2020

2121
src = fetchFromGitHub {
2222
owner = "mdshw5";
2323
repo = "pyfaidx";
2424
tag = "v${version}";
25-
hash = "sha256-PKcopIu/0ko4Jl2+G0ZivZXvMwACeIFFFlPt5dlDDfQ=";
25+
hash = "sha256-SDnmOJbuYYrg6vUQJTEuiqct9hhspN8B9Tpn8UojKFk=";
2626
};
2727

2828
build-system = [
@@ -52,7 +52,7 @@ buildPythonPackage rec {
5252
meta = {
5353
description = "Python classes for indexing, retrieval, and in-place modification of FASTA files using a samtools compatible index";
5454
homepage = "https://github.com/mdshw5/pyfaidx";
55-
changelog = "https://github.com/mdshw5/pyfaidx/releases/tag/v${version}";
55+
changelog = "https://github.com/mdshw5/pyfaidx/releases/tag/${src.tag}";
5656
license = lib.licenses.bsd3;
5757
maintainers = with lib.maintainers; [ jbedo ];
5858
mainProgram = "faidx";

0 commit comments

Comments
 (0)