Skip to content

Commit b5382a7

Browse files
authored
python313Packages.pyhik: 0.4.1 -> 0.4.2 (NixOS#486446)
2 parents 3cc10cd + a4d7d7f commit b5382a7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
setuptools,
88
}:
99

10-
buildPythonPackage rec {
10+
buildPythonPackage (finalAttrs: {
1111
pname = "pyhik";
12-
version = "0.4.1";
12+
version = "0.4.2";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "mezz64";
1717
repo = "pyHik";
18-
tag = version;
19-
hash = "sha256-dDUaNeE0wjKsojeezKVWfMBPO+7O5e2QFOHnh3UoFbY=";
18+
tag = finalAttrs.version;
19+
hash = "sha256-ree2UbGfmz4Xs0aRiAWcOnCEpnrjR11PBmo/hMnbnlI=";
2020
};
2121

2222
build-system = [
@@ -44,4 +44,4 @@ buildPythonPackage rec {
4444
license = lib.licenses.mit;
4545
maintainers = [ lib.maintainers.jamiemagee ];
4646
};
47-
}
47+
})

0 commit comments

Comments
 (0)