mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
parent
9844eb0d98
commit
651e5992c2
@ -6785,7 +6785,7 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
jug = buildPythonPackage rec {
|
jug = buildPythonPackage rec {
|
||||||
version = "1.2.1";
|
version = "1.2.2";
|
||||||
name = "jug-${version}";
|
name = "jug-${version}";
|
||||||
buildInputs = with self; [ nose numpy ];
|
buildInputs = with self; [ nose numpy ];
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
@ -6798,7 +6798,7 @@ in modules // {
|
|||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/J/Jug/Jug-${version}.tar.gz";
|
url = "mirror://pypi/J/Jug/Jug-${version}.tar.gz";
|
||||||
sha256 = "0sg3arfsmf1g4cqfdah3g6lqxj10v5780grlsaln6wj3yclp5gyx";
|
sha256 = "1riski56b93i8fddgixmmrh6cbprwv44r5wnzcqg9khky1wkg4ls";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user