Merge pull request #31554 from xvapx/libnacl

pythonPackages.libnacl: 1.6.0 -> 1.6.1
This commit is contained in:
Frederik Rietdijk 2017-11-12 10:43:29 +01:00 committed by GitHub
commit 74c92a341d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "libnacl";
version = "1.6.0";
version = "1.6.1";
name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "saltstack";
repo = pname;
rev = "v${version}";
sha256 = "0iaql3mrj3hf48km8177bi6nmjdar26kmqjc3jw8mrjc940v99fk";
sha256 = "05iamhbsqm8binqhc2zchfqdkajlx2icf8xl5vkd5fbrhw6yylad";
};
buildInputs = [ pytest ];