python311Packages.datapoint: 0.9.8 -> 0.9.9
Diff: https://github.com/ejep/datapoint-python/compare/v0.9.8...v0.9.9
This commit is contained in:
committed by
Martin Weinelt
parent
95c270732f
commit
19ebae0ddd
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "datapoint";
|
||||
version = "0.9.8";
|
||||
version = "0.9.9";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ejep";
|
||||
repo = "datapoint-python";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-YC8KFTv6lnCqMfDw1LSova7XBgmKbR3TpPDAAbH9imw=";
|
||||
hash = "sha256-zUvwfBwJe8SaB96/Jz7Qeanz1mHmLVp2JW9qkR2dRnY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user