python310Packages.xxh: 0.8.8 -> 0.8.9
This commit is contained in:
parent
2b8555151a
commit
cf266b999f
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildPythonApplication rec{
|
||||
pname = "xxh";
|
||||
version = "0.8.8";
|
||||
version = "0.8.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-TzC8GTDmnYN56Rp5DyZxh+yGrkgWr6Xt86a/jyB3j5k=";
|
||||
hash = "sha256-Uo7xFwE9e5MFWDlNWq15kg+4xf/hF4WGUNTpTK+rgVg=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pexpect pyyaml openssh ];
|
||||
|
|
Loading…
Reference in a new issue