File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/pyfaidx Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616buildPythonPackage 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" ;
You can’t perform that action at this time.
0 commit comments