Skip to content

Commit 72c398b

Browse files
authored
python312Packages.sacn: 1.10.0 -> 1.11.0 (#385187)
2 parents a3e826d + 35e82d1 commit 72c398b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/sacn/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
buildPythonPackage rec {
99
pname = "sacn";
10-
version = "1.10.0";
10+
version = "1.11.0";
1111
format = "setuptools";
1212

1313
disabled = pythonOlder "3.6";
1414

1515
src = fetchPypi {
1616
inherit pname version;
17-
hash = "sha256-Z2Td/tdXYfQ9/QvM1NeT/OgQ/TYa3CQtWo8O1Dl3+Ao=";
17+
hash = "sha256-FIs5yn891haHinCmK3QQ0JQICXfnhPimMC81LXOV4Oo=";
1818
};
1919

2020
# no tests

0 commit comments

Comments
 (0)