python310Packages.w1thermsensor: 2.0.0 -> 2.3.0
This commit is contained in:
parent
ca012a02bf
commit
584c8b9eca
1 changed files with 2 additions and 2 deletions
|
@ -15,12 +15,12 @@
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "w1thermsensor";
|
||||
version = "2.0.0";
|
||||
version = "2.3.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-EcaEr4B8icbwZu2Ty3z8AAgglf74iZ5BLpLnSOZC2cE=";
|
||||
hash = "sha256-n7wK4N1mzZtUxtYu17qyuI4UjJh/59UGD0dvkOgcInA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue