mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
python313Packages.pysmb: 1.2.10 -> 1.2.11
Changelog: https://github.com/miketeo/pysmb/releases/tag/pysmb-1.2.11
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pysmb";
|
||||
version = "1.2.10";
|
||||
version = "1.2.11";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
owner = "miketeo";
|
||||
repo = "pysmb";
|
||||
tag = "pysmb-${version}";
|
||||
hash = "sha256-Zid6KGNr7BBuyHaxdXkhRC/Ug93HmVXKMtreFf+M7OE=";
|
||||
hash = "sha256-V5RSEHtAi8TaKlrSGc1EQbm1ty6mUonfZ3iME6fDwY8=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -39,9 +39,9 @@ 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}";
|
||||
description = "Experimental SMB/CIFS library written in Python to support file sharing between Windows and Linux machines";
|
||||
homepage = "https://miketeo.net/wp/index.php/projects/pysmb";
|
||||
license = licenses.zlib;
|
||||
maintainers = with maintainers; [ kamadorueda ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user