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