mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Merge pull request #112052 from armijnhemel/python-snappy-0.6.0
python-snappy: 0.5.4 -> 0.6.0
This commit is contained in:
commit
8aca4a8fa7
@ -9,11 +9,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-snappy";
|
||||
version = "0.5.4";
|
||||
version = "0.6.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "d9c26532cfa510f45e8d135cde140e8a5603d3fb254cfec273ebc0ecf9f668e2";
|
||||
sha256 = "06l9my361ig4x5ycyrmq33q83zcdib3y2zxfxv7k7dlpyp9ri2hn";
|
||||
};
|
||||
|
||||
buildInputs = [ snappy ];
|
||||
|
Loading…
Reference in New Issue
Block a user