about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-09 02:28:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-09 02:28:16 +0000
commitaeae4fa17d7c8b3e750f9b8c4ea4ffd46312a03c (patch)
treec0652639c7c6712a2212754cc4f67adc54a6cefc /pkgs/development
parent7ea3d4395dc97845ff755caa790b3ccffdb681dc (diff)
downloadnixlib-aeae4fa17d7c8b3e750f9b8c4ea4ffd46312a03c.tar
nixlib-aeae4fa17d7c8b3e750f9b8c4ea4ffd46312a03c.tar.gz
nixlib-aeae4fa17d7c8b3e750f9b8c4ea4ffd46312a03c.tar.bz2
nixlib-aeae4fa17d7c8b3e750f9b8c4ea4ffd46312a03c.tar.lz
nixlib-aeae4fa17d7c8b3e750f9b8c4ea4ffd46312a03c.tar.xz
nixlib-aeae4fa17d7c8b3e750f9b8c4ea4ffd46312a03c.tar.zst
nixlib-aeae4fa17d7c8b3e750f9b8c4ea4ffd46312a03c.zip
python310Packages.sacn: 1.8.1 -> 1.9.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/sacn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sacn/default.nix b/pkgs/development/python-modules/sacn/default.nix
index ff432f6f3a00..e7239a15db3f 100644
--- a/pkgs/development/python-modules/sacn/default.nix
+++ b/pkgs/development/python-modules/sacn/default.nix
@@ -6,12 +6,12 @@
 
 buildPythonPackage rec {
   pname = "sacn";
-  version = "1.8.1";
+  version = "1.9.0";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "cdc9af732f4ca5badbf732499775575c4f815c73f857720c0a61a3fc80257f7a";
+    sha256 = "sha256-LimA0I8y1tdjFk244iWvKJj0Rx3OEaYOSIJtirRHh4o=";
   };
 
   # no tests