python27Packages.pysmbc: 1.0.18 -> 1.0.19

This commit is contained in:
R. RyanTM 2020-03-30 20:36:46 +00:00 committed by Jon
parent 95f852d7c1
commit 215ca6863d

View File

@ -3,13 +3,13 @@
, setuptools }: , setuptools }:
buildPythonPackage rec { buildPythonPackage rec {
version = "1.0.18"; version = "1.0.19";
pname = "pysmbc"; pname = "pysmbc";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
extension = "tar.bz2"; extension = "tar.bz2";
sha256 = "5da8aef1e3edaaffb1fbe2afe3772ba0a5f5bf666a28ae5db7b59ef96e465bdf"; sha256 = "0dwffbfp3ay8y35hhc37ip61xdh522f5rfs097f3ia121h9x1mvj";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "libsmbclient binding for Python"; description = "libsmbclient binding for Python";
homepage = https://github.com/hamano/pysmbc; homepage = "https://github.com/hamano/pysmbc";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
}; };
} }