summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-12-02 08:59:02 +0100
committerGitHub <noreply@github.com>2021-12-02 08:59:02 +0100
commit7c30df936e90cfb9e3b9b7890a11e98d5c176113 (patch)
tree3cdb549943275625ad359dc5db7c4001b9a1a280
parent932c97df1207e1367c355446df7ee0496ff53627 (diff)
parent52209dc538b144b997f8365f76d1cbf0dcc240fb (diff)
downloadnixpkgs-7c30df936e90cfb9e3b9b7890a11e98d5c176113.tar
nixpkgs-7c30df936e90cfb9e3b9b7890a11e98d5c176113.tar.gz
nixpkgs-7c30df936e90cfb9e3b9b7890a11e98d5c176113.tar.bz2
nixpkgs-7c30df936e90cfb9e3b9b7890a11e98d5c176113.tar.lz
nixpkgs-7c30df936e90cfb9e3b9b7890a11e98d5c176113.tar.xz
nixpkgs-7c30df936e90cfb9e3b9b7890a11e98d5c176113.tar.zst
nixpkgs-7c30df936e90cfb9e3b9b7890a11e98d5c176113.zip
Merge pull request #148204 from fabaff/bump-vehicle
python3Packages.vehicle: 0.2.0 -> 0.2.2
-rw-r--r--pkgs/development/python-modules/vehicle/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/vehicle/default.nix b/pkgs/development/python-modules/vehicle/default.nix
index b7b7fbc3273..9d5f15a3e1b 100644
--- a/pkgs/development/python-modules/vehicle/default.nix
+++ b/pkgs/development/python-modules/vehicle/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "vehicle";
-  version = "0.2.0";
+  version = "0.2.2";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "frenck";
     repo = "python-vehicle";
     rev = "v${version}";
-    sha256 = "0yiavz5sw8fjrh6m3mr8gyds7h6vaja3xy1516ajgz0qvijhqylg";
+    sha256 = "sha256-3DkfS8gx3C1/Vj8+IE7uxZ5i0cKJk0mJpBWQqAgb2Xo=";
   };
 
   nativeBuildInputs = [
@@ -54,7 +54,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Python client providing RDW vehicle information";
-    homepage = "https://github.com/frenck/python-wled";
+    homepage = "https://github.com/frenck/python-vehicle";
     license = licenses.mit;
     maintainers = with maintainers; [ fab ];
   };