python: shortuuid: 0.5.0 -> 1.0.1
This commit is contained in:
parent
cff2da07e4
commit
1f9922dfbc
@ -6,11 +6,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "shortuuid";
|
||||
version = "0.5.0";
|
||||
version = "1.0.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "d08fd398f40f8baf87e15eef8355e92fa541bca4eb8465fefab7ee22f92711b9";
|
||||
sha256 = "3c11d2007b915c43bee3e10625f068d8a349e04f0d81f08f5fa08507427ebf1f";
|
||||
};
|
||||
|
||||
buildInputs = [pep8];
|
||||
|
Loading…
x
Reference in New Issue
Block a user