Skip to content

Commit 2ffb1dc

Browse files
authored
python3Packages.asdf-coordinates-schemas: 0.4.0 -> 0.5.0 (NixOS#486843)
2 parents d88ce2e + 94020cd commit 2ffb1dc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • pkgs/development/python-modules/asdf-coordinates-schemas

pkgs/development/python-modules/asdf-coordinates-schemas/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
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+
})

0 commit comments

Comments
 (0)