Merge pull request #169828 from r-ryantm/auto-update/python3.10-sqlitedict
python310Packages.sqlitedict: 1.7.0 -> 2.0.0
This commit is contained in:
commit
321d47abe7
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "sqlitedict";
|
||||
version = "1.7.0";
|
||||
version = "2.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "RaRe-Technologies";
|
||||
repo = "sqlitedict";
|
||||
rev = version;
|
||||
sha256 = "08fr81rz1fz35d35kravg7vl234aqagr9wqb09x6wi9lx9zkkh28";
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-8dmGn5h3NigCdDtnDYjpjntRpyjk7ivRp1B8x8nUgpE=";
|
||||
};
|
||||
|
||||
preCheck = ''
|
||||
|
|
Loading…
Reference in a new issue