File tree Expand file tree Collapse file tree
pkgs/development/python-modules/asdf-coordinates-schemas Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 setuptools ,
99} :
1010
11- buildPythonPackage rec {
11+ buildPythonPackage ( finalAttrs : {
1212 pname = "asdf-coordinates-schemas" ;
13- version = "0.4 .0" ;
13+ version = "0.5 .0" ;
1414 pyproject = true ;
1515
1616 src = fetchFromGitHub {
1717 owner = "asdf-format" ;
1818 repo = "asdf-coordinates-schemas" ;
19- tag = version ;
20- hash = "sha256-ZE86W93PzKWdLrI+LNvxzrwMjOTy1fBV2AVJAaFWDMo =" ;
19+ tag = finalAttrs . version ;
20+ hash = "sha256-gz4SmhPHevcn+40ODcSEdmzlGQFSQaoME64dWCNJKFI =" ;
2121 } ;
2222
2323 build-system = [
@@ -38,8 +38,8 @@ buildPythonPackage rec {
3838 meta = {
3939 description = "ASDF schemas for coordinates" ;
4040 homepage = "https://github.com/asdf-format/asdf-coordinates-schemas" ;
41- changelog = "https://github.com/asdf-format/asdf-coordinates-schemas/blob/${ version } /CHANGES.rst" ;
41+ changelog = "https://github.com/asdf-format/asdf-coordinates-schemas/blob/${ finalAttrs . src . tag } /CHANGES.rst" ;
4242 license = lib . licenses . bsd3 ;
4343 maintainers = with lib . maintainers ; [ fab ] ;
4444 } ;
45- }
45+ } )
You can’t perform that action at this time.
0 commit comments