python3Packages.ndms2-client: 0.1.1 -> 0.1.2

Diff: https://github.com/foxel/python_ndms2_client/compare/0.1.1...0.1.2
This commit is contained in:
Martin Weinelt 2023-02-01 23:02:57 +01:00
parent e298043646
commit 3a2e5cbd82
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -6,13 +6,15 @@
buildPythonPackage rec {
pname = "ndms2-client";
version = "0.1.1";
version = "0.1.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "foxel";
repo = "python_ndms2_client";
rev = version;
sha256 = "1sc39d10hm1y8xf3gdqzq1akrx94k590l106242j9bvfqyr8lrk9";
hash = "sha256-cM36xNLymg5Xph3bvbUGdAEmMABJ9y3/w/U8re6ZfB4=";
};
nativeCheckInputs = [