about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-06-13 11:18:19 +0200
committerGitHub <noreply@github.com>2023-06-13 11:18:19 +0200
commit17422815e303c7f34a965947e04eb68daf37d1f5 (patch)
tree67797083cb4e229826167a9136629ab10f4b8cfd /pkgs/development
parent497836e4ad37b48fe9a446791fa1948e7fa7fde9 (diff)
parent2ad18c3c7cccc04f7f8180184f0ed7031fe5a2d0 (diff)
downloadnixlib-17422815e303c7f34a965947e04eb68daf37d1f5.tar
nixlib-17422815e303c7f34a965947e04eb68daf37d1f5.tar.gz
nixlib-17422815e303c7f34a965947e04eb68daf37d1f5.tar.bz2
nixlib-17422815e303c7f34a965947e04eb68daf37d1f5.tar.lz
nixlib-17422815e303c7f34a965947e04eb68daf37d1f5.tar.xz
nixlib-17422815e303c7f34a965947e04eb68daf37d1f5.tar.zst
nixlib-17422815e303c7f34a965947e04eb68daf37d1f5.zip
Merge pull request #237502 from fabaff/aiobiketrax-bump
python311Packages.aiobiketrax: 0.5.0 -> 1.0.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/aiobiketrax/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiobiketrax/default.nix b/pkgs/development/python-modules/aiobiketrax/default.nix
index 399f499b380c..ab357dc61856 100644
--- a/pkgs/development/python-modules/aiobiketrax/default.nix
+++ b/pkgs/development/python-modules/aiobiketrax/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "aiobiketrax";
-  version = "0.5.0";
+  version = "1.0.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "basilfx";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-exxpJJA+JnVuehCnWs/ihk/SSPUqV7ODXZxvbmuHe8U=";
+    hash = "sha256-lMgD315movmr+u+8BMaqhb1L46Wf0Ak56VAT2jpg1kM=";
   };
 
   postPatch = ''