mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
python: smartdc: 0.1.12 -> 0.2.0
This commit is contained in:
parent
9c6f5df848
commit
1faf0127f3
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "smartdc";
|
pname = "smartdc";
|
||||||
version = "0.1.12";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "36206f4fddecae080c66faf756712537e650936b879abb23a8c428731d2415fe";
|
sha256 = "6ffd866fb98386324e189e24d4f7532f66c1b20eece35ca1a6cb4b2a2639fc85";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests http_signature ];
|
propagatedBuildInputs = [ requests http_signature ];
|
||||||
|
Loading…
Reference in New Issue
Block a user