python3Packages.pysmbc: 1.0.19 -> 1.0.21
This commit is contained in:
parent
738424b7ea
commit
1f61d2cc02
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
|||
, setuptools }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.0.19";
|
||||
version = "1.0.21";
|
||||
pname = "pysmbc";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "tar.bz2";
|
||||
sha256 = "0dwffbfp3ay8y35hhc37ip61xdh522f5rfs097f3ia121h9x1mvj";
|
||||
sha256 = "5ea23fdac4cd6e5d5c814a9fff84edbc3701270e6f40fcffa18a4554862b6791";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue