mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python: s3transfer: 0.1.12 -> 0.1.13
This commit is contained in:
parent
61894bde7d
commit
96172c7485
@ -14,11 +14,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "s3transfer";
|
||||
version = "0.1.12";
|
||||
version = "0.1.13";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "07hjj1cy62sc3rh5lhna9mhylp7h7aak4v6mf6809q4nc8j1p28h";
|
||||
sha256 = "90dc18e028989c609146e241ea153250be451e05ecc0c2832565231dacdf59c1";
|
||||
};
|
||||
|
||||
foo = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user