tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.libarcus: 4.8.0 -> 4.9.0
Gabriel Ebner
4 years ago
4b3592df
441f8ef8
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
libarcus
default.nix
+2
-2
pkgs/development/python-modules/libarcus/default.nix
···
3
3
4
4
buildPythonPackage rec {
5
5
pname = "libarcus";
6
6
-
version = "4.8.0";
6
6
+
version = "4.9.0";
7
7
format = "other";
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "Ultimaker";
11
11
repo = "libArcus";
12
12
rev = version;
13
13
-
sha256 = "1dvz1rkvm4309yzvj7vy49v1vskr5yfq4nzqdiydp1jb7zpvhqqm";
13
13
+
sha256 = "0wq72nf680bwxijjajb4piw563rnvflshmw96kqln4lsny7ydjj2";
14
14
};
15
15
16
16
disabled = pythonOlder "3.4.0";