3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #200787 from AtilaSaraiva/hpccm

hpccm: 22.8.0 -> 22.10.0
This commit is contained in:
Thiago Kenji Okada 2022-11-12 10:21:50 +00:00 committed by GitHub
commit 1f05f18f28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "hpccm";
version = "22.8.0";
version = "22.10.0";
src = fetchFromGitHub {
owner = "NVIDIA";
repo = "hpc-container-maker";
rev = "v${version}";
sha256 = "sha256-nq1zixIu/Kv2CtkQX1Sw7Q3BsOZKcCJjV0+uroXPEBs=";
sha256 = "sha256-dLMbwtvn7HTVVlWHAzXU19ERdJxytf9NlnqMXW6ShKI=";
};
propagatedBuildInputs = [ six archspec ];