Unverified Commit f4f57056 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.pysmb: 1.2.11 -> 1.2.13 (#444953)

parents 956db451 8f731a5b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "pysmb";
  version = "1.2.11";
  version = "1.2.13";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "miketeo";
    repo = "pysmb";
    tag = "pysmb-${version}";
    hash = "sha256-V5RSEHtAi8TaKlrSGc1EQbm1ty6mUonfZ3iME6fDwY8=";
    hash = "sha256-CLjpUkDCtAZyneM+KFTE1G1Q3NIRRw2sIytIv30ZUgI=";
  };

  build-system = [ setuptools ];
@@ -41,7 +41,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Experimental SMB/CIFS library to support file sharing between Windows and Linux machines";
    homepage = "https://pysmb.readthedocs.io/";
    changelog = "https://github.com/miketeo/pysmb/releases/tag/pysmb-${version}";
    changelog = "https://github.com/miketeo/pysmb/releases/tag/${src.tag}";
    license = licenses.zlib;
    maintainers = with maintainers; [ kamadorueda ];
  };