about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-01-07 23:26:13 +0100
committerGitHub <noreply@github.com>2023-01-07 23:26:13 +0100
commite38c1ca685254fdcb380ae4bcabd852a6f27c46e (patch)
tree4d9790a2e66e18c3b8c4d849fa6083c121e7b013 /pkgs
parent8af82bf4aa6626d5e60d23ec236b082c0c06103f (diff)
parente273a92e474ea7fc82cce686d4790ceafcb85e41 (diff)
Merge pull request #209444 from fabaff/aiortm-bump
python310Packages.aiortm: 0.4.0 -> 0.6.0 
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/aiortm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiortm/default.nix b/pkgs/development/python-modules/aiortm/default.nix
index a305061984ae0..538f02c3b2c81 100644
--- a/pkgs/development/python-modules/aiortm/default.nix
+++ b/pkgs/development/python-modules/aiortm/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "aiortm";
-  version = "0.4.0";
+  version = "0.6.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "MartinHjelmare";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-cdCKcwpQ+u3CkMiPfMf6DnH2SYc7ab8q5W72aEEnNx4=";
+    hash = "sha256-OOmcJB1o0cmAFj1n2obr0lxZxT5fYs2awftHQ6VMLUs=";
   };
 
   nativeBuildInputs = [