aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stewart <peter@stewartmail.xyz>2020-11-16 19:13:36 +1100
committerPeter Stewart <peter@stewartmail.xyz>2020-12-06 12:41:39 +1100
commit8cd2d07858b4f3e6ef5c9bfd41d52a0911bd7880 (patch)
tree0a7ec725a42fd2c8d8871430cc87b351a2e6690e
parentc305f86a64e80db1f7854fc72f5effc7218e586e (diff)
python3Packages.libarcus: 4.7.1 -> 4.8.0
-rw-r--r--pkgs/development/python-modules/libarcus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/libarcus/default.nix b/pkgs/development/python-modules/libarcus/default.nix
index 5b68695f832e..e69e51ccf555 100644
--- a/pkgs/development/python-modules/libarcus/default.nix
+++ b/pkgs/development/python-modules/libarcus/default.nix
@@ -3,14 +3,14 @@
buildPythonPackage rec {
pname = "libarcus";
- version = "4.7.1";
+ version = "4.8.0";
format = "other";
src = fetchFromGitHub {
owner = "Ultimaker";
repo = "libArcus";
rev = version;
- sha256 = "0wmrcvw7k34ib93shhmjzh6kpndgqr37kyr377sril5clmac0z1f";
+ sha256 = "1dvz1rkvm4309yzvj7vy49v1vskr5yfq4nzqdiydp1jb7zpvhqqm";
};
disabled = pythonOlder "3.4.0";